Searched refs:DRM_IOCTL_I915_GETPARAM (Results 1 – 17 of 17) sorted by relevance
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 3184 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in get_pci_device_id() 3352 ret = drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_get_subslice_total() 3368 ret = drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_get_eu_total() 3384 if (drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp)) in drm_intel_get_pooled_eu() 3399 if (drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp)) in drm_intel_get_min_eu_in_pool() 3688 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_bufmgr_gem_init() 3693 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_bufmgr_gem_init() 3697 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_bufmgr_gem_init() 3701 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_bufmgr_gem_init() 3705 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GETPARAM, &gp); in drm_intel_bufmgr_gem_init() [all …]
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_winsys.c | 27 ret = ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp, sizeof(gp)); in i915_drm_get_device_id()
|
/third_party/mesa3d/src/intel/ds/ |
D | intel_pps_perf.cc | 139 if (perf_ioctl(drm_fd, DRM_IOCTL_I915_GETPARAM, &gp) == 0) { in query_timestamp_frequency()
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 422 return libc_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gparam); in get_pci_id() 542 case DRM_IOCTL_I915_GETPARAM: { in ioctl()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 407 return drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp) == 0; in oa_metrics_kernel_support()
|
D | brw_bufmgr.c | 1803 if (drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp)) in gem_param()
|
D | brw_screen.c | 1712 if (drmIoctl(screen->fd, DRM_IOCTL_I915_GETPARAM, &gp) == -1) { in brw_get_param()
|
/third_party/mesa3d/src/intel/common/tests/ |
D | mi_builder_test.cpp | 193 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, in SetUp() 221 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, in SetUp()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 656 if (ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp) == -1) in iris_getparam()
|
D | iris_bufmgr.c | 2195 if (intel_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp)) in gem_param()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 315 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp); in anv_gem_get_param()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 354 #define DRM_IOCTL_I915_GETPARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GETPARAM, drm_i915_get… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 418 #define DRM_IOCTL_I915_GETPARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GETPARAM, drm_i915_get… macro
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 1209 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp); in getparam()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 1618 if (intel_ioctl(fd, DRM_IOCTL_I915_GETPARAM, &gp)) in gem_param()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 583 int ret = intel_ioctl(drm_fd, DRM_IOCTL_I915_GETPARAM, &gp); in i915_perf_version()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1227 int ret = drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp); in get_i915_param()
|