Skip to content

Commit ed6dd32

Browse files
committed
drm/i915: Remove some dead "code"
Commit 2caffbf ("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
1 parent e3affc7 commit ed6dd32

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/i915/gt/intel_reset.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434

3535
#define RESET_MAX_RETRIES 3
3636

37-
/* XXX How to handle concurrent GGTT updates using tiling registers? */
38-
#define RESET_UNDER_STOP_MACHINE 0
39-
4037
static void client_mark_guilty(struct i915_gem_context *ctx, bool banned)
4138
{
4239
struct drm_i915_file_private *file_priv = ctx->file_priv;

0 commit comments

Comments
 (0)