Searched refs:vpg_regs (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_vpg.c | 182 const struct dcn30_vpg_registers *vpg_regs, in vpg3_construct() argument 191 vpg3->regs = vpg_regs; in vpg3_construct()
|
| D | dcn30_vpg.h | 160 const struct dcn30_vpg_registers *vpg_regs,
|
| D | dcn30_resource.c | 395 #define vpg_regs(id)\ macro 400 static const struct dcn30_vpg_registers vpg_regs[] = { variable 401 vpg_regs(0), 402 vpg_regs(1), 403 vpg_regs(2), 404 vpg_regs(3), 405 vpg_regs(4), 406 vpg_regs(5), 407 vpg_regs(6), 1122 &vpg_regs[inst], in dcn30_vpg_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_resource.c | 412 #define vpg_regs(id)\ macro 417 static const struct dcn30_vpg_registers vpg_regs[] = { variable 418 vpg_regs(0), 419 vpg_regs(1), 420 vpg_regs(2), 421 vpg_regs(3), 422 vpg_regs(4), 423 vpg_regs(5), 424 vpg_regs(6), 425 vpg_regs(7), [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
| D | dcn302_resource.c | 412 #define vpg_regs(id)\ macro 415 static const struct dcn30_vpg_registers vpg_regs[] = { variable 416 vpg_regs(0), 417 vpg_regs(1), 418 vpg_regs(2), 419 vpg_regs(3), 420 vpg_regs(4), 421 vpg_regs(5) 439 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_resource.c | 438 #define vpg_regs(id)\ macro 443 static const struct dcn30_vpg_registers vpg_regs[] = { variable 444 vpg_regs(0), 445 vpg_regs(1), 446 vpg_regs(2), 447 vpg_regs(3), 1153 &vpg_regs[inst], in dcn301_vpg_create()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
| D | dcn303_resource.c | 389 #define vpg_regs(id)\ macro 392 static const struct dcn30_vpg_registers vpg_regs[] = { variable 393 vpg_regs(0), 394 vpg_regs(1), 395 vpg_regs(2) 413 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create()
|