Home
last modified time | relevance | path

Searched refs:intel_uncore_rmw (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.c36 intel_uncore_rmw(uncore, GAC_ECO_BITS, 0, ECOBITS_PPGTT_CACHE64B); in gen7_ppgtt_enable()
52 intel_uncore_rmw(uncore, in gen6_ppgtt_enable()
57 intel_uncore_rmw(uncore, in gen6_ppgtt_enable()
62 intel_uncore_rmw(uncore, in gen6_ppgtt_enable()
H A Dintel_ggtt_fencing.c908 intel_uncore_rmw(uncore, DISP_ARB_CTL, 0, DISP_TILE_SURFACE_SWIZZLING); in intel_gt_init_swizzling()
913 intel_uncore_rmw(uncore, TILECTL, 0, TILECTL_SWZCTL); in intel_gt_init_swizzling()
H A Dintel_reset.c739 intel_uncore_rmw(gt->uncore, in wa_14015076503_start()
744 intel_uncore_rmw(gt->uncore, in wa_14015076503_start()
759 intel_uncore_rmw(gt->uncore, in wa_14015076503_end()
H A Dintel_gtt.c475 intel_uncore_rmw(uncore, in gtt_write_workarounds()
H A Dintel_gt_irq.c340 intel_uncore_rmw(uncore, MTL_GUC_MGUC_INTR_MASK, mask, 0); in gen11_gt_irq_postinstall()
/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c266 intel_uncore_rmw(uncore, VLV_GTLC_WAKE_CTRL, ~VLV_GTLC_ALLOWWAKEREQ, in vlv_restore_gunit_s0ix_state()
269 intel_uncore_rmw(uncore, VLV_GTLC_SURVIVABILITY_REG, ~VLV_GFX_CLK_FORCE_ON_BIT, in vlv_restore_gunit_s0ix_state()
310 intel_uncore_rmw(uncore, VLV_GTLC_SURVIVABILITY_REG, VLV_GFX_CLK_FORCE_ON_BIT, in vlv_force_gfx_clock()
336 intel_uncore_rmw(uncore, VLV_GTLC_WAKE_CTRL, VLV_GTLC_ALLOWWAKEREQ, in vlv_allow_gt_wake()
H A Di915_hwmon.c88 intel_uncore_rmw(uncore, reg, clear, set); in hwm_locked_with_pm_intel_uncore_rmw()
476 intel_uncore_rmw(ddat->uncore, hwmon->rg.pkg_rapl_limit, in hwm_power_max_write()
489 intel_uncore_rmw(ddat->uncore, hwmon->rg.pkg_rapl_limit, in hwm_power_max_write()
555 r = intel_uncore_rmw(hwmon->ddat.uncore, hwmon->rg.pkg_rapl_limit, in i915_hwmon_power_max_disable()
571 intel_uncore_rmw(hwmon->ddat.uncore, hwmon->rg.pkg_rapl_limit, in i915_hwmon_power_max_restore()
H A Di915_perf.c1006 intel_uncore_rmw(uncore, oastatus_reg, in gen8_oa_read()
2397 intel_uncore_rmw(uncore, GEN7_MISCCPCTL, in hsw_enable_metric_set()
2399 intel_uncore_rmw(uncore, GEN6_UCGCTL1, in hsw_enable_metric_set()
2411 intel_uncore_rmw(uncore, GEN6_UCGCTL1, in hsw_disable_metric_set()
2413 intel_uncore_rmw(uncore, GEN7_MISCCPCTL, in hsw_disable_metric_set()
2416 intel_uncore_rmw(uncore, GDT_CHICKEN_BITS, GT_NOA_ENABLE, 0); in hsw_disable_metric_set()
2902 intel_uncore_rmw(uncore, GEN12_SQCNT1, 0, sqcnt1); in gen12_enable_metric_set()
2927 intel_uncore_rmw(uncore, GDT_CHICKEN_BITS, GT_NOA_ENABLE, 0); in gen8_disable_metric_set()
2938 intel_uncore_rmw(uncore, RPM_CONFIG1, GEN10_GT_NOA_ENABLE, 0); in gen11_disable_metric_set()
2962 intel_uncore_rmw(uncore, RPM_CONFIG1, GEN10_GT_NOA_ENABLE, 0); in gen12_disable_metric_set()
[all …]
H A Dintel_uncore.h430 static inline u32 intel_uncore_rmw(struct intel_uncore *uncore, in intel_uncore_rmw() function
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c284 intel_uncore_rmw(gt->uncore, HECI_H_CSR(MTL_GSC_HECI2_BASE), in intel_gsc_proxy_request_handler()
320 intel_uncore_rmw(gt->uncore, HECI_H_CSR(MTL_GSC_HECI2_BASE), in i915_gsc_proxy_component_bind()
346 intel_uncore_rmw(gt->uncore, HECI_H_CSR(MTL_GSC_HECI2_BASE), in i915_gsc_proxy_component_unbind()
H A Dintel_guc_fw.c45 intel_uncore_rmw(uncore, GEN7_MISCCPCTL, 0, in guc_prepare_xfer()
58 intel_uncore_rmw(uncore, GUC_SHIM_CONTROL2, 0, GUC_ENABLE_DEBUG_REG); in guc_prepare_xfer()
H A Dintel_guc_slpc.c650 intel_uncore_rmw(gt->uncore, in intel_guc_pm_intrmsk_enable()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_de.h93 val = intel_uncore_rmw(__to_uncore(display), reg, clear, set); in intel_de_rmw()