[PATCH RESEND v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Boris Brezillon
Add bus_formats and num_bus_formats fields and drm_display_info_set_bus_formats helper function to specify the bus formats supported by a given display. This information can be used by display controller drivers to configure the output interface appropriately (i.e. RGB565, RGB666 or RGB888 on raw

[PATCH RESEND v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Laurent Pinchart
Hi Boris, Thank you for the patch. On Monday 01 December 2014 09:42:15 Boris Brezillon wrote: > Add bus_formats and num_bus_formats fields and > drm_display_info_set_bus_formats helper function to specify the bus > formats supported by a given display. > > This information can be used by display

[PATCH RESEND v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Boris Brezillon
Hi Laurent, On Mon, 01 Dec 2014 15:00:15 +0200 Laurent Pinchart wrote: > Hi Boris, > > Thank you for the patch. > > On Monday 01 December 2014 09:42:15 Boris Brezillon wrote: > > Add bus_formats and num_bus_formats fields and > > drm_display_info_set_bus_formats helper function to specify the

[PATCH RESEND v4 1/3] drm: add bus_formats and num_bus_formats fields to drm_display_info

2014-12-01 Thread Philipp Zabel
Am Montag, den 01.12.2014, 09:42 +0100 schrieb Boris Brezillon: > Add bus_formats and num_bus_formats fields and > drm_display_info_set_bus_formats helper function to specify the bus > formats supported by a given display. > > This information can be used by display controller drivers to configure