]> Git Repo - linux.git/commit
drm/i915: Remove Braswell GGTT update w/a
authorChris Wilson <[email protected]>
Mon, 20 Feb 2017 12:47:18 +0000 (12:47 +0000)
committerChris Wilson <[email protected]>
Thu, 23 Feb 2017 09:30:39 +0000 (09:30 +0000)
commit4509276ee824bb967885c095c610767e42345c36
treeef197df25dd2370d8285a1b704c0d06f3c20c1dd
parent7ee686034b8b008f19bfd913473acffc1ad51735
drm/i915: Remove Braswell GGTT update w/a

Testing with concurrent GGTT accesses no longer show the coherency
problems from yonder, commit 5bab6f60cb4d ("drm/i915: Serialise updates
to GGTT with access through GGTT on Braswell"). My presumption is that
the root cause was more likely fixed by commit 3b5724d702ef ("drm/i915:
Wait for writes through the GTT to land before reading back"), along
with the use of WC updates to the global gTT in commit 8448661d65f6
("drm/i915: Convert clflushed pagetables over to WC maps". Given
that the original symptoms can no longer be reproduced, time to remove
the workaround.

Testcase: igt/gem_concurrent_blit
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Joonas Lahtinen <[email protected]>
drivers/gpu/drm/i915/i915_gem_gtt.c
This page took 0.055178 seconds and 4 git commands to generate.