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>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
62cb53cc59
当前提交
218244e58b
@@ -877,7 +877,8 @@ static int _sde_encoder_atomic_check_reserve(struct drm_encoder *drm_enc,
|
||||
if (crtc_state->active)
|
||||
topology = &sde_conn_state->mode_info.topology;
|
||||
|
||||
ret = sde_rm_update_topology(conn_state, topology);
|
||||
ret = sde_rm_update_topology(&sde_kms->rm,
|
||||
conn_state, topology);
|
||||
if (ret) {
|
||||
SDE_ERROR_ENC(sde_enc,
|
||||
"RM failed to update topology, rc: %d\n", ret);
|
||||
|
在新工单中引用
屏蔽一个用户