RE: [v2 1/2] drm: Add colorspace property

2018-11-27 Thread Shankar, Uma
>-Original Message- >From: Brian Starkey [mailto:brian.star...@arm.com] >Sent: Tuesday, November 20, 2018 9:06 PM >To: Shankar, Uma ; Syrjala, Ville >; Lankhorst, Maarten ; >emil.l.veli...@gmail.com; dri-devel@lists.freedesktop.org >Cc: nd >Subject: Re: [v2

Re: [v2 1/2] drm: Add colorspace property

2018-11-20 Thread Brian Starkey
Hi Uma, On Wed, Oct 31, 2018 at 05:35:45PM +0530, Uma Shankar wrote: >This patch adds a colorspace property enabling >userspace to switch to various supported colorspaces. >This will help enable BT2020 along with other colorspaces. > >v2: Addressed Maarten and Ville's review comments. Enhanced

Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property

2018-11-05 Thread Hans Verkuil
-...@lists.freedesktop.org; Syrjala, Ville ; Lankhorst, Maarten ; Hans Verkuil Subject: Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property On Fri, Nov 02, 2018 at 10:19:10AM +0100, Maarten Lankhorst wrote: Op 31-10-18 om 13:05 schreef Uma Shankar: This patch adds a colorspace property enabling

Re: [v2 1/2] drm: Add colorspace property

2018-11-02 Thread Sharma, Shashank
Regards Shashank On 10/31/2018 5:35 PM, Uma Shankar wrote: This patch adds a colorspace property enabling userspace to switch to various supported colorspaces. This will help enable BT2020 along with other colorspaces. v2: Addressed Maarten and Ville's review comments. Enhanced the

Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property

2018-11-02 Thread Jonas Karlman
gt;> intel-...@lists.freedesktop.org; Syrjala, Ville ; >> Lankhorst, Maarten ; Hans Verkuil >> >> Subject: Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property >> >> On Fri, Nov 02, 2018 at 10:19:10AM +0100, Maarten Lankhorst wrote: >>> Op 31-10-18 om 13:05 schr

RE: [Intel-gfx] [v2 1/2] drm: Add colorspace property

2018-11-02 Thread Shankar, Uma
aarten ; Hans Verkuil > >Subject: Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property > >On Fri, Nov 02, 2018 at 10:19:10AM +0100, Maarten Lankhorst wrote: >> Op 31-10-18 om 13:05 schreef Uma Shankar: >> > This patch adds a colorspace property enabling userspace

Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property

2018-11-02 Thread Ville Syrjälä
On Fri, Nov 02, 2018 at 10:19:10AM +0100, Maarten Lankhorst wrote: > Op 31-10-18 om 13:05 schreef Uma Shankar: > > This patch adds a colorspace property enabling > > userspace to switch to various supported colorspaces. > > This will help enable BT2020 along with other colorspaces. > > > > v2:

Re: [Intel-gfx] [v2 1/2] drm: Add colorspace property

2018-11-02 Thread Maarten Lankhorst
Op 31-10-18 om 13:05 schreef Uma Shankar: > This patch adds a colorspace property enabling > userspace to switch to various supported colorspaces. > This will help enable BT2020 along with other colorspaces. > > v2: Addressed Maarten and Ville's review comments. Enhanced > the colorspace enum to

[v2 1/2] drm: Add colorspace property

2018-10-31 Thread Uma Shankar
This patch adds a colorspace property enabling userspace to switch to various supported colorspaces. This will help enable BT2020 along with other colorspaces. v2: Addressed Maarten and Ville's review comments. Enhanced the colorspace enum to incorporate both HDMI and DP supported colorspaces.