From: Ville Syrjälä Date: Tue, 12 Aug 2014 16:39:53 +0000 (+0300) Subject: drm/i915: Move CURSIZE setup to i845_update_cursor() X-Git-Tag: omap-for-v3.19/prcm-cleanup~70^2~73^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ce484eeec43079ad842f1d351f53998ed6bb30;p=pandora-kernel.git drm/i915: Move CURSIZE setup to i845_update_cursor() CURSIZE register exists on 845/865 only, so move it to i845_update_cursor(). Changes to cursor size must be done only when the cursor is disabled, so do the write just before enabling the cursor. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed