[PATCH 09/46] drm/amd/display: ASSERT when failing to find index by plane/stream id

2024-04-24 Thread Wayne Lin
From: Alex Hung [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return -1 when not found; however, -1 is not a valid index number. [HOW] When this happens, call ASSERT(), and return a positive number (which is fewer than callers' array

[PATCH 09/46] drm/amd/display: ASSERT when failing to find index by plane/stream id

2024-04-24 Thread Wayne Lin
From: Alex Hung [WHY] find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id returns an array index and they return -1 when not found; however, -1 is not a valid index number. [HOW] When this happens, call ASSERT(), and return a positive number (which is fewer than callers' array