From: Damien Lespiau Date: Fri, 26 Oct 2012 17:20:12 +0000 (+0100) Subject: drm/i915: adjust sprite base address X-Git-Tag: v3.8-rc1~82^2~192^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a35e99e8162d6820013a56ad15ea8bf937af5a6;p=pandora-kernel.git drm/i915: adjust sprite base address Just like in: commit c2c75131244507c93f812862fdbd4f3a37139401 Author: Daniel Vetter Date: Thu Jul 5 12:17:30 2012 +0200 drm/i915: adjust framebuffer base address on gen4+ but this time, for the sprite planes. This ensures that the sprite offset are always inside the supported hardware limits since it becomes the offset into a page and we adjust the base address to a page boundary. Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed