[PATCH] amdgpu: Replace drm_modeset_(un)lock_all()

2021-01-12 Thread Joseph Schulte
-by: Joseph Schulte --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index b69c34074d8d..2e92d020e8c1 100644 --- a/drivers/gpu/drm/amd

[PATCH] amdgpu: Fix several checkpatch warnings and errors

2021-01-11 Thread Joseph Schulte
enthesis ')' WARNING: macros should not use a trailing semicolon WARNING: please, no spaces at the start of a line This patch also aligned member names in structs Signed-off-by: Joseph Schulte --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 68 ++--- 1 file changed, 33 inserti