Re: [Intel-gfx] [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

2015-02-25 Thread Tvrtko Ursulin
On 02/24/2015 09:46 PM, Daniel Vetter wrote: On Mon, Feb 23, 2015 at 03:56:01PM +, Tvrtko Ursulin wrote: From: Tvrtko Ursulin By this patch all underlying bits have been implemented and this patch actually enables the feature. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/int

Re: [Intel-gfx] [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

2015-02-24 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5814 -Summary- Platform Delta drm-intel-nightly Series Applied PNV 281/281

Re: [Intel-gfx] [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

2015-02-24 Thread Daniel Vetter
On Mon, Feb 23, 2015 at 03:56:01PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > By this patch all underlying bits have been implemented and this > patch actually enables the feature. > > Signed-off-by: Tvrtko Ursulin > --- > drivers/gpu/drm/i915/intel_display.c | 13 - >

Re: [Intel-gfx] [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

2015-02-24 Thread Damien Lespiau
On Mon, Feb 23, 2015 at 03:56:01PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > By this patch all underlying bits have been implemented and this > patch actually enables the feature. > > Signed-off-by: Tvrtko Ursulin > --- Ville noticed that it didn't seem we were properly returning

[Intel-gfx] [PATCH 7/7] drm/i915/skl: Allow Y (and Yf) frame buffer creation

2015-02-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin By this patch all underlying bits have been implemented and this patch actually enables the feature. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_display.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i91