Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/magma/
DDrmContext.cpp51 int result = connection.mDevice.ioctl(DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT, &params); in create()
DIntelDrmDecoder.cpp199 int create_result = dev->ioctl(DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT, &create_params); in magma_device_query_fudge()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Di915_drm.h539 #define DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_CRE… macro