/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clock_source.h | 58 #define CS_COMMON_REG_LIST_DCN2_0(index, pllid) \ argument 59 SRI(PIXCLK_RESYNC_CNTL, PHYPLL, pllid),\ 79 #define CS_COMMON_REG_LIST_DCN201(index, pllid) \ argument 80 SRI(PIXCLK_RESYNC_CNTL, PHYPLL, pllid),\ 88 #define CS_COMMON_REG_LIST_DCN2_1(index, pllid) \ argument 89 SRI(PIXCLK_RESYNC_CNTL, PHYPLL, pllid),\ 103 #define CS_COMMON_REG_LIST_DCN3_0(index, pllid) \ argument 104 SRI(PIXCLK_RESYNC_CNTL, PHYPLL, pllid),\ 118 #define CS_COMMON_REG_LIST_DCN3_01(index, pllid) \ argument 119 SRI(PIXCLK_RESYNC_CNTL, PHYPLL, pllid),\ [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-k210.c | 353 static void k210_init_pll(void __iomem *regs, enum k210_pll_id pllid, in k210_init_pll() argument 356 pll->id = pllid; in k210_init_pll() 357 pll->reg = regs + k210_plls_cfg[pllid].reg; in k210_init_pll() 359 pll->lock_shift = k210_plls_cfg[pllid].lock_shift; in k210_init_pll() 360 pll->lock_width = k210_plls_cfg[pllid].lock_width; in k210_init_pll() 546 enum k210_pll_id pllid, const char *name, in k210_register_pll() argument 549 struct k210_pll *pll = &ksc->plls[pllid]; in k210_register_pll() 846 enum k210_pll_id pllid, in k210_register_pll_child() argument 850 .hw = &ksc->plls[pllid].hw, in k210_register_pll_child()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_resource.c | 305 #define clk_src_regs(index, pllid)\ argument 307 CS_COMMON_REG_LIST_DCN201(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_resource.c | 420 #define clk_src_regs(index, pllid)\ argument 421 [index] = { CS_COMMON_REG_LIST_DCN3_02(index, pllid) }
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_resource.c | 389 #define clk_src_regs(index, pllid)\ argument 390 [index] = { CS_COMMON_REG_LIST_DCN3_03(index, pllid) }
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_resource.c | 465 #define clk_src_regs(index, pllid)\ argument 467 CS_COMMON_REG_LIST_DCN1_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_resource.c | 196 #define clk_src_regs(index, pllid)\ argument 198 CS_COMMON_REG_LIST_DCN3_01(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_resource.c | 147 #define clk_src_regs(index, pllid)\ argument 149 CS_COMMON_REG_LIST_DCN2_1(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/ |
H A D | dcn316_resource.c | 204 #define clk_src_regs(index, pllid)\ argument 206 CS_COMMON_REG_LIST_DCN3_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/ |
H A D | dcn315_resource.c | 216 #define clk_src_regs(index, pllid)\ argument 218 CS_COMMON_REG_LIST_DCN3_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/ |
H A D | dcn321_resource.c | 206 #define clk_src_regs_init(index, pllid)\ argument 207 CS_COMMON_REG_LIST_DCN3_0_RI(index, pllid)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_resource.c | 221 #define clk_src_regs(index, pllid)\ argument 223 CS_COMMON_REG_LIST_DCN3_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_resource.c | 205 #define clk_src_regs(index, pllid)\ argument 207 CS_COMMON_REG_LIST_DCN3_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 193 #define clk_src_regs(index, pllid)\ argument 195 CS_COMMON_REG_LIST_DCN2_0(index, pllid),\
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.h | 179 #define CS_COMMON_REG_LIST_DCN3_0_RI(index, pllid) \ argument 181 SRI_ARR_ALPHABET(PIXCLK_RESYNC_CNTL, PHYPLL, index, pllid), \
|
H A D | dcn32_resource.c | 204 #define clk_src_regs_init(index, pllid)\ argument 205 CS_COMMON_REG_LIST_DCN3_0_RI(index, pllid)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 191 #define clk_src_regs(index, pllid)\ argument 193 CS_COMMON_REG_LIST_DCN2_0(index, pllid),\
|