Re: [Intel-gfx] [PATCH 2/4] lib/igt_draw: Add Y-tiling support

2016-10-25 Thread Daniel Vetter
On Tue, Oct 25, 2016 at 09:08:37AM +0100, Tvrtko Ursulin wrote: > > On 24/10/2016 17:55, Praveen Paneri wrote: > > This patch adds Y-tiling support for igt_draw_rect function. > > > > Change-Id: I139e9773b7df286febe9ffa3dce358df079dac14 > > You can remove (and should) remove Gerrit tags when sen

Re: [Intel-gfx] [PATCH 2/4] lib/igt_draw: Add Y-tiling support

2016-10-25 Thread Tvrtko Ursulin
On 24/10/2016 17:55, Praveen Paneri wrote: This patch adds Y-tiling support for igt_draw_rect function. Change-Id: I139e9773b7df286febe9ffa3dce358df079dac14 You can remove (and should) remove Gerrit tags when sending stuff upstream. Regards, Tvrtko Signed-off-by: Praveen Paneri --- lib/

Re: [Intel-gfx] [PATCH 2/4] lib/igt_draw: Add Y-tiling support

2016-10-24 Thread Ville Syrjälä
On Mon, Oct 24, 2016 at 10:25:56PM +0530, Praveen Paneri wrote: > This patch adds Y-tiling support for igt_draw_rect function. > > Change-Id: I139e9773b7df286febe9ffa3dce358df079dac14 > Signed-off-by: Praveen Paneri > --- > lib/igt_draw.c | 148 > ++--

[Intel-gfx] [PATCH 2/4] lib/igt_draw: Add Y-tiling support

2016-10-24 Thread Praveen Paneri
This patch adds Y-tiling support for igt_draw_rect function. Change-Id: I139e9773b7df286febe9ffa3dce358df079dac14 Signed-off-by: Praveen Paneri --- lib/igt_draw.c | 148 ++--- 1 file changed, 110 insertions(+), 38 deletions(-) diff --git a/lib