Re: [PATCH] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-14 Thread Umang Raghuvanshi
On 03/14/2017 01:00 AM, Alex Deucher wrote: > Does your kernel have this patch: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ef736d394e85b1bf1fd65ba5e5257b85f6c82325 Yes, my kernel has this patch (this issue first occurred in v4.10). -- Cheers,

[PATCH 0/1] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-13 Thread Umang Raghuvanshi
e that a firmware patch would be a *much* better solution. Should the need arise, I am willing to provide any additional information that would help fix this issue. Umang Raghuvanshi (1): drm/radeon: Fix GPU lockups for the R7 M270 drivers/gpu/drm/radeon/si_dpm.c | 5 + 1 file changed,

[PATCH 1/1] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-13 Thread Umang Raghuvanshi
Commit 3a69adfe5617 ("drm/radeon: drop oland quirks") removed quirks for Oland but also caused a regression where M270 GPUs would go into a lock-up when OpenGL intensive applications were used. This reverts the change only for the M270 and fixes the lock-ups. Signed-off-by: Umang R

[PATCH 1/1] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-13 Thread Umang Raghuvanshi
Commit 3a69adfe5617 ("drm/radeon: drop oland quirks") removed quirks for Oland but also caused a regression where M270 GPUs would go into a lock-up when OpenGL intensive applications were used. This reverts the change only for the M270 and fixes the lock-ups. Signed-off-by: Umang R

[PATCH 0/1] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-13 Thread Umang Raghuvanshi
e that a firmware patch would be a *much* better solution. Should the need arise, I am willing to provide any additional information that would help fix this issue. Umang Raghuvanshi (1): drm/radeon: Fix GPU lockups for the R7 M270 drivers/gpu/drm/radeon/si_dpm.c | 5 + 1 file changed

[PATCH] drm/radeon: Fix GPU lockups for the R7 M270

2017-03-12 Thread Umang Raghuvanshi
Commit 3a69adfe5617 ("drm/radeon: drop oland quirks") removed quirks for Oland but also caused a regression where M270 GPUs would go into a lock-up when OpenGL intensive applications were used. This reverts the change only for the M270 and fixes the lock-ups. Signed-off-by: Umang R