]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Re-enable the command parser when using PPGTT
authorBrad Volkin <bradley.d.volkin@intel.com>
Thu, 18 Sep 2014 23:26:26 +0000 (16:26 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 15:53:58 +0000 (17:53 +0200)
commit142f2f1d23b4c6f7f2625e2c5146737694e85299
tree638ffe74a5200296a9d43ec5281404bc244a2726
parentc5de2e5bb68142f5d462329b92f0add980c599b9
drm/i915: Re-enable the command parser when using PPGTT

In commit

commit 3e470d1cf638d537c7055aadddeaee63c3b74894
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Wed Aug 6 15:04:51 2014 +0200

    drm/i915: Fix up checks for aliasing ppgtt

it looks like we accidentally inverted the check that the command
parser should only run when the driver enables some form of PPGTT.

Testcase: igt/gem_exec_parse
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Brad Volkin <bradley.d.volkin@intel.com>
[danvet: Also drop the comment right above, all production vlv now
have hw ppgtt enabled.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_cmd_parser.c