Home
last modified time | relevance | path

Searched refs:DPLL_VCO_ENABLE (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c243 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms()
249 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
254 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
315 if ((temp & DPLL_VCO_ENABLE) != 0) { in oaktrail_crtc_dpms()
317 temp & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
526 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
550 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
552 if (dpll & DPLL_VCO_ENABLE) { in oaktrail_crtc_mode_set()
555 REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_mode_set()
H A Dmdfld_intel_display.c244 if (temp & DPLL_VCO_ENABLE) { in mdfld_disable_crtc()
248 temp &= ~(DPLL_VCO_ENABLE); in mdfld_disable_crtc()
301 if ((temp & DPLL_VCO_ENABLE) == 0) { in mdfld_crtc_dpms()
316 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in mdfld_crtc_dpms()
430 if (temp & DPLL_VCO_ENABLE) { in mdfld_crtc_dpms()
434 temp &= ~(DPLL_VCO_ENABLE); in mdfld_crtc_dpms()
884 if (dpll & DPLL_VCO_ENABLE) { in mdfld_crtc_mode_set()
885 dpll &= ~DPLL_VCO_ENABLE; in mdfld_crtc_mode_set()
930 dpll |= DPLL_VCO_ENABLE; in mdfld_crtc_mode_set()
H A Dmdfld_device.c254 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
258 dpll_val &= ~DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
274 PSB_WVDC32(dpll_val & ~DPLL_VCO_ENABLE, map->dpll); in mdfld_restore_display_registers()
282 if (!(dpll & DPLL_VCO_ENABLE)) { in mdfld_restore_display_registers()
298 dpll_val |= DPLL_VCO_ENABLE; in mdfld_restore_display_registers()
H A Dgma_display.c216 if ((temp & DPLL_VCO_ENABLE) == 0) { in gma_crtc_dpms()
221 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
225 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
304 if ((temp & DPLL_VCO_ENABLE) != 0) { in gma_crtc_dpms()
305 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE); in gma_crtc_dpms()
633 if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) { in gma_crtc_restore()
635 crtc_state->saveDPLL & ~DPLL_VCO_ENABLE); in gma_crtc_restore()
H A Dpsb_intel_display.c203 dpll |= DPLL_VCO_ENABLE; in psb_intel_crtc_mode_set()
212 if (dpll & DPLL_VCO_ENABLE) { in psb_intel_crtc_mode_set()
214 REG_WRITE(map->dpll, dpll & ~DPLL_VCO_ENABLE); in psb_intel_crtc_mode_set()
H A Dcdv_intel_display.c761 dpll |= DPLL_VCO_ENABLE; in cdv_intel_crtc_mode_set()
771 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h229 #define DPLL_VCO_ENABLE (1 << 31) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c246 if ((temp & DPLL_VCO_ENABLE) == 0) { in oaktrail_crtc_dpms()
252 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
257 temp | DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
318 if ((temp & DPLL_VCO_ENABLE) != 0) { in oaktrail_crtc_dpms()
320 temp & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_dpms()
530 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
554 dpll |= DPLL_VCO_ENABLE; in oaktrail_crtc_mode_set()
556 if (dpll & DPLL_VCO_ENABLE) { in oaktrail_crtc_mode_set()
559 REG_WRITE_WITH_AUX(map->dpll, dpll & ~DPLL_VCO_ENABLE, i); in oaktrail_crtc_mode_set()
H A Dgma_display.c224 if ((temp & DPLL_VCO_ENABLE) == 0) { in gma_crtc_dpms()
229 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
233 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE); in gma_crtc_dpms()
312 if ((temp & DPLL_VCO_ENABLE) != 0) { in gma_crtc_dpms()
313 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE); in gma_crtc_dpms()
633 if (crtc_state->saveDPLL & DPLL_VCO_ENABLE) { in gma_crtc_restore()
635 crtc_state->saveDPLL & ~DPLL_VCO_ENABLE); in gma_crtc_restore()
H A Dpsb_intel_display.c209 dpll |= DPLL_VCO_ENABLE; in psb_intel_crtc_mode_set()
218 if (dpll & DPLL_VCO_ENABLE) { in psb_intel_crtc_mode_set()
220 REG_WRITE(map->dpll, dpll & ~DPLL_VCO_ENABLE); in psb_intel_crtc_mode_set()
H A Dcdv_intel_display.c758 dpll |= DPLL_VCO_ENABLE; in cdv_intel_crtc_mode_set()
768 (REG_READ(map->dpll) & ~DPLL_LOCK) | DPLL_VCO_ENABLE); in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h229 #define DPLL_VCO_ENABLE (1 << 31) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c875 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll()
932 dpll |= DPLL_VCO_ENABLE; in i8xx_compute_dpll()
1135 dpll |= DPLL_VCO_ENABLE; in ilk_compute_dpll()
1219 crtc_state->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll()
1237 crtc_state->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll()
1777 ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_enable_pll()
1779 if (crtc_state->dpll_hw_state.dpll & DPLL_VCO_ENABLE) { in vlv_enable_pll()
1926 crtc_state->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_enable_pll()
1928 if (crtc_state->dpll_hw_state.dpll & DPLL_VCO_ENABLE) { in chv_enable_pll()
2080 cur_state = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in assert_pll()
[all...]
H A Dintel_pch_refclk.c533 if (!(temp & DPLL_VCO_ENABLE)) in ilk_init_pch_refclk()
H A Dintel_display_power_well.c1345 (intel_de_read(dev_priv, DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
H A Dintel_pps.c122 pll_enabled = intel_de_read(dev_priv, DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
H A Dintel_display.c2801 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_crtc_clock_get()
2829 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_crtc_clock_get()
7907 DPLL_VCO_ENABLE; in i830_enable_pipe()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h149 #define DPLL_VCO_ENABLE (1 << 31) macro
H A Dintelfbhw.c1108 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw()
1399 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
H A Dintelfbdrv.c1339 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h149 #define DPLL_VCO_ENABLE (1 << 31) macro
H A Dintelfbhw.c1106 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw()
1397 tmp &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
H A Dintelfbdrv.c1346 OUTREG(DPLL_A, INREG(DPLL_A) & ~DPLL_VCO_ENABLE); in intelfb_set_par()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c1114 cur_state = !!(val & DPLL_VCO_ENABLE); in assert_pll()
1423 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in vlv_enable_pll()
1473 if (pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) in chv_enable_pll()
8403 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE | in vlv_compute_dpll()
8420 pipe_config->dpll_hw_state.dpll |= DPLL_VCO_ENABLE; in chv_compute_dpll()
8438 pipe_config->dpll_hw_state.dpll & ~(DPLL_VCO_ENABLE | DPLL_EXT_BUFFER_ENABLE_VLV)); in vlv_prepare_pll()
8441 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in vlv_prepare_pll()
8539 pipe_config->dpll_hw_state.dpll & ~DPLL_VCO_ENABLE); in chv_prepare_pll()
8542 if ((pipe_config->dpll_hw_state.dpll & DPLL_VCO_ENABLE) == 0) in chv_prepare_pll()
8748 dpll |= DPLL_VCO_ENABLE; in i9xx_compute_dpll()
[all...]
H A Dintel_dpll_mgr.c424 return val & DPLL_VCO_ENABLE; in ibx_pch_dpll_get_hw_state()

Completed in 66 milliseconds

12