summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_step.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-08-22 17:39:46 +0300
committerJani Nikula <jani.nikula@intel.com>2024-08-26 11:38:44 +0300
commit4836c6cc01a16f1ac2b436550299474ad7183c46 (patch)
tree65664c8898a059cfc8430a96479c9b7f81aa8e30 /drivers/gpu/drm/i915/intel_step.h
parente24b0ef20a20cd26a770c66bf87d911838ea00d4 (diff)
downloadlwn-4836c6cc01a16f1ac2b436550299474ad7183c46.tar.gz
lwn-4836c6cc01a16f1ac2b436550299474ad7183c46.zip
drm/i915: remove unused leftover basedie step code
The basedie step initialization as well as its last users were removed in commit 326e30e4624c ("drm/i915: Drop dead code for pvc"). Follow through with removing the unused macros and struct member and debug logging. Suggested-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240822143946.2526425-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_step.h')
-rw-r--r--drivers/gpu/drm/i915/intel_step.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_step.h b/drivers/gpu/drm/i915/intel_step.h
index 83bd1190edf5..22f1d6905160 100644
--- a/drivers/gpu/drm/i915/intel_step.h
+++ b/drivers/gpu/drm/i915/intel_step.h
@@ -17,7 +17,6 @@ struct intel_step_info {
*/
u8 graphics_step; /* Represents the compute tile on Xe_HPC */
u8 media_step;
- u8 basedie_step;
};
#define STEP_ENUM_VAL(name) STEP_##name,