Home
last modified time | relevance | path

Searched refs:skl_pipe_wm (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.h26 struct skl_pipe_wm;
48 struct skl_pipe_wm *out);
55 const struct skl_wm_level *skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm,
58 const struct skl_wm_level *skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm,
Dintel_pm.c4025 struct skl_pipe_wm *pipe_wm = &new_crtc_state->wm.skl.optimal; in intel_compute_sagv_mask()
5044 skl_plane_wm_level(const struct skl_pipe_wm *pipe_wm, in skl_plane_wm_level()
5057 skl_plane_trans_wm(const struct skl_pipe_wm *pipe_wm, in skl_plane_trans_wm()
5905 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_plane_wm()
5948 const struct skl_pipe_wm *pipe_wm = &crtc_state->wm.skl.optimal; in skl_write_cursor_wm()
6208 const struct skl_pipe_wm *old_pipe_wm, *new_pipe_wm; in skl_print_wm_changes()
6328 const struct skl_pipe_wm *old_pipe_wm, in skl_plane_selected_wm_equals()
6329 const struct skl_pipe_wm *new_pipe_wm) in skl_plane_selected_wm_equals()
6543 struct skl_pipe_wm *out) in skl_pipe_wm_get_hw_state()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display_types.h785 struct skl_pipe_wm { struct
854 struct skl_pipe_wm raw;
856 struct skl_pipe_wm optimal;
Dintel_display.c8858 struct skl_pipe_wm wm; in verify_wm_state()
8860 const struct skl_pipe_wm *sw_wm = &new_crtc_state->wm.skl.optimal; in verify_wm_state()