[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-09-09 Thread Laurent Pinchart
Hi Fabien, On Friday 19 Aug 2016 11:01:37 Fabien DESSENNE wrote: > Hi Laurent, > > Daniel talked about a planned reorg from you around DRM formats (or > something like this) and I have proposed to fix some missing parts with > the XRGB444 formats. > > Can you let us know if you can consider

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-19 Thread Fabien DESSENNE
Hi Laurent, Daniel talked about a planned reorg from you around DRM formats (or something like this) and I have proposed to fix some missing parts with the XRGB444 formats. Can you let us know if you can consider this fix as part of your reorg? If you can't what would be the best option to

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Ville Syrjälä
On Wed, Aug 10, 2016 at 06:57:02PM +0200, Daniel Vetter wrote: > On Wed, Aug 10, 2016 at 5:26 PM, Fabien DESSENNE > wrote: > > On 08/10/2016 04:12 PM, Daniel Vetter wrote: > >> On Wed, Aug 10, 2016 at 01:04:54PM +0200, Fabien DESSENNE wrote: > >>> On 08/10/2016 12:35 PM, Daniel Vetter wrote: >

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 5:26 PM, Fabien DESSENNE wrote: > On 08/10/2016 04:12 PM, Daniel Vetter wrote: >> On Wed, Aug 10, 2016 at 01:04:54PM +0200, Fabien DESSENNE wrote: >>> On 08/10/2016 12:35 PM, Daniel Vetter wrote: On Wed, Aug 10, 2016 at 11:21:56AM +0200, Fabien Dessenne wrote: >

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Fabien DESSENNE
On 08/10/2016 04:12 PM, Daniel Vetter wrote: > On Wed, Aug 10, 2016 at 01:04:54PM +0200, Fabien DESSENNE wrote: >> On 08/10/2016 12:35 PM, Daniel Vetter wrote: >>> On Wed, Aug 10, 2016 at 11:21:56AM +0200, Fabien Dessenne wrote: These pixel formats are supported by format_check() from

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 01:04:54PM +0200, Fabien DESSENNE wrote: > > On 08/10/2016 12:35 PM, Daniel Vetter wrote: > > On Wed, Aug 10, 2016 at 11:21:56AM +0200, Fabien Dessenne wrote: > >> These pixel formats are supported by format_check() from drm_crtc.c, so > >> provide there depth and bpp. >

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Fabien DESSENNE
On 08/10/2016 12:35 PM, Daniel Vetter wrote: > On Wed, Aug 10, 2016 at 11:21:56AM +0200, Fabien Dessenne wrote: >> These pixel formats are supported by format_check() from drm_crtc.c, so >> provide there depth and bpp. >> >> Signed-off-by: Fabien Dessenne > Why? At least for consistency between

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 11:21:56AM +0200, Fabien Dessenne wrote: > These pixel formats are supported by format_check() from drm_crtc.c, so > provide there depth and bpp. > > Signed-off-by: Fabien Dessenne Why? Who's going to use this? -Daniel > --- > drivers/gpu/drm/drm_fourcc.c | 11

[PATCH] drm: Set depth and bpp for XRGB4444 family formats

2016-08-10 Thread Fabien Dessenne
These pixel formats are supported by format_check() from drm_crtc.c, so provide there depth and bpp. Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/drm_fourcc.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/gpu/drm/drm_fourcc.c b/drivers/gpu/drm/drm_fourcc.c index