Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c4265 I915_WRITE(PS_WIN_SZ(pipe), crtc->config->pch_pfit.size); in skylake_pfit_enable()
4717 I915_WRITE(PS_WIN_SZ(pipe), 0); in skylake_pfit_disable()
7988 pipe_config->pch_pfit.size = I915_READ(PS_WIN_SZ(crtc->pipe)); in skylake_get_pfit_config()
Di915_reg.h5105 #define PS_WIN_SZ(pipe) _PIPE(pipe, _PSA_WIN_SZ, _PSB_WIN_SZ) macro