Home
last modified time | relevance | path

Searched refs:SKL_PS_WIN_SZ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_sprite.c298 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), in skl_update_plane()
HDintel_display.c3368 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()
HDi915_reg.h6690 #define SKL_PS_WIN_SZ(pipe, id) _MMIO_PIPE(pipe, \ macro