nux distro kernel.
https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y2018-08-27T16:09:56Zdrm/amdgpu: move gem definitions into amdgpu_gem header2018-08-27T16:09:56ZHuang Ruiray.huang@amd.com2018-08-13T16:41:35Zurn:sha1:2cddc50e98193f2c4aab10d05550b5ffe7587e73
Demangle amdgpu.h.
Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: use drm_fb helper for console_(un)lock2018-07-20T19:24:18ZShirish Sshirish.s@amd.com2018-07-20T11:56:50Zurn:sha1:ecb8c50382e2e8bfd60483e3edf8cb883f7bde62
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 <shirish.s@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>