]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/dmc: Relocate is_dmc_evt_{ctl,htp}_reg()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 12 May 2025 10:33:56 +0000 (13:33 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 16 May 2025 08:31:11 +0000 (11:31 +0300)
commit583710251f6380b973bc594d54bcf4c131c81805
tree14956cf2bed17acc647e31b64bd2cb45c3e954d6
parent4c47d656f89a207562f99a174181789d45f571f6
drm/i915/dmc: Relocate is_dmc_evt_{ctl,htp}_reg()

Move is_dmc_evt_ctl_reg() to a slightly earlier position in the file
so that we can reuse it in the pkgc workaround code. Also move
is_dmc_evt_htp_reg() just to keep the two together.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250512103358.15724-6-ville.syrjala@linux.intel.com
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
drivers/gpu/drm/i915/display/intel_dmc.c