drm/etnaviv: don't move linear memory window on 3D cores without MC2.0
authorLucas Stach <l.stach@pengutronix.de>
Thu, 21 Apr 2016 11:52:38 +0000 (13:52 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Thu, 21 Apr 2016 13:08:54 +0000 (15:08 +0200)
commit2144fff7df8e76654fa72b0a9d2324ce2e0c8a5c
tree75db331b1843f6b894188eb47bdb235e93a50fdd
parentc3b46c73264b03000d1e18b22f5caf63332547c9
drm/etnaviv: don't move linear memory window on 3D cores without MC2.0

On cores with MC1.0 the memory window offset is not properly respected
by all engines in the core, leading to different views of the memory
if the offset in non-zero. This causes relocs for those engines to be
wrong and might lead to other subtile problems.

Rather than trying to work around this, just disable the linear memory
window offset for those cores.

Suggested-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c
This page took 0.025608 seconds and 5 git commands to generate.