Searched refs:__runtime (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_pci.c | 42 .__runtime.media.ip.ver = (x), \ 43 .__runtime.display.ip.ver = (x) 545 .__runtime.ppgtt_size = 31, 643 .__runtime.ppgtt_size = 32, 663 .__runtime.has_dmc = 1, \ 665 .__runtime.has_hdcp = 1, \ 717 .__runtime.has_hdcp = 1, \ 721 .__runtime.has_dmc = 1, \ 842 .__runtime.has_dsc = 1, \ 857 .__runtime.ppgtt_size = 36, [all …]
|
A D | intel_device_info.h | 309 const struct intel_runtime_info __runtime; member
|
A D | i915_drv.h | 207 struct intel_runtime_info __runtime; /* Use RUNTIME_INFO() to access. */ member 411 #define RUNTIME_INFO(dev_priv) (&(dev_priv)->__runtime)
|
A D | i915_driver.c | 739 memcpy(runtime, &INTEL_INFO(i915)->__runtime, sizeof(*runtime)); in i915_driver_create()
|
Completed in 15 milliseconds