Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-19 Thread Ville Syrjälä
AM > >To: Shankar, Uma > >Cc: intel-...@lists.freedesktop.org; Syrjala, Ville > >; Lankhorst, > >Maarten ; dri-devel@lists.freedesktop.org > >Subject: Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe > > > >On Wed, Feb 13, 2019 at 12:35:10PM +0530, Uma Shan

RE: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-19 Thread Shankar, Uma
devel@lists.freedesktop.org >Subject: Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe > >On Wed, Feb 13, 2019 at 12:35:10PM +0530, Uma Shankar wrote: >> This adds colorspace information to HDMI AVI infoframe. >> A helper function is added to program the same.

Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-18 Thread Ville Syrjälä
On Wed, Feb 13, 2019 at 12:35:10PM +0530, Uma Shankar wrote: > This adds colorspace information to HDMI AVI infoframe. > A helper function is added to program the same. > > v2: Moved this to drm core instead of i915 driver. > > v3: Exported the helper function. > > v4: Added separate HDMI specif

[v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-12 Thread Uma Shankar via dri-devel
This adds colorspace information to HDMI AVI infoframe. A helper function is added to program the same. v2: Moved this to drm core instead of i915 driver. v3: Exported the helper function. v4: Added separate HDMI specific macro as per CTA spec. This is separate from user exposed enum values. Thi