[Intel-gfx] GMA HD driver support for hardware acceleration

2011-02-01 Thread sudeep
for GMA-HD(in our understanding, i915) support hardware acceleration for blit/blend operations? 2)How to test and verify the hardware acceleration for blit/blend operations in GMA-HD platform Thanks in advance Regards Sudeep ___ Intel-gfx mailing

Re: [Intel-gfx] GMA HD driver support for hardware acceleration

2011-02-01 Thread sudeep
Thanks a lot Chris. Thanks for your valuable inputs. Sudeep Chris Wilson wrote: On Tue, 01 Feb 2011 15:45:34 +0530, sudeep wrote: Hi All, I am a starter in Linux graphics. Our development board is *MATXM*-*CORE*-*411*-*B* from Emerson. It has Intel i5 core and QM57 chip set. We have a a

Re: [Intel-gfx] [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move

2021-12-03 Thread Sudeep Dutt
On Fri, Dec 03, 2021 at 12:47:53PM -0800, Jasmine Newsome wrote: > Replace pointer bo->ttm with ttm in i915_ttm_move > when passed as argument to __i915_ttm_move Hi Jasmine, Can you please resend this patch with the commit description updated to describe why this patch is needed? Thank

[Intel-gfx] [PATCH] drm/i915/selftests: Fix compare functions provided for sorting

2020-07-09 Thread Sudeep Holla
Both cmp_u32 and cmp_u64 are comparing the pointers instead of the value at those pointers. This will result in incorrect/unsorted list. Fix it by deferencing the pointers before comparison. Cc: Chris Wilson Cc: Mika Kuoppala Signed-off-by: Sudeep Holla --- drivers/gpu/drm/i915/gt