Home
last modified time | relevance | path

Searched refs:PFIT_ENABLE (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/gma500/
Doaktrail_lvds.c148 REG_WRITE(PFIT_CONTROL, PFIT_ENABLE); in oaktrail_lvds_mode_set()
152 REG_WRITE(PFIT_CONTROL, PFIT_ENABLE | in oaktrail_lvds_mode_set()
155 REG_WRITE(PFIT_CONTROL, PFIT_ENABLE | in oaktrail_lvds_mode_set()
158 REG_WRITE(PFIT_CONTROL, PFIT_ENABLE); in oaktrail_lvds_mode_set()
160 REG_WRITE(PFIT_CONTROL, PFIT_ENABLE); in oaktrail_lvds_mode_set()
Dcdv_intel_lvds.c374 pfit_control = (PFIT_ENABLE | VERT_AUTO_SCALE | in cdv_intel_lvds_mode_set()
Doaktrail_crtc.c280 if ((pfit_control & PFIT_ENABLE) == 0) in oaktrail_panel_fitter_pipe()
Dpsb_intel_reg.h184 #define PFIT_ENABLE (1 << 31) macro
Dpsb_intel_lvds.c495 pfit_control = (PFIT_ENABLE | VERT_AUTO_SCALE | in psb_intel_lvds_mode_set()
Dmdfld_intel_display.c143 if ((pfit_control & PFIT_ENABLE) == 0) in psb_intel_panel_fitter_pipe()
Dcdv_intel_display.c700 if ((pfit_control & PFIT_ENABLE) == 0) in cdv_intel_panel_fitter_pipe()
Dpsb_intel_display.c579 if ((pfit_control & PFIT_ENABLE) == 0) in psb_intel_panel_fitter_pipe()
/drivers/gpu/drm/i915/
Dintel_lvds.c311 pfit_control |= PFIT_ENABLE | PFIT_SCALING_PILLAR; in intel_lvds_mode_fixup()
313 pfit_control |= PFIT_ENABLE | PFIT_SCALING_LETTER; in intel_lvds_mode_fixup()
315 pfit_control |= PFIT_ENABLE | PFIT_SCALING_AUTO; in intel_lvds_mode_fixup()
332 pfit_control |= (PFIT_ENABLE | in intel_lvds_mode_fixup()
344 pfit_control |= (PFIT_ENABLE | in intel_lvds_mode_fixup()
350 pfit_control |= (PFIT_ENABLE | in intel_lvds_mode_fixup()
364 pfit_control |= PFIT_ENABLE; in intel_lvds_mode_fixup()
381 if ((pfit_control & PFIT_ENABLE) == 0) { in intel_lvds_mode_fixup()
Dintel_overlay.c1097 if ((pfit_control & PFIT_ENABLE) == 0) in intel_panel_fitter_pipe()
Di915_reg.h1690 #define PFIT_ENABLE (1 << 31) macro
Dintel_display.c3325 if ((pctl & PFIT_ENABLE) && in i9xx_crtc_disable()