We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a38466 commit bc70e11Copy full SHA for bc70e11
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -12749,7 +12749,7 @@ int amdgpu_dm_process_dmub_aux_transfer_sync(
12749
* Transient states before tunneling is enabled could
12750
* lead to this error. We can ignore this for now.
12751
*/
12752
- if (p_notify->result != AUX_RET_ERROR_PROTOCOL_ERROR) {
+ if (p_notify->result == AUX_RET_ERROR_PROTOCOL_ERROR) {
12753
DRM_WARN("DPIA AUX failed on 0x%x(%d), error %d\n",
12754
payload->address, payload->length,
12755
p_notify->result);
0 commit comments