Home
last modified time | relevance | path

Searched refs:PFIT_PIPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_panel.c656 pfit_control |= PFIT_PIPE(crtc->pipe) | PFIT_FILTER_FUZZY; in gmch_panel_fitting()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h2358 #define PFIT_PIPE(pipe) REG_FIELD_PREP(PFIT_PIPE_MASK, (pipe)) macro