Searched refs:DRM_BO_FLAG_CACHED (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/drm/
H A Ddrm.h720 #define DRM_BO_FLAG_CACHED (1ULL << 7) macro
732 * with DRM_BO_FLAG_CACHED it also allows the buffer to be bound into the GART
747 /* Mask: Force DRM_BO_FLAG_CACHED flag strictly also if it is set.
790 DRM_BO_FLAG_CACHED | \
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm.h722 #define DRM_BO_FLAG_CACHED (1ULL << 7) macro
734 * with DRM_BO_FLAG_CACHED it also allows the buffer to be bound into the GART
749 /* Mask: Force DRM_BO_FLAG_CACHED flag strictly also if it is set.
792 DRM_BO_FLAG_CACHED | \

Completed in 95 milliseconds