Re: [PATCH] drm/amdgpu: use drm_fb helper for console_(un)lock

2018-07-20 Thread Harry Wentland
On 2018-07-20 08:30 AM, Shirish S wrote: > This patch removes the usage of console_(un)lock > by replacing drm_fb_helper_set_suspend() to > drm_fb_helper_set_suspend_unlocked() which locks and > unlocks the console instead of locking ourselves. > > Signed-off-by: Shirish S Reviewed-by: Harry

Re: [PATCH] drm/amdgpu: use drm_fb helper for console_(un)lock

2018-07-20 Thread Michel Dänzer
On 2018-07-20 02:30 PM, Shirish S wrote: > This patch removes the usage of console_(un)lock > by replacing drm_fb_helper_set_suspend() to > drm_fb_helper_set_suspend_unlocked() which locks and > unlocks the console instead of locking ourselves. > > Signed-off-by: Shirish S > --- >

[PATCH] drm/amdgpu: use drm_fb helper for console_(un)lock

2018-07-20 Thread Shirish S
This patch removes the usage of console_(un)lock by replacing drm_fb_helper_set_suspend() to drm_fb_helper_set_suspend_unlocked() which locks and unlocks the console instead of locking ourselves. Signed-off-by: Shirish S --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 ++--