diff options
author | Harry Wentland <[email protected]> | 2021-09-08 10:21:37 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-09-23 15:17:29 -0400 |
commit | 4768349e8885a171a279ff26af218b48b8cdddf0 (patch) | |
tree | e12b25e751cba44b3371c8c442f56f6bf0472f35 /tools/perf/scripts/python | |
parent | 22667e6ec6b2ce9ca706e9061660b059725d009c (diff) |
drm/amd/display: Pass all structs in display_rq_dlg_helpers by pointer
Passing structs adds a lot of overhead. We don't ever want to pass
anything bigger than primitives by value.
This patch fixes these Coverity IDs:
Addresses-Coverity-ID: 1423868: ("Big parameter passed by value")
Addresses-Coverity-ID: 1423870: ("Big parameter passed by value")
Signed-off-by: Harry Wentland <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: [email protected]
Cc: Linux Kernel Mailing List <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Leo Li <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Christian König <[email protected]>
Cc: Xinhui Pan <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: [email protected]
Acked-by: Christian König <[email protected]>
Build-tested-by: Nathan Chancellor <[email protected]>
Reviewed-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions