Merge "disp: msm: sde: add per_pipe_bw_high option"

此提交包含在:
qctecmdr
2019-05-21 11:20:02 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 51e46a53a0
共有 3 個檔案被更改,包括 15 行新增0 行删除

查看文件

@@ -3523,6 +3523,8 @@ static void _sde_plane_install_properties(struct drm_plane *plane,
psde->pipe_sblk->maxvdeciexp);
sde_kms_info_add_keyint(info, "max_per_pipe_bw",
psde->pipe_sblk->max_per_pipe_bw * 1000LL);
sde_kms_info_add_keyint(info, "max_per_pipe_bw_high",
psde->pipe_sblk->max_per_pipe_bw_high * 1000LL);
if ((!master_plane_id &&
(psde->features & BIT(SDE_SSPP_INVERSE_PMA))) ||