Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c274 I915_WRITE(SKL_PS_WIN_SZ(pipe, scaler_id), in skl_update_plane()
Dintel_display.c2986 I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0); in skl_detach_scaler()
3181 I915_WRITE(SKL_PS_WIN_SZ(pipe, scaler_id), (dst_w << 16) | dst_h); in skylake_update_primary_plane()
4553 I915_WRITE(SKL_PS_WIN_SZ(pipe, id), crtc->config->pch_pfit.size); in skylake_pfit_enable()
9070 pipe_config->pch_pfit.size = I915_READ(SKL_PS_WIN_SZ(crtc->pipe, i)); in skylake_get_pfit_config()
Di915_reg.h5673 #define SKL_PS_WIN_SZ(pipe, id) _PIPE(pipe, \ macro