Searched refs:FW_REG_READ (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 2367 intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ); in __intel_wait_for_register() 2462 if (op & FW_REG_READ) in intel_uncore_forcewake_for_reg() 2524 if (rw_flag == FW_REG_READ) in uncore_rw_with_mcr_steering_fw() 2549 FW_REG_READ | FW_REG_WRITE); in uncore_rw_with_mcr_steering() 2566 return uncore_rw_with_mcr_steering_fw(uncore, reg, FW_REG_READ, in intel_uncore_read_with_mcr_steering_fw() 2573 return uncore_rw_with_mcr_steering(uncore, reg, FW_REG_READ, in intel_uncore_read_with_mcr_steering()
|
D | intel_uncore.h | 245 #define FW_REG_READ (1) macro
|
/linux-5.19.10/drivers/gpu/drm/i915/selftests/ |
D | intel_uncore.c | 215 FW_REG_READ); in live_forcewake_ops()
|
/linux-5.19.10/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 379 FW_REG_READ | FW_REG_WRITE); in handle_tlb_pending_event()
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/ |
D | intel_rc6.c | 764 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ); in intel_rc6_residency_ns()
|
D | intel_workarounds.c | 1558 FW_REG_READ | in wal_get_fw_for_rmw()
|
/linux-5.19.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc.c | 74 FW_REG_READ | FW_REG_WRITE); in intel_guc_init_send_regs()
|