[PATCH 57/81] drm/i915: Fix hiding the cursor with atomic ioctl

2012-12-12 Thread ville.syrj...@linux.intel.com
From: Ander Conselvan de Oliveira intel_crtc->cursor_visible is only changed on the commit phase, so the check for visibility was considering the previous state. Change this to intel_crtc->cursor_handle instead. --- drivers/gpu/drm/i915/intel_atomic.c |2 +- 1 files changed, 1 insertions(+),

[PATCH 57/81] drm/i915: Fix hiding the cursor with atomic ioctl

2012-12-12 Thread ville . syrjala
From: Ander Conselvan de Oliveira intel_crtc->cursor_visible is only changed on the commit phase, so the check for visibility was considering the previous state. Change this to intel_crtc->cursor_handle instead. --- drivers/gpu/drm/i915/intel_atomic.c |2 +- 1 files changed, 1 insertions(+),