]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Ignore Coverity false positive
authorTaimur Hassan <Syed.Hassan@amd.com>
Fri, 7 Nov 2025 21:14:42 +0000 (16:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Nov 2025 15:52:11 +0000 (10:52 -0500)
[Why&How]
Ignore Coverity false positive analysis in the dmub_cmd.h

Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 377a449fbf8f3b3ff336867590c9af29288bfda9..3f2a0ed02c599bce00fc99cd8d0a5e242851b66d 100644 (file)
@@ -2647,6 +2647,7 @@ struct dmub_cmd_fams2_global_config {
 
 union dmub_cmd_fams2_config {
        struct dmub_cmd_fams2_global_config global;
+// coverity[cert_dcl37_c_violation:FALSE]  errno.h, stddef.h, stdint.h not included in atombios.h
        struct dmub_fams2_stream_static_state stream; //v0
        union {
                struct dmub_fams2_cmd_stream_static_base_state base;