commit | a51435a3137ad8ae75c288c39bd2d8b2696bae8f | [log] [tgz] |
---|---|---|
author | Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com> | Wed Mar 12 16:39:40 2014 +0530 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Mar 12 16:00:41 2014 +0100 |
tree | a6bb3f29978fb67d0ea21c0c1410d6fe57649c45 | |
parent | 5a6c93fe802bd241c4287f116d0116aff0a4341a [diff] |
drm/i915: disable rings before HW status page setup Rings should be idle before issuing sync_flush (in intel_ring_setup_status_page). This patch moves the ring disabling before doing the HW status page setup. Signed-off-by: Naresh Kumar Kachhi <naresh.kumar.kachhi@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>