Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h204 #define VLV_DISPLAY_BASE 0x180000 macro
205 #define VLV_MIPI_BASE VLV_DISPLAY_BASE
1067 #define VLV_IOSF_DOORBELL_REQ _MMIO(VLV_DISPLAY_BASE + 0x2100)
1089 #define VLV_IOSF_DATA _MMIO(VLV_DISPLAY_BASE + 0x2104)
1090 #define VLV_IOSF_ADDR _MMIO(VLV_DISPLAY_BASE + 0x2108)
1266 #define DPIO_CTL _MMIO(VLV_DISPLAY_BASE + 0x2110)
2608 #define CLAIM_ER _MMIO(VLV_DISPLAY_BASE + 0x2028)
2711 #define VLV_GU_CTL0 _MMIO(VLV_DISPLAY_BASE + 0x2030)
2712 #define VLV_GU_CTL1 _MMIO(VLV_DISPLAY_BASE + 0x2034)
2718 #define VLV_GUNIT_CLOCK_GATE _MMIO(VLV_DISPLAY_BASE + 0x2060)
[all …]
Di915_pci.c484 .display_mmio_offset = VLV_DISPLAY_BASE,
578 .display_mmio_offset = VLV_DISPLAY_BASE,
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_gmbus.c843 dev_priv->gpio_mmio_base = VLV_DISPLAY_BASE; in intel_gmbus_setup()