OSDN Git Service

Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.
authorEric Anholt <eric@anholt.net>
Thu, 26 Jul 2007 17:14:17 +0000 (10:14 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 26 Jul 2007 17:15:11 +0000 (10:15 -0700)
commitcf2d569daca6954d11a796f4d110148ae2e0c827
treea90aa9eed7d107671af12a0c4d3886e4f51c0fc3
parent03e932e32be6ae3de6994c6893c813a34623ad7d
Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.

This cleans up the create/validate interfaces for this very uncommon path, and
makes pinned object creation much easier to use for the X Server.
libdrm/xf86drm.c
libdrm/xf86mm.h
linux-core/drm_bo.c
linux-core/drm_drv.c
linux-core/drm_objects.h
shared-core/drm.h