]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: fixup pd vs pt confusion in gen6 ppgtt code
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Mar 2013 22:48:39 +0000 (23:48 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 20 Mar 2013 01:53:23 +0000 (02:53 +0100)
commit881a443de75347746d75756a5e152be94926edbf
tree39b8ff0f876d7a8ab9f7ed6807364fa8bc67ac9f
parentb6398df41d58bcc53c858b18ea5b99c095856680
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 <daniel.vetter@ffwll.ch>
Date:   Thu Jan 24 14:44:56 2013 -0800

    drm/i915: vfuncs for ppgtt

Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c