From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/i915: Sanitize cursors on driver load Date: Fri, 16 May 2014 18:53:52 +0200 Message-ID: <20140516165352.GU8790@phenom.ffwll.local> References: <1400258219-19420-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) by gabe.freedesktop.org (Postfix) with ESMTP id 784506E235 for ; Fri, 16 May 2014 09:53:57 -0700 (PDT) Received: by mail-ee0-f50.google.com with SMTP id e51so1728543eek.23 for ; Fri, 16 May 2014 09:53:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1400258219-19420-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, May 16, 2014 at 05:36:59PM +0100, Chris Wilson wrote: > Extremely unlikely to ever be required, but BIOSes do like to attack in > unexpected ways. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/intel_display.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c > index a943ea7..5583e9b 100644 > --- a/drivers/gpu/drm/i915/intel_display.c > +++ b/drivers/gpu/drm/i915/intel_display.c > @@ -11817,6 +11817,8 @@ static void intel_sanitize_crtc(struct intel_crtc *crtc) > /* Adjust the state of the output pipe according to whether we > * have active connectors/encoders. */ > intel_crtc_update_dpms(&crtc->base); > + intel_crtc_update_cursor(crtc, > + intel_crtc->active && intel_crtc->cursor_bo); Should we do this for sprite planes, too? That way it would be nice fodder for Matt to clean up later on ;-) -Daniel > > if (crtc->active != crtc->base.enabled) { > struct intel_encoder *encoder; > -- > 1.7.9.5 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch