Home
last modified time | relevance | path

Searched refs:DRM_ETNAVIV_GEM_CPU_PREP (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/include/drm-uapi/
Detnaviv_drm.h263 #define DRM_ETNAVIV_GEM_CPU_PREP 0x04 macro
276 #define DRM_IOCTL_ETNAVIV_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_PREP, struct …
/external/mesa3d/include/drm-uapi/
Detnaviv_drm.h271 #define DRM_ETNAVIV_GEM_CPU_PREP 0x04 macro
284 #define DRM_IOCTL_ETNAVIV_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_PREP, struct …
/external/kernel-headers/original/uapi/drm/
Detnaviv_drm.h271 #define DRM_ETNAVIV_GEM_CPU_PREP 0x04 macro
284 #define DRM_IOCTL_ETNAVIV_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_PREP, struct …
/external/libdrm/etnaviv/
Detnaviv_drm.h263 #define DRM_ETNAVIV_GEM_CPU_PREP 0x04 macro
276 #define DRM_IOCTL_ETNAVIV_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_PREP, struct …
Detnaviv_bo.c337 return drmCommandWrite(bo->dev->fd, DRM_ETNAVIV_GEM_CPU_PREP, in etna_bo_cpu_prep()
/external/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c207 [DRM_ETNAVIV_GEM_CPU_PREP] = etnaviv_ioctl_noop,
/external/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c364 return drmCommandWrite(bo->dev->fd, DRM_ETNAVIV_GEM_CPU_PREP, in etna_bo_cpu_prep()