[PATCH] drm/etnaviv: don't move linear memory window on 3D cores without MC2.0

2016-04-27 Thread Christian Gmeiner
2016-04-21 14:51 GMT+02:00 Lucas Stach : > 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 pr

[PATCH] drm/etnaviv: don't move linear memory window on 3D cores without MC2.0

2016-04-21 Thread Lucas Stach
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,