mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/i915/wm: s/skl_print_plane_changes()/skl_print_plane_wm_changes()/
Rename skl_print_plane_changes() to skl_print_plane_wm_changes() to better reflect what it does. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20260319114034.7093-7-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
eb0ec2989e
commit
e2a5a5b887
|
|
@ -2602,11 +2602,12 @@ static char enast(bool enable)
|
|||
}
|
||||
|
||||
static noinline_for_stack void
|
||||
skl_print_plane_changes(struct intel_display *display,
|
||||
struct intel_plane *plane,
|
||||
const struct skl_plane_wm *old_wm,
|
||||
const struct skl_plane_wm *new_wm)
|
||||
skl_print_plane_wm_changes(struct intel_plane *plane,
|
||||
const struct skl_plane_wm *old_wm,
|
||||
const struct skl_plane_wm *new_wm)
|
||||
{
|
||||
struct intel_display *display = to_intel_display(plane);
|
||||
|
||||
drm_dbg_kms(display->drm,
|
||||
"[PLANE:%d:%s] level %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm,%cswm,%cstwm"
|
||||
" -> %cwm0,%cwm1,%cwm2,%cwm3,%cwm4,%cwm5,%cwm6,%cwm7,%ctwm,%cswm,%cstwm\n",
|
||||
|
|
@ -2738,7 +2739,7 @@ skl_print_wm_changes(struct intel_atomic_state *state)
|
|||
if (skl_plane_wm_equals(display, old_wm, new_wm))
|
||||
continue;
|
||||
|
||||
skl_print_plane_changes(display, plane, old_wm, new_wm);
|
||||
skl_print_plane_wm_changes(plane, old_wm, new_wm);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user