[PATCH 24/81] drm/i915: split cursor setting code into prepare/commit/unref parts

2012-12-12 Thread ville.syrj...@linux.intel.com
From: Ander Conselvan de Oliveira The atomic mode setting API will need to pin the cursor bo without making changes to the current setup. Only on a later stage the cursor registers can be written and the previous bo released. This patch splits intel_crtc_cursor_set() into three parts: prepare, c

[PATCH 24/81] drm/i915: split cursor setting code into prepare/commit/unref parts

2012-12-12 Thread ville . syrjala
From: Ander Conselvan de Oliveira The atomic mode setting API will need to pin the cursor bo without making changes to the current setup. Only on a later stage the cursor registers can be written and the previous bo released. This patch splits intel_crtc_cursor_set() into three parts: prepare, c