SYNOPSIS
struct drm_dp_vcpi {
int vcpi;
int pbn;
int aligned_pbn;
int num_slots;
};
MEMBERS
vcpi
- Virtual channel ID.
pbn
- Payload Bandwidth Number for this channel
aligned_pbn
- PBN aligned with slot size
num_slots
- number of slots for this PBN
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT