Searched refs:__runtime (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_pci.c | 43 .__runtime.graphics.ip.ver = (x), \ 44 .__runtime.media.ip.ver = (x) 81 .__runtime.page_sizes = I915_GTT_PAGE_SIZE_4K 281 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \ 282 .__runtime.ppgtt_size = 31, \ 329 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, \ 330 .__runtime.ppgtt_size = 31, \ 383 .__runtime.ppgtt_type = INTEL_PPGTT_ALIASING, 384 .__runtime.ppgtt_size = 31, 424 .__runtime [all...] |
| H A D | intel_device_info.h | 244 const struct intel_runtime_info __runtime; member
|
| H A D | i915_drv.h | 236 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */ member 488 #define RUNTIME_INFO(i915) (&(i915)->__runtime)
|
| H A D | intel_device_info.c | 441 memcpy(runtime, &INTEL_INFO(i915)->__runtime, sizeof(*runtime)); in intel_device_info_driver_create()
|
| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | mock_gem_device.c | 122 .__runtime.graphics.ip.ver = -1, 123 .__runtime.page_sizes = (I915_GTT_PAGE_SIZE_4K |
|