RE: [v6 06/13] drm: Enable HDR infoframe support

2019-03-28 Thread Shankar, Uma
rma, Shashank ; emil.l.veli...@gmail.com; Liviu >Dudau ; Ville Syrjälä ; nd > >Subject: Re: [v6 06/13] drm: Enable HDR infoframe support > >On Wed, Mar 20, 2019 at 04:18:19PM +0530, Uma Shankar wrote: >> Enable Dynamic Range and Mastering Infoframe for HDR content, which is >>

Re: [v6 06/13] drm: Enable HDR infoframe support

2019-03-21 Thread Brian Starkey
On Wed, Mar 20, 2019 at 04:18:19PM +0530, Uma Shankar wrote: > Enable Dynamic Range and Mastering Infoframe for HDR > content, which is defined in CEA 861.3 spec. > > The metadata will be computed based on blending > policy in userspace compositors and passed as a connector > property blob to driv

[v6 06/13] drm: Enable HDR infoframe support

2019-03-20 Thread Uma Shankar
Enable Dynamic Range and Mastering Infoframe for HDR content, which is defined in CEA 861.3 spec. The metadata will be computed based on blending policy in userspace compositors and passed as a connector property blob to driver. The same will be sent as infoframe to panel which support HDR. v2: R