Searched refs:GU_CNTL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 2668 !(__raw_uncore_read32(uncore, GU_CNTL) & LMEM_INIT)) { in intel_uncore_init_mmio() 2790 ret = intel_wait_for_register_fw(uncore, GU_CNTL, DRIVERFLR, 0, flr_timeout_ms); in driver_initiated_flr() 2800 intel_uncore_rmw_fw(uncore, GU_CNTL, 0, DRIVERFLR); in driver_initiated_flr() 2803 ret = intel_wait_for_register_fw(uncore, GU_CNTL, in driver_initiated_flr()
|
H A D | i915_reg.h | 122 #define GU_CNTL _MMIO(0x101010) macro
|