amd/display: downgrade validation failure log level
authorSimon Ser <contact@emersion.fr>
Tue, 7 Sep 2021 14:19:34 +0000 (14:19 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Sep 2021 20:18:33 +0000 (16:18 -0400)
commit7bbee36d71502ab9a341505da89a017c7ae2e6b2
tree66bef0ef847c3295b94a9914ce6d046f7c0693e7
parentc92db8d64f9e0313e7ecdc9500db93a5040c9370
amd/display: downgrade validation failure log level

In amdgpu_dm_atomic_check, dc_validate_global_state is called. On
failure this logs a warning to the kernel journal. However warnings
shouldn't be used for atomic test-only commit failures: user-space
might be perfoming a lot of atomic test-only commits to find the
best hardware configuration.

Downgrade the log to a regular DRM atomic message. While at it, use
the new device-aware logging infrastructure.

This fixes error messages in the kernel when running gamescope [1].

[1]: https://github.com/Plagman/gamescope/issues/245

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Harry Wentland <hwentlan@amd.com>
Cc: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c