disp: msm: update rm topology mapping tables
This change updates resource topology mapping tables and includes logic to compare compression types for dsc vs vdc. Change-Id: I1735edeb07aec8ed0065f84ac0824c58158412f3 Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

父節點
62cb53cc59
當前提交
218244e58b
@@ -2303,8 +2303,8 @@ static int sde_connector_populate_mode_info(struct drm_connector *conn,
|
||||
sde_kms_info_add_keyint(info, "bit_clk_rate",
|
||||
mode_info.clk_rate);
|
||||
|
||||
topology_idx = (int)sde_rm_get_topology_name(
|
||||
mode_info.topology);
|
||||
topology_idx = (int)sde_rm_get_topology_name(&sde_kms->rm,
|
||||
mode_info.topology);
|
||||
if (topology_idx < SDE_RM_TOPOLOGY_MAX) {
|
||||
sde_kms_info_add_keystr(info, "topology",
|
||||
e_topology_name[topology_idx].name);
|
||||
|
Reference in New Issue
Block a user