Re: [PATCH v5 0/3] Support 64 bpp half float formats

2019-02-13 Thread Ville Syrjälä via dri-devel
On Fri, Feb 08, 2019 at 01:49:40PM -0800, Kevin Strasser wrote: > This series defines new formats and adds implementation to the i915 driver. > Since posting v1 I have removed the pixel normalize property, as it's not > needed > for basic functionality. Also, I have been working on adding support

Re: [PATCH v2] drm: Merge __drm_atomic_helper_disable_all() into drm_atomic_helper_disable_all()

2019-02-13 Thread Ville Syrjälä via dri-devel
On Tue, Feb 12, 2019 at 12:32:41PM -0500, Sean Paul wrote: > From: Sean Paul > > The only difference between the functions is the clean_old_fbs argument, whose > use was removed in the patch referenced below. So remove the internal > copy and drop the guts back into drm_atomic_helper_disable_all(

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

2019-02-13 Thread Ville Syrjälä via dri-devel
On Tue, Feb 12, 2019 at 09:30:50PM +, Shankar, Uma wrote: > > > >-Original Message- > >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] > >Sent: Tuesday, February 12, 2019 10:35 PM > >To: Shankar, Uma > >Cc: intel-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org;

Re: [PATCH] drm: Remove unused argument from __drm_atomic_helper_disable_all()

2019-02-12 Thread Ville Syrjälä via dri-devel
On Tue, Feb 12, 2019 at 11:43:58AM -0500, Sean Paul wrote: > From: Sean Paul > > Its use was removed in an earlier commit, but it is still hanging > around. > > Fixes: e00fb8564ee9 ("drm: Stop updating plane->crtc/fb/old_fb on atomic > drivers") > Cc: Ville Syrjälä > Cc: Maarten Lankhorst > C

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

2019-02-12 Thread Ville Syrjälä via dri-devel
On Fri, Feb 08, 2019 at 11:54:55PM +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

Re: [Intel-gfx] [v15 4/4] drm/i915: Attach colorspace property and enable modeset

2019-02-12 Thread Ville Syrjälä via dri-devel
On Fri, Feb 08, 2019 at 11:54:56PM +0530, Uma Shankar wrote: > This patch attaches the colorspace connector property to the > hdmi connector. Based on colorspace change, modeset will be > triggered to switch to new colorspace. > > Based on colorspace property value create an infoframe > with appro