]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Relocate intel_bw_crtc_update()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 6 Mar 2025 16:34:20 +0000 (18:34 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Mar 2025 17:11:41 +0000 (19:11 +0200)
commitbb800b56f01f430f4d7b360c758a9ed28f758d75
tree7fc77bd1e582feb805049f902f5a9c51f2556b4f
parente6001c930aae40f676227a27e0674e4c8953b1de
drm/i915: Relocate intel_bw_crtc_update()

intel_bw_crtc_update() is only used by the readout path, so relocate
the function next its only caller. Easier to read the code when related
things are nearby.

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250306163420.3961-19-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_bw.c