]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915: Rename variables in ilk_intermedidate_wm()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 16 Sep 2024 16:24:13 +0000 (19:24 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 24 Sep 2024 07:56:17 +0000 (10:56 +0300)
commit61b105809149978b594ddff0b77bdfd43b1c267a
tree5bafcde81686dbef5745c7ebd7c40ecaed453274
parentd77037bba76011632cc341f6dd2859fd0e4b83df
drm/i915: Rename variables in ilk_intermedidate_wm()

ilk_compute_intermediate_wm() uses rather poor variable names
for its watermark structs. Borrow a better naming convention
from the g4x/vlv counterpart code.

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