Searched refs:SKL_PS_WIN_SZ (Results 1 – 3 of 3) sorted by relevance
298 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), in skl_update_plane()
3368 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0); in skl_detach_scaler()4794 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size); in skylake_pfit_enable()8396 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i)); in skylake_get_pfit_config()
6690 #define SKL_PS_WIN_SZ(pipe, id) _MMIO_PIPE(pipe, \ macro