RE: [v4 05/12] drm: Add HDR capability field to plane structure

2019-01-10 Thread Shankar, Uma
>Subject: Re: [v4 05/12] drm: Add HDR capability field to plane structure > >Hi Uma, > >On Tue, Jan 08, 2019 at 02:41:20PM +0530, Uma Shankar wrote: >> Hardware may have HDR capability on certain plane engines. Enabling >> the same in drm plane structure so that this c

Re: [v4 05/12] drm: Add HDR capability field to plane structure

2019-01-10 Thread Liviu Dudau
Hi Uma, On Tue, Jan 08, 2019 at 02:41:20PM +0530, Uma Shankar wrote: > Hardware may have HDR capability on certain plane > engines. Enabling the same in drm plane structure > so that this can be communicated to user space. > > Each drm driver should set this flag to true for planes > which

Re: [Intel-gfx] [v4 05/12] drm: Add HDR capability field to plane structure

2019-01-08 Thread kbuild test robot
Hi Uma, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.0-rc1 next-20190108] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[v4 05/12] drm: Add HDR capability field to plane structure

2019-01-08 Thread Uma Shankar
Hardware may have HDR capability on certain plane engines. Enabling the same in drm plane structure so that this can be communicated to user space. Each drm driver should set this flag to true for planes which support HDR. v2: Rebase Signed-off-by: Uma Shankar --- include/drm/drm_plane.h | 3