Searched refs:opp_regs (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/ |
H A D | dce112_resource.c | 306 #define opp_regs(id)\ macro 311 static const struct dce_opp_registers opp_regs[] = { variable 312 opp_regs(0), 313 opp_regs(1), 314 opp_regs(2), 315 opp_regs(3), 316 opp_regs(4), 317 opp_regs(5) 690 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce112_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
H A D | dcn21_resource.c | 236 #define opp_regs(id)\ macro 241 static const struct dcn20_opp_registers opp_regs[] = { variable 242 opp_regs(0), 243 opp_regs(1), 244 opp_regs(2), 245 opp_regs(3), 246 opp_regs(4), 247 opp_regs(5), 407 #define opp_regs(id)\ macro 1037 &opp_regs[inst], &opp_shift, &opp_mask); in dcn21_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/ |
H A D | dce110_resource.c | 297 #define opp_regs(id)\ macro 302 static const struct dce_opp_registers opp_regs[] = { variable 303 opp_regs(0), 304 opp_regs(1), 305 opp_regs(2), 306 opp_regs(3), 307 opp_regs(4), 308 opp_regs(5) 714 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask); in dce110_opp_create()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/ |
H A D | dcn201_resource.c | 434 #define opp_regs(id)\ macro 439 static const struct dcn201_opp_registers opp_regs[] = { variable 440 opp_regs(0), 441 opp_regs(1), 672 &opp_regs[inst], &opp_shift, &opp_mask); in dcn201_opp_create()
|