]> www.infradead.org Git - users/hch/dma-mapping.git/commit
drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport
authorRoman Li <Roman.Li@amd.com>
Wed, 26 Jun 2024 18:08:41 +0000 (14:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:53:24 +0000 (16:53 -0400)
commit0ad4b4a2f6357c45fbe444ead1a929a0b4017d03
treed68ed9b7d85eca5a14eee0bb4d7d1f1ade0ffcbf
parent7ae37db29a8bc4d3d116a409308dd98fc3a0b1b3
drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport

[Why]
Potential out of bounds access in dml2_calculate_rq_and_dlg_params()
because the value of out_lowest_state_idx used as an index for FCLKChangeSupport
array can be greater than 1.

[How]
Currently dml2 core specifies identical values for all FCLKChangeSupport
elements. Always use index 0 in the condition to avoid out of bounds access.

Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml2_utils.c