[PATCH] drm/radeon: add a GPU reset counter queryable by userspace

2015-05-11 Thread Alex Deucher
On Thu, May 7, 2015 at 1:44 PM, Christian König wrote: > On 07.05.2015 19:13, Marek Olšák wrote: >> >> Ping >> >> On Wed, Apr 29, 2015 at 7:40 PM, Marek Olšák wrote: >>> >>> From: Marek Olšák >>> >>> Userspace will be able to tell whether a GPU reset occured by comparing >>> an old refer

[PATCH] drm/radeon: add a GPU reset counter queryable by userspace

2015-05-07 Thread Christian König
On 07.05.2015 19:13, Marek Olšák wrote: > Ping > > On Wed, Apr 29, 2015 at 7:40 PM, Marek Olšák wrote: >> From: Marek Olšák >> >> Userspace will be able to tell whether a GPU reset occured by comparing >> an old referece value of the counter with a new value. >> >> Signed-off-by: Marek Olš

[PATCH] drm/radeon: add a GPU reset counter queryable by userspace

2015-05-07 Thread Marek Olšák
Ping On Wed, Apr 29, 2015 at 7:40 PM, Marek Olšák wrote: > From: Marek Olšák > > Userspace will be able to tell whether a GPU reset occured by comparing > an old referece value of the counter with a new value. > > Signed-off-by: Marek Olšák > --- > drivers/gpu/drm/radeon/radeon.h

[PATCH] drm/radeon: add a GPU reset counter queryable by userspace

2015-04-29 Thread Marek Olšák
From: Marek Olšák Userspace will be able to tell whether a GPU reset occured by comparing an old referece value of the counter with a new value. Signed-off-by: Marek Olšák --- drivers/gpu/drm/radeon/radeon.h| 1 + drivers/gpu/drm/radeon/radeon_device.c | 2 ++ drivers/gpu/drm/radeo