diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index cc8131f..8f2e1fb 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -3936,6 +3936,8 @@ static int intel_crtc_cursor_set(struct drm_crtc *crtc, int ret; DRM_DEBUG_KMS("\n"); + DRM_DEBUG_KMS("Being crazy and forcibly disabling the cursor, all the time\n"); + handle = NULL; /* if we want to turn off the cursor ignore width and height */ if (!handle) {