diff options
author | Alex Hung <[email protected]> | 2024-08-29 16:35:51 -0600 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-09-18 16:15:08 -0400 |
commit | b6499840cafca25175f43ebd601913bf31d06f16 (patch) | |
tree | 6ef9cc660b79c05d8cb32eb59bfb9104d48d7100 /tools/perf/scripts/python/stackcollapse.py | |
parent | ff599ef6970ee000fa5bc38d02fa5ff5f3fc7575 (diff) |
drm/amd/display: Remove always-false branches
[WHAT & HOW]
req128_c is always set to false and its branch is never taken.
Similarly, MacroTileSizeBytes is set to either 256 or 65535 and it is
never 4096 and it's branch is not taken.
Therefore, their branches are removed.
This fixes 3 DEADCODE issues reported by Coverity.
Acked-by: Alex Hung <[email protected]>
Reviewed-by: Alvin Lee <[email protected]>
Reviewed-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Hung <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions