Searched refs:wm_params (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 1986 const struct skl_wm_params *wm_params, in skl_compute_wm_levels() 1995 unsigned int latency = skl_wm_latency(i915, level, wm_params); in skl_compute_wm_levels() 1998 wm_params, result_prev, result); in skl_compute_wm_levels() 2006 const struct skl_wm_params *wm_params, in tgl_compute_sagv_wm() 2016 skl_wm_latency(i915, 0, wm_params); in tgl_compute_sagv_wm() 2019 wm_params, &levels[0], in tgl_compute_sagv_wm() 2093 struct skl_wm_params wm_params; in skl_build_plane_wm_single() local 2097 &wm_params, color_plane); in skl_build_plane_wm_single() 2101 skl_compute_wm_levels(crtc_state, plane, &wm_params, wm->wm); in skl_build_plane_wm_single() 2104 &wm->wm[0], &wm_params); in skl_build_plane_wm_single() 1984 skl_compute_wm_levels(const struct intel_crtc_state *crtc_state, struct intel_plane *plane, const struct skl_wm_params *wm_params, struct skl_wm_level *levels) skl_compute_wm_levels() argument 2004 tgl_compute_sagv_wm(const struct intel_crtc_state *crtc_state, struct intel_plane *plane, const struct skl_wm_params *wm_params, struct skl_plane_wm *plane_wm) tgl_compute_sagv_wm() argument 2121 struct skl_wm_params wm_params; skl_build_plane_wm_uv() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 5384 const struct skl_wm_params *wm_params, in skl_compute_wm_levels() 5396 wm_params, result_prev, result); in skl_compute_wm_levels() 5403 const struct skl_wm_params *wm_params, in tgl_compute_sagv_wm() 5412 wm_params, &levels[0], in tgl_compute_sagv_wm() 5486 struct skl_wm_params wm_params; in skl_build_plane_wm_single() local 5490 &wm_params, color_plane); in skl_build_plane_wm_single() 5494 skl_compute_wm_levels(crtc_state, &wm_params, wm->wm); in skl_build_plane_wm_single() 5497 tgl_compute_sagv_wm(crtc_state, &wm_params, wm); in skl_build_plane_wm_single() 5499 skl_compute_transition_wm(crtc_state, &wm_params, wm); in skl_build_plane_wm_single() 5509 struct skl_wm_params wm_params; in skl_build_plane_wm_uv() local 5383 skl_compute_wm_levels(const struct intel_crtc_state *crtc_state, const struct skl_wm_params *wm_params, struct skl_wm_level *levels) skl_compute_wm_levels() argument 5402 tgl_compute_sagv_wm(const struct intel_crtc_state *crtc_state, const struct skl_wm_params *wm_params, struct skl_plane_wm *plane_wm) tgl_compute_sagv_wm() argument [all...] |
Completed in 12 milliseconds