disp: msm: dp: update resource tracking for 8k@30

Update tracking of layer mixer resources to prevent valid modes
from being skipped during DP topology validation.

Change-Id: Id88337094c4113b721f307d24583a3ca30157216
Signed-off-by: Nisarg Bhavsar <quic_bhavsar@quicinc.com>
This commit is contained in:
Nisarg Bhavsar
2023-02-13 11:15:02 -08:00
committed by Gerrit - the friendly Code Review server
parent 32f7d3149a
commit 548dc93b0e
2 changed files with 11 additions and 8 deletions

View File

@@ -78,6 +78,7 @@ struct dp_display_mode {
* The output format can be read from drm_mode.
*/
enum dp_output_format output_format;
u32 lm_count;
};
struct dp_panel;