Home
last modified time | relevance | path

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

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