drm/i915: switch i915 core to generic VLV IOSF SB functions
authorJani Nikula <jani.nikula@intel.com>
Mon, 12 May 2025 14:56:55 +0000 (17:56 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 13 May 2025 07:26:45 +0000 (10:26 +0300)
commitead7a1a59e37cc7134e98e3121d0962940a1c1d9
tree90a08974488d82a363adfc574f2e7fbf4ecadc92
parent5c76b7178b511019c0c5f5544d9bfc4b9589f0d4
drm/i915: switch i915 core to generic VLV IOSF SB functions

We'll want to relocate the unit specific functions to display, making
them inaccessible to i915 core. As there aren't that many users in i915
core, we can just convert them to the generic VLV IOSF SB read/write
functions.

v2: Use BIT(unit) for get/put

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://lore.kernel.org/r/3162c8768eeeba928bbc3d4aa2ddfc6a1030a451.1747061743.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
drivers/gpu/drm/i915/gt/intel_rps.c
drivers/gpu/drm/i915/soc/intel_dram.c