[Intel-gfx] [PATCH 3/6] i830_bind_memory: Use dri_bo_pin under GEM. Pin when ACCEL_NONE.
Keith Packard
keithp at keithp.com
Thu Jul 9 03:34:33 CEST 2009
On Wed, 2009-07-08 at 18:13 -0700, Eric Anholt wrote:
> Binding pixmaps on behalf of KMS is broken, and the init sequence should
> be fixed if that's required :P
Right, my remove-noaccel patch changes this to:
if (pI830->use_drm_mode)
return TRUE;
if (pI830->have_gem && mem->bo != NULL) {
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090708/99747f8e/attachment.sig>
More information about the Intel-gfx
mailing list