Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_sprite_regs.h235 #define _SPACNTR (VLV_DISPLAY_BASE + 0x72180)
236 #define _SPBCNTR (VLV_DISPLAY_BASE + 0x72280)
264 #define _SPALINOFF (VLV_DISPLAY_BASE + 0x72184)
265 #define _SPBLINOFF (VLV_DISPLAY_BASE + 0x72284)
268 #define _SPASTRIDE (VLV_DISPLAY_BASE + 0x72188)
269 #define _SPBSTRIDE (VLV_DISPLAY_BASE + 0x72288)
272 #define _SPAPOS (VLV_DISPLAY_BASE + 0x7218c)
273 #define _SPBPOS (VLV_DISPLAY_BASE + 0x7228c)
280 #define _SPASIZE (VLV_DISPLAY_BASE + 0x72190)
281 #define _SPBSIZE (VLV_DISPLAY_BASE + 0x72290)
[all …]
H A Di9xx_wm_regs.h24 #define DSPARB2 _MMIO(VLV_DISPLAY_BASE + 0x70060) /* vlv/chv */
37 #define DSPARB3 _MMIO(VLV_DISPLAY_BASE + 0x7006c) /* chv */
82 #define DSPFW4 _MMIO(VLV_DISPLAY_BASE + 0x70070)
89 #define DSPFW5 _MMIO(VLV_DISPLAY_BASE + 0x70074)
98 #define DSPFW6 _MMIO(VLV_DISPLAY_BASE + 0x70078)
101 #define DSPFW7 _MMIO(VLV_DISPLAY_BASE + 0x7007c)
102 #define DSPFW7_CHV _MMIO(VLV_DISPLAY_BASE + 0x700b4) /* wtf #1? */
111 #define DSPFW8_CHV _MMIO(VLV_DISPLAY_BASE + 0x700b8)
120 #define DSPFW9_CHV _MMIO(VLV_DISPLAY_BASE + 0x7007c) /* wtf #2? */
131 #define DSPHOWM _MMIO(VLV_DISPLAY_BASE + 0x70064)
[all …]
H A Dintel_color_regs.h272 #define _CGM_PIPE_A_CSC_COEFF01 (VLV_DISPLAY_BASE + 0x67900)
273 #define _CGM_PIPE_A_CSC_COEFF23 (VLV_DISPLAY_BASE + 0x67904)
274 #define _CGM_PIPE_A_CSC_COEFF45 (VLV_DISPLAY_BASE + 0x67908)
275 #define _CGM_PIPE_A_CSC_COEFF67 (VLV_DISPLAY_BASE + 0x6790C)
276 #define _CGM_PIPE_A_CSC_COEFF8 (VLV_DISPLAY_BASE + 0x67910)
277 #define _CGM_PIPE_A_DEGAMMA (VLV_DISPLAY_BASE + 0x66000)
283 #define _CGM_PIPE_A_GAMMA (VLV_DISPLAY_BASE + 0x67000)
289 #define _CGM_PIPE_A_MODE (VLV_DISPLAY_BASE + 0x67A00)
294 #define _CGM_PIPE_B_CSC_COEFF01 (VLV_DISPLAY_BASE + 0x69900)
295 #define _CGM_PIPE_B_CSC_COEFF23 (VLV_DISPLAY_BASE + 0x69904)
[all …]
H A Dintel_audio_regs.h41 #define _VLV_HDMIW_HDMIEDID_A (VLV_DISPLAY_BASE + 0x62050)
42 #define _VLV_HDMIW_HDMIEDID_B (VLV_DISPLAY_BASE + 0x62150)
44 #define _VLV_AUD_CNTL_ST_A (VLV_DISPLAY_BASE + 0x620B4)
45 #define _VLV_AUD_CNTL_ST_B (VLV_DISPLAY_BASE + 0x621B4)
47 #define VLV_AUD_CNTL_ST2 _MMIO(VLV_DISPLAY_BASE + 0x620C0)
55 #define _VLV_AUD_CONFIG_A (VLV_DISPLAY_BASE + 0x62000)
56 #define _VLV_AUD_CONFIG_B (VLV_DISPLAY_BASE + 0x62100)
152 #define I915_HDMI_LPE_AUDIO_BASE (VLV_DISPLAY_BASE + 0x65000)
155 #define VLV_AUD_CHICKEN_BIT_REG _MMIO(VLV_DISPLAY_BASE + 0x62F38)
161 #define VLV_AUD_PORT_EN_DBG(port) _MMIO_BASE_PORT3(VLV_DISPLAY_BASE, (port) - PORT_B, \
H A Dintel_backlight_regs.h11 #define _VLV_BLC_PWM_CTL2_A (VLV_DISPLAY_BASE + 0x61250)
12 #define _VLV_BLC_PWM_CTL2_B (VLV_DISPLAY_BASE + 0x61350)
15 #define _VLV_BLC_PWM_CTL_A (VLV_DISPLAY_BASE + 0x61254)
16 #define _VLV_BLC_PWM_CTL_B (VLV_DISPLAY_BASE + 0x61354)
19 #define _VLV_BLC_HIST_CTL_A (VLV_DISPLAY_BASE + 0x61260)
20 #define _VLV_BLC_HIST_CTL_B (VLV_DISPLAY_BASE + 0x61360)
H A Dintel_dp_aux_regs.h28 #define VLV_DP_AUX_CH_CTL(aux_ch) _MMIO(VLV_DISPLAY_BASE + \
82 #define VLV_DP_AUX_CH_DATA(aux_ch, i) _MMIO(VLV_DISPLAY_BASE + _PORT(aux_ch, _DPA_AUX_CH_DATA1, \
H A Dintel_crt_regs.h13 #define VLV_ADPA _MMIO(VLV_DISPLAY_BASE + 0x61100)
H A Dintel_pps_regs.h14 #define VLV_PPS_BASE (VLV_DISPLAY_BASE + PPS_BASE)
H A Dintel_display_reg_defs.h13 #define VLV_DISPLAY_BASE 0x180000 macro
H A Dvlv_dsi_regs.h11 #define VLV_MIPI_BASE VLV_DISPLAY_BASE
H A Dintel_display_device.c524 .mmio_offset = VLV_DISPLAY_BASE,
645 .mmio_offset = VLV_DISPLAY_BASE,
H A Dintel_gmbus.c884 display->gmbus.mmio_base = VLV_DISPLAY_BASE; in intel_gmbus_setup()
/linux/drivers/gpu/drm/i915/
H A Di915_reg.h162 #define VLV_IOSF_DOORBELL_REQ _MMIO(VLV_DISPLAY_BASE + 0x2100)
184 #define VLV_IOSF_DATA _MMIO(VLV_DISPLAY_BASE + 0x2104)
185 #define VLV_IOSF_ADDR _MMIO(VLV_DISPLAY_BASE + 0x2108)
190 #define DPIO_CTL _MMIO(VLV_DISPLAY_BASE + 0x2110)
390 #define CLAIM_ER _MMIO(VLV_DISPLAY_BASE + 0x2028)
414 #define VLV_GU_CTL0 _MMIO(VLV_DISPLAY_BASE + 0x2030)
415 #define VLV_GU_CTL1 _MMIO(VLV_DISPLAY_BASE + 0x2034)
428 #define VLV_GUNIT_CLOCK_GATE _MMIO(VLV_DISPLAY_BASE + 0x2060)
431 #define VLV_GUNIT_CLOCK_GATE2 _MMIO(VLV_DISPLAY_BASE + 0x2064)
432 #define VLV_IIR_RW _MMIO(VLV_DISPLAY_BASE + 0x2084)
[all …]