SYNOPSIS
- int drm_display_info_set_bus_formats(struct drm_display_info * info, const u32 * formats, unsigned int num_formats);
ARGUMENTS
info
-
- display info to store bus formats in
formats
- array containing the supported bus formats
num_formats
- the number of entries in the fmts array
DESCRIPTION
Store the supported bus formats in display info structure. See MEDIA_BUS_FMT_* definitions in include/uapi/linux/media-bus-format.h for a full list of available formats.
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