Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_reg.h562 #define VLV_IOSF_DOORBELL_REQ (VLV_DISPLAY_BASE + 0x2100)
579 #define VLV_IOSF_DATA (VLV_DISPLAY_BASE + 0x2104)
580 #define VLV_IOSF_ADDR (VLV_DISPLAY_BASE + 0x2108)
835 #define DPIO_CTL (VLV_DISPLAY_BASE + 0x2110)
1727 #define VLV_DISPLAY_BASE 0x180000 macro
1728 #define VLV_MIPI_BASE VLV_DISPLAY_BASE
1730 #define VLV_GU_CTL0 (VLV_DISPLAY_BASE + 0x2030)
1731 #define VLV_GU_CTL1 (VLV_DISPLAY_BASE + 0x2034)
1737 #define VLV_GUNIT_CLOCK_GATE (VLV_DISPLAY_BASE + 0x2060)
1740 #define VLV_GUNIT_CLOCK_GATE2 (VLV_DISPLAY_BASE + 0x2064)
[all …]
Di915_drv.c261 .display_mmio_offset = VLV_DISPLAY_BASE,
272 .display_mmio_offset = VLV_DISPLAY_BASE,
353 .display_mmio_offset = VLV_DISPLAY_BASE,
Dintel_i2c.c634 dev_priv->gpio_mmio_base = VLV_DISPLAY_BASE; in intel_setup_gmbus()