All of lore.kernel.org
 help / color / mirror / Atom feed
* GMA HD driver support for hardware acceleration
@ 2011-02-01 10:15 sudeep
  2011-02-01 10:41 ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: sudeep @ 2011-02-01 10:15 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]

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 requirement to use the 
hardware acceleration for various graphics
operations such as blit, blend etc.
1)Does the Linux graphics driver 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



[-- Attachment #1.2: Type: text/html, Size: 804 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GMA HD driver support for hardware acceleration
  2011-02-01 10:15 GMA HD driver support for hardware acceleration sudeep
@ 2011-02-01 10:41 ` Chris Wilson
  2011-02-01 13:47   ` sudeep
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wilson @ 2011-02-01 10:41 UTC (permalink / raw)
  To: sudeep, intel-gfx

On Tue, 01 Feb 2011 15:45:34 +0530, sudeep <sudeeprk@tataelxsi.co.in> 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 requirement to use the 
> hardware acceleration for various graphics
> operations such as blit, blend etc.
> 1)Does the Linux graphics driver for GMA-HD(in our understanding, i915) 
> support hardware acceleration for
> blit/blend operations?

Yes. Though the BLT engine (the blitter) can not do alpha blend nor
scaling, it is a pure bitblt. To do alpha blending and other "advance"
blits, you need to use the 3D pipeline (as on all previous genX).
Ideally you would use GL.

> 2)How to test and verify the hardware acceleration for blit/blend 
> operations  in GMA-HD platform

The hardware contains a couple of register to show GPU activity. These are
exposed in intel-gpu-tools/tool/intel_gpu_top, which shows how busy the
GPU is. Assuming that tracing the actual emission of GPU commands doesn't
convince you that the operations are being performed on the GPU.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GMA HD driver support for hardware acceleration
  2011-02-01 10:41 ` Chris Wilson
@ 2011-02-01 13:47   ` sudeep
  0 siblings, 0 replies; 3+ messages in thread
From: sudeep @ 2011-02-01 13:47 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1308 bytes --]

Thanks a lot Chris. Thanks for your valuable inputs.

Sudeep

Chris Wilson wrote:
> On Tue, 01 Feb 2011 15:45:34 +0530, sudeep <sudeeprk@tataelxsi.co.in> 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 requirement to use the 
>> hardware acceleration for various graphics
>> operations such as blit, blend etc.
>> 1)Does the Linux graphics driver for GMA-HD(in our understanding, i915) 
>> support hardware acceleration for
>> blit/blend operations?
>>     
>
> Yes. Though the BLT engine (the blitter) can not do alpha blend nor
> scaling, it is a pure bitblt. To do alpha blending and other "advance"
> blits, you need to use the 3D pipeline (as on all previous genX).
> Ideally you would use GL.
>
>   
>> 2)How to test and verify the hardware acceleration for blit/blend 
>> operations  in GMA-HD platform
>>     
>
> The hardware contains a couple of register to show GPU activity. These are
> exposed in intel-gpu-tools/tool/intel_gpu_top, which shows how busy the
> GPU is. Assuming that tracing the actual emission of GPU commands doesn't
> convince you that the operations are being performed on the GPU.
> -Chris
>
>   



[-- Attachment #1.2: Type: text/html, Size: 1893 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-01 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 10:15 GMA HD driver support for hardware acceleration sudeep
2011-02-01 10:41 ` Chris Wilson
2011-02-01 13:47   ` sudeep

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.