Re: [PATCH] drm/amdgpu: fix "mitigate workaround for i915"

2018-03-21 Thread Mike Lothian
On 21 March 2018 at 13:08, Christian König wrote: > Mixed up exporter and importer here. E.g. while mapping the BO we need > to check the importer not the exporter. > > Signed-off-by: Christian König > --- >

Re: [PATCH] drm/amdgpu: fix "mitigate workaround for i915"

2018-03-21 Thread Deucher, Alexander
rg Subject: [PATCH] drm/amdgpu: fix "mitigate workaround for i915" Mixed up exporter and importer here. E.g. while mapping the BO we need to check the importer not the exporter. Signed-off-by: Christian König <christian.koe...@amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_prime

[PATCH] drm/amdgpu: fix "mitigate workaround for i915"

2018-03-21 Thread Christian König
Mixed up exporter and importer here. E.g. while mapping the BO we need to check the importer not the exporter. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git