commit | 93ce0ba6985245ba806f0846a9ce42ca7a3184f2 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Fri Sep 13 11:03:08 2013 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 13 14:58:09 2013 +0200 |
tree | ba419202f9996cfa04ea25e4960e907fc18284bd | |
parent | 33618ea5e0e2ccd00331fa169145894b9c5dcffe [diff] |
drm/i915: add asserts for cursor disabled The cursor is supposed to be disabled during crtc mode set (disabled by ctrc disable). Assert this is the case. v2: move cursor disabled assert next to plane asserts (Ville) Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>