Searched defs:pfit_control (Results 1 - 8 of 8) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c359 u32 pfit_control; local
374 pfit_control = (PFIT_ENABLE | VERT_AUTO_SCALE |
378 pfit_control = 0;
381 pfit_control |= PANEL_8TO6_DITHER_ENABLE;
383 REG_WRITE(PFIT_CONTROL, pfit_control);
H A Dpsb_intel_lvds.c480 u32 pfit_control; local
495 pfit_control = (PFIT_ENABLE | VERT_AUTO_SCALE |
499 pfit_control = 0;
502 pfit_control |= PANEL_8TO6_DITHER_ENABLE;
504 REG_WRITE(PFIT_CONTROL, pfit_control);
H A Doaktrail_crtc.c275 u32 pfit_control; local
277 pfit_control = REG_READ(PFIT_CONTROL);
280 if ((pfit_control & PFIT_ENABLE) == 0)
282 return (pfit_control >> 29) & 3;
H A Dcdv_intel_display.c695 u32 pfit_control; local
697 pfit_control = REG_READ(PFIT_CONTROL);
700 if ((pfit_control & PFIT_ENABLE) == 0)
702 return (pfit_control >> 29) & 0x3;
H A Dmdfld_intel_display.c138 u32 pfit_control; local
140 pfit_control = REG_READ(PFIT_CONTROL);
143 if ((pfit_control & PFIT_ENABLE) == 0)
147 return (pfit_control >> 29) & 0x3;
H A Dpsb_intel_display.c574 u32 pfit_control; local
576 pfit_control = REG_READ(PFIT_CONTROL);
579 if ((pfit_control & PFIT_ENABLE) == 0)
/drivers/gpu/drm/i915/
H A Dintel_lvds.c50 u32 pfit_control; member in struct:intel_lvds
97 intel_lvds->pfit_control,
101 I915_WRITE(PFIT_CONTROL, intel_lvds->pfit_control);
135 if (intel_lvds->pfit_control) {
239 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; local
278 pfit_control |= ((intel_crtc->pipe << PFIT_PIPE_SHIFT) |
311 pfit_control |= PFIT_ENABLE | PFIT_SCALING_PILLAR;
313 pfit_control |= PFIT_ENABLE | PFIT_SCALING_LETTER;
315 pfit_control |= PFIT_ENABLE | PFIT_SCALING_AUTO;
332 pfit_control |
[all...]
H A Dintel_overlay.c913 u32 pfit_control = I915_READ(PFIT_CONTROL); local
923 if (pfit_control & VERT_AUTO_SCALE)
1080 u32 pfit_control; local
1086 pfit_control = I915_READ(PFIT_CONTROL);
1089 if ((pfit_control & PFIT_ENABLE) == 0)
1094 return (pfit_control >> 29) & 0x3;

Completed in 555 milliseconds