Re: [RFC v2 07/10] drm: drm_fourcc: Add new 10bit formats to drm_format_info table

2018-01-30 Thread Daniel Vetter
On Thu, Jan 25, 2018 at 06:04:04PM -0800, Hyun Kwon wrote: > Add information for DRM_FORMAT_XV15 and DRM_FORMAT_XV20 to > the drm format table. > > Signed-off-by: Hyun Kwon Imo better to merge this with the previous patch, easier to review that way. -Daniel > --- > v2 > - Accomodate macro pixel

[RFC v2 07/10] drm: drm_fourcc: Add new 10bit formats to drm_format_info table

2018-01-25 Thread Hyun Kwon
Add information for DRM_FORMAT_XV15 and DRM_FORMAT_XV20 to the drm format table. Signed-off-by: Hyun Kwon --- v2 - Accomodate macro pixel changes --- --- drivers/gpu/drm/drm_fourcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/drm_fourcc.c b/drivers/gpu/drm/drm_fourcc.c