]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_ranges
authorGustavo Sousa <gustavo.sousa@intel.com>
Fri, 8 Nov 2024 12:57:13 +0000 (09:57 -0300)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 8 Nov 2024 17:54:02 +0000 (09:54 -0800)
commit089156e33d747829f508b1fda64f292b19917e17
tree1f0a2436098568f04f4596867481bfb17ca2bd56
parent83329df1be0c883801251d9aeaca0df317e14a14
drm/i915/dmc_wl: Rename lnl_wl_range to powered_off_ranges

In an upcoming change, we will add extra range tables for registers that
are touched by the DMC during DC states. The range table that we are
currently using is meant for registers that are powered off during DC
states. As such, let's rename the table to powered_off_ranges and also
add a comment regarding its purpose in the function that uses it.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241108130218.24125-9-gustavo.sousa@intel.com
drivers/gpu/drm/i915/display/intel_dmc_wl.c