CVSROOT:        /cvs
Module name:    src
Changes by:     j...@cvs.openbsd.org    2013/11/10 19:53:26

Modified files:
        sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: Don't enable the cursor on a disable pipe

On HSW enabling a plane on a disabled pipe may hang the entire system.
And there's no good reason for doing it ever, so just don't.

v2: Move the crtc active checks to intel_crtc_cursor_{set,move} to
avoid confusing people during modeset

>From Ville Syrjala
f6c0873963a9b8ea1d94541e0e219e6ea090012b in ubuntu 3.8
f2f5f771c5fc0fa252cde3d0d0452dcc785cc17a in mainline linux

Reply via email to