public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* Hardware acceleration for blit/fillrect in GMA-HD driver(i915)
@ 2011-02-02 11:31 Neeraj N T
  2011-02-02 12:06 ` Chris Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: Neeraj N T @ 2011-02-02 11:31 UTC (permalink / raw)
  To: intel-gfx


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

Hi All,

I am in need to check whether the graphics driver for GMA-HD( i915) 
provides hardware accelerated graphics functions.

While analyzing the  code of  i915 driver I found that the graphic 
functions like 'blit' and 'fillrect' are mapped to functions like 
'cfb_imageblit', 'cfb_fillrect'. Looking into 'cfb_xxxx' implementation, 
I understood that ultimately all of them  puts image data(bit map) to a 
memory address. According to my expectation,  this address should 
correspond to the video memory/graphics
memory of the graphics hardware(So that it could be argued that hardware 
acceleration is used for the above mentioned functions). But it was 
observed that, the memory was kmalloc()'ed with FLAGS GFP_KERNEL. From 
the observation, can I conclude
that the 'blit'/'fillrect' functions of i915 driver doesn't  use  
hardware  acceleration at all?  Could  anybody  suggest  me  any  other 
i915 functions for accessing 'blit'/'fillrect' functionalities with 
hardware acceleration?

Please correct me wherever I am wrong.

Thanks,

Neeraj N.T




[-- Attachment #1.2: Type: text/html, Size: 2352 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 11:31 Hardware acceleration for blit/fillrect in GMA-HD driver(i915) Neeraj N T
2011-02-02 12:06 ` Chris Wilson
2011-02-02 12:44   ` Neeraj N T
2011-02-02 13:08     ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox