提交 c89a58cd 编写于 作者: T Tony Cheng 提交者: Alex Deucher

drm/amd/display: Allow multiple instance of DTO regs

Signed-off-by: NTony Cheng <tony.cheng@amd.com>
Reviewed-by: NJordan Lazare <Jordan.Lazare@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 6a1f8cab
......@@ -76,9 +76,13 @@ struct dce110_clk_src_regs {
uint32_t RESYNC_CNTL;
uint32_t PIXCLK_RESYNC_CNTL;
uint32_t PLL_CNTL;
uint32_t PHASE;
uint32_t MODULO;
uint32_t PIXEL_RATE_CNTL;
/* below are for DTO.
* todo: should probably use different struct to not waste space
*/
uint32_t PHASE[4];
uint32_t MODULO[4];
uint32_t PIXEL_RATE_CNTL[4];
};
struct dce110_clk_src {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册