Skip to content

Commit 6d60022

Browse files
Mustapha Ghaddaralexdeucher
authored andcommitted
drm/amd/display: enable dpia validate
Use dpia_validate_usb4_bw() function Fixes: a8b5376 ("drm/amd/display: Add function pointer for validate bw usb4") Reviewed-by: Roman Li <[email protected]> Reviewed-by: Meenakshikumar Somasundaram <[email protected]> Acked-by: Aurabindo Pillai <[email protected]> Signed-off-by: Mustapha Ghaddar <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent bf48232 commit 6d60022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/amd/display/dc/link/link_validation.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,8 @@ bool link_validate_dpia_bandwidth(const struct dc_stream_state *stream, const un
359359
link[i] = stream[i].link;
360360
bw_needed[i] = dc_bandwidth_in_kbps_from_timing(&stream[i].timing);
361361
}
362+
363+
ret = dpia_validate_usb4_bw(link, bw_needed, num_streams);
364+
362365
return ret;
363366
}

0 commit comments

Comments
 (0)