Searched refs:PS_WIN_SZ (Results 1 – 2 of 2) sorted by relevance
4265 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()
5105 #define PS_WIN_SZ(pipe) _PIPE(pipe, _PSA_WIN_SZ, _PSB_WIN_SZ) macro