t;> David Zhou
>>
>>> -Original Message-
>>> From: dri-devel [mailto:dri-devel-bounces at lists.freedesktop.org] On
>>> Behalf
>>> Of Dave Airlie
>>> Sent: Tuesday, November 03, 2015 7:35 AM
>>> To: dri-devel at lists.freedeskt
uesday, November 03, 2015 7:35 AM
>> To: dri-devel at lists.freedesktop.org
>> Subject: [PATCH] drm/amdgpu: don't oops on failure to load
>>
>> From: Dave Airlie
>>
>> In two places amdgpu tries to tear down something it hasn't initalised when
>> fa
From: Dave Airlie
In two places amdgpu tries to tear down something it hasn't
initalised when failing. This is what happens when you
enable experimental support on topaz which then fails in
ring init.
This patch allows it to fail cleanly.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/amd/amd
t; Subject: [PATCH] drm/amdgpu: don't oops on failure to load
>
> From: Dave Airlie
>
> In two places amdgpu tries to tear down something it hasn't initalised when
> failing. This is what happens when you enable experimental support on topaz
> which then fails i