Re: [PATCH] Only detect virtualization capabilities on Fiji and Tonga.

2017-12-27 Thread José Ramón Muñoz Pekkarinen
On Wednesday, 27 December 2017 09:45:57 EET Alex Deucher wrote: > On Tue, Dec 26, 2017 at 9:26 AM, José Pekkarinen wrote: > > Signed-off-by: José Pekkarinen > > NACK. This would break vega10 and this code path is only called on > vega10 asics. > > Alex True, this may not be harmful. T

Re: [PATCH] Only detect virtualization capabilities on Fiji and Tonga.

2017-12-26 Thread Alex Deucher
On Tue, Dec 26, 2017 at 9:26 AM, José Pekkarinen wrote: > Signed-off-by: José Pekkarinen NACK. This would break vega10 and this code path is only called on vega10 asics. Alex > --- > drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 23 +-- > 1 file changed, 13 insertions(+), 10 d

[PATCH] Only detect virtualization capabilities on Fiji and Tonga.

2017-12-26 Thread José Pekkarinen
Signed-off-by: José Pekkarinen --- drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c b/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c index 045988b18bc3..1a043a50d22f 100644 --- a/dr