This is a set of small improvements to debugging and error handling in amdgpu driver. Please consider each patch independently.
Michał Mirosław (5): drm/amd/display/amdgpu_dm: show error names drm/amd/pm/smu7: make SMU message reports more readable drm/amd/pm/smu7: return error on message send failure drm/amd/amdgpu/cgs: Avoid redundant copying of firmware filename drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 54 +++++++++---------- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 40 +++++++------- .../amd/display/amdgpu_dm/amdgpu_dm_plane.c | 20 +++---- .../drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c | 12 +++-- .../drm/amd/pm/powerplay/smumgr/smu7_smumgr.c | 25 ++++----- 6 files changed, 76 insertions(+), 78 deletions(-) -- 2.47.3
