disp: msm: pass free dsc and lm availability info to dp
Primary and secondary dsi displays are built-in displays and they are supported during all concurrency usecases without resource allocation failure. DP mode filter logic should provide supported mode information based on free mdp resources after dsi resource assignment. Change-Id: I3a9637a91ea1ffcc31997e25caff7f13605283ac Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
This commit is contained in:
@@ -71,6 +71,8 @@ struct dp_display {
|
||||
bool is_mst_supported;
|
||||
u32 max_pclk_khz;
|
||||
void *dp_mst_prv_info;
|
||||
u32 max_mixer_count;
|
||||
u32 max_dsc_count;
|
||||
|
||||
int (*enable)(struct dp_display *dp_display, void *panel);
|
||||
int (*post_enable)(struct dp_display *dp_display, void *panel);
|
||||
|
Reference in New Issue
Block a user