Re: [PATCH] amd/display: downgrade validation failure log level

2021-09-07 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Sep 7, 2021 at 10:21 AM Kazlauskas, Nicholas wrote: > > On 2021-09-07 10:19 a.m., Simon Ser wrote: > > 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 fo

Re: [PATCH] amd/display: downgrade validation failure log level

2021-09-07 Thread Kazlauskas, Nicholas
On 2021-09-07 10:19 a.m., Simon Ser wrote: 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

[PATCH] amd/display: downgrade validation failure log level

2021-09-07 Thread Simon Ser
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. Dow