Re: [Intel-gfx] [PATCH] drm/i915: Allow legacy interface for legacy Y tiled display

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

Re: [Intel-gfx] [PATCH] drm/i915: Allow legacy interface for legacy Y tiled display

2015-04-01 Thread Jesse Barnes
On 04/01/2015 05:28 AM, Chris Wilson wrote: > On Wed, Apr 01, 2015 at 02:20:53PM +0200, Daniel Vetter wrote: >> On Wed, Apr 01, 2015 at 10:53:45AM +0100, Tvrtko Ursulin wrote: >>> From: Tvrtko Ursulin >>> >>> Makes it easier for userspace to start supporting Y tiled display, >>> for at least the l

Re: [Intel-gfx] [PATCH] drm/i915: Allow legacy interface for legacy Y tiled display

2015-04-01 Thread Chris Wilson
On Wed, Apr 01, 2015 at 02:20:53PM +0200, Daniel Vetter wrote: > On Wed, Apr 01, 2015 at 10:53:45AM +0100, Tvrtko Ursulin wrote: > > From: Tvrtko Ursulin > > > > Makes it easier for userspace to start supporting Y tiled display, > > for at least the legacy format. > > > > Signed-off-by: Tvrtko U

Re: [Intel-gfx] [PATCH] drm/i915: Allow legacy interface for legacy Y tiled display

2015-04-01 Thread Daniel Vetter
On Wed, Apr 01, 2015 at 10:53:45AM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Makes it easier for userspace to start supporting Y tiled display, > for at least the legacy format. > > Signed-off-by: Tvrtko Ursulin > Cc: Chris Wilson > Cc: Daniel Vetter For the record: The point h

[Intel-gfx] [PATCH] drm/i915: Allow legacy interface for legacy Y tiled display

2015-04-01 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Makes it easier for userspace to start supporting Y tiled display, for at least the legacy format. Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson Cc: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 15 --- 1 file changed, 12 insertions(+), 3 deletion