RE: [v2 07/14] drm: Implement HDR source metadata set and get property handling

2019-01-07 Thread Shankar, Uma
; Lankhorst, Maarten > >Subject: Re: [v2 07/14] drm: Implement HDR source metadata set and get >property handling > >Regards > >Shashank > > >On 12/12/2018 2:08 AM, Uma Shankar wrote: >> HDR source metadata set and get property implemented in this patch. >Again

Re: [v2 07/14] drm: Implement HDR source metadata set and get property handling

2018-12-20 Thread Sharma, Shashank
Regards Shashank On 12/12/2018 2:08 AM, Uma Shankar wrote: HDR source metadata set and get property implemented in this patch. Again, HDR output metadata ? How about re-arranging the line like "This patch implements get() and set() functions for HDR output metadata property" just to make it

[v2 07/14] drm: Implement HDR source metadata set and get property handling

2018-12-11 Thread Uma Shankar
HDR source metadata set and get property implemented in this patch. The blob data is received from userspace and saved in connector state, the same is returned as blob in get property call to userspace. v2: Rebase and added Ville's POC changes Signed-off-by: Uma Shankar ---