mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/amd/display: Ignore Coverity false positive
[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>
This commit is contained in:
parent
e0dec00f3d
commit
a8d5d90708
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user