From: Daniel Vetter Date: Tue, 19 Mar 2013 22:48:39 +0000 (+0100) Subject: drm/i915: fixup pd vs pt confusion in gen6 ppgtt code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~60^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15326a57c4d282803765b0a45c53ea4a8c2c94b;p=pandora-kernel.git drm/i915: fixup pd vs pt confusion in gen6 ppgtt code The index variable points at a page table, not a page directory or a pde. Ben Widawsky fix this up correctly in his ppgtt cleanup, but I've botched the job and copy&pasted the old confusion from the original gen6 ppgtt code in commit def886c3768d24c4e0aa56ff98b5a468c2b5c9bf Author: Daniel Vetter Date: Thu Jan 24 14:44:56 2013 -0800 drm/i915: vfuncs for ppgtt Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed