drm/i915: Remove some dead "code"
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 5 Jul 2023 09:55:18 +0000 (10:55 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 6 Jul 2023 10:47:28 +0000 (11:47 +0100)
Commit 2caffbf11762 ("drm/i915: Revoke mmaps and prevent access to fence
registers across reset") removed the temporary implementation of a reset
under stop machine but forgot to remove this one commented out define.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230705095518.3690951-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/gt/intel_reset.c

index 797ea83..f81210f 100644 (file)
@@ -34,9 +34,6 @@
 
 #define RESET_MAX_RETRIES 3
 
-/* XXX How to handle concurrent GGTT updates using tiling registers? */
-#define RESET_UNDER_STOP_MACHINE 0
-
 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned)
 {
        struct drm_i915_file_private *file_priv = ctx->file_priv;