提交 09104d15 编写于 作者: W Wenjing Liu 提交者: Alex Deucher

drm/amd/display: add dsc_passthrough_support bit in dpcd struct

Signed-off-by: NWenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: NNikola Cornij <Nikola.Cornij@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 cba4d59c
......@@ -34,9 +34,9 @@ struct dpcd_dsc_basic_capabilities {
struct {
// Byte 0
struct {
unsigned char dsc_support :1; // Bit0
unsigned char reserved :7;
unsigned char dsc_support :1; // Bit0
unsigned char dsc_passthrough_support :1; // Bit1
unsigned char reserved :6;
} dsc_support;
// Byte 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册