Home
last modified time | relevance | path

Searched refs:PIPECONF_ENABLE (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddisplay.c62 if (!(vgpu_vreg_t(vgpu, PIPECONF(_PIPE_EDP)) & PIPECONF_ENABLE)) in edp_pipe_is_enabled()
77 if (vgpu_vreg_t(vgpu, PIPECONF(pipe)) & PIPECONF_ENABLE) in pipe_is_enabled()
303 vgpu_vreg_t(vgpu, PIPECONF(PIPE_A)) |= PIPECONF_ENABLE; in emulate_monitor_status_change()
Dhandlers.c448 if (data & PIPECONF_ENABLE) in pipeconf_mmio_write()
/Linux-v4.19/drivers/video/fbdev/intelfb/
Dintelfbhw.h286 #define PIPECONF_ENABLE (1 << 31) macro
Dintelfbhw.c1354 tmp &= ~PIPECONF_ENABLE; in intelfbhw_program_mode()
1366 tmp &= ~PIPECONF_ENABLE; in intelfbhw_program_mode()
1441 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE); in intelfbhw_program_mode()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_runtime_pm.c840 if ((I915_READ(PIPECONF(PIPE_A)) & PIPECONF_ENABLE) == 0) in i830_pipes_power_well_enable()
842 if ((I915_READ(PIPECONF(PIPE_B)) & PIPECONF_ENABLE) == 0) in i830_pipes_power_well_enable()
856 return I915_READ(PIPECONF(PIPE_A)) & PIPECONF_ENABLE && in i830_pipes_power_well_enabled()
857 I915_READ(PIPECONF(PIPE_B)) & PIPECONF_ENABLE; in i830_pipes_power_well_enabled()
Dintel_display.c1273 cur_state = !!(val & PIPECONF_ENABLE); in assert_pipe()
1855 if (val & PIPECONF_ENABLE) { in intel_enable_pipe()
1861 I915_WRITE(reg, val | PIPECONF_ENABLE); in intel_enable_pipe()
1894 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()
1906 val &= ~PIPECONF_ENABLE; in intel_disable_pipe()
1909 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_pipe()
7427 pipeconf |= I915_READ(PIPECONF(intel_crtc->pipe)) & PIPECONF_ENABLE; in i9xx_set_pipeconf()
7844 if (!(tmp & PIPECONF_ENABLE)) in i9xx_get_pipe_config()
8893 if (!(tmp & PIPECONF_ENABLE)) in ironlake_get_pipe_config()
9391 return tmp & PIPECONF_ENABLE; in hsw_get_transcoder_state()
[all …]
Dvlv_dsi.c1053 enabled = I915_READ(PIPECONF(PIPE_B)) & PIPECONF_ENABLE; in intel_dsi_get_hw_state()
Di915_reg.h5542 #define PIPECONF_ENABLE (1 << 31) macro