Home
last modified time | relevance | path

Searched refs:DISP_ARB_CTL2 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_pm.c3601 val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); in ilk_write_wm_values()
3606 intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); in ilk_write_wm_values()
7168 …hw->partitioning = (intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2) & DISP_DATA_PARTITION_5_6)… in ilk_wm_get_hw_state()
7182 val = intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL2); in intel_enable_ipc()
7189 intel_uncore_write(&dev_priv->uncore, DISP_ARB_CTL2, val); in intel_enable_ipc()
Dintel_gvt_mmio_table.c394 MMIO_D(DISP_ARB_CTL2); in iterate_generic_mmio()
Di915_reg.h5873 #define DISP_ARB_CTL2 _MMIO(0x45004) macro