disp: msm: dp: Ensure sink supports DSC decoding of selected BPC

The sink may have limited DSC decoding support
for some BPC values. Ensure that the BPC that is
selected is within the sink's DSC capabilities.

CRs-Fixed: 2527660
Change-Id: I0692e7b606e258c3cab3de25d3b03178f4aa0294
Signed-off-by: Fuad Hossain <fhossain@codeaurora.org>
这个提交包含在:
Fuad Hossain
2019-09-26 15:38:52 -04:00
提交者 Gerrit - the friendly Code Review server
父节点 cc1226edbc
当前提交 f3aa71a5e6
修改 2 个文件,包含 25 行新增3 行删除

查看文件

@@ -81,6 +81,7 @@ struct dp_dsc_caps {
bool dsc_capable;
u8 version;
bool block_pred_en;
u8 color_depth;
};
struct dp_audio;