Home
last modified time | relevance | path

Searched refs:vpg_regs (Results 1 – 18 of 18) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_vpg.c80 const struct dcn31_vpg_registers *vpg_regs, in vpg31_construct() argument
89 vpg31->regs = vpg_regs; in vpg31_construct()
A Ddcn31_vpg.h159 const struct dcn31_vpg_registers *vpg_regs,
/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_vpg.c252 const struct dcn30_vpg_registers *vpg_regs, in vpg3_construct() argument
261 vpg3->regs = vpg_regs; in vpg3_construct()
A Ddcn30_vpg.h152 const struct dcn30_vpg_registers *vpg_regs,
/drivers/gpu/drm/amd/display/dc/resource/dcn316/
A Ddcn316_resource.c278 vpg_regs(0),
279 vpg_regs(1),
280 vpg_regs(2),
281 vpg_regs(3),
282 vpg_regs(4),
283 vpg_regs(5),
284 vpg_regs(6),
285 vpg_regs(7),
286 vpg_regs(8),
287 vpg_regs(9),
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn314/
A Ddcn314_resource.c298 vpg_regs(0),
299 vpg_regs(1),
300 vpg_regs(2),
301 vpg_regs(3),
302 vpg_regs(4),
303 vpg_regs(5),
304 vpg_regs(6),
305 vpg_regs(7),
306 vpg_regs(8),
307 vpg_regs(9),
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn302/
A Ddcn302_resource.c276 #define vpg_regs(id)\ macro
279 static const struct dcn30_vpg_registers vpg_regs[] = { variable
280 vpg_regs(0),
281 vpg_regs(1),
282 vpg_regs(2),
283 vpg_regs(3),
284 vpg_regs(4),
285 vpg_regs(5)
303 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn302_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn31/
A Ddcn31_resource.c289 vpg_regs(0),
290 vpg_regs(1),
291 vpg_regs(2),
292 vpg_regs(3),
293 vpg_regs(4),
294 vpg_regs(5),
295 vpg_regs(6),
296 vpg_regs(7),
297 vpg_regs(8),
298 vpg_regs(9),
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn315/
A Ddcn315_resource.c292 vpg_regs(0),
293 vpg_regs(1),
294 vpg_regs(2),
295 vpg_regs(3),
296 vpg_regs(4),
297 vpg_regs(5),
298 vpg_regs(6),
299 vpg_regs(7),
300 vpg_regs(8),
301 vpg_regs(9),
[all …]
/drivers/gpu/drm/amd/display/dc/resource/dcn301/
A Ddcn301_resource.c266 #define vpg_regs(id)\ macro
271 static const struct dcn30_vpg_registers vpg_regs[] = { variable
272 vpg_regs(0),
273 vpg_regs(1),
274 vpg_regs(2),
275 vpg_regs(3),
958 &vpg_regs[inst], in dcn301_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn303/
A Ddcn303_resource.c273 #define vpg_regs(id)\ macro
276 static const struct dcn30_vpg_registers vpg_regs[] = { variable
277 vpg_regs(0),
278 vpg_regs(1),
279 vpg_regs(2)
297 vpg3_construct(vpg3, ctx, inst, &vpg_regs[inst], &vpg_shift, &vpg_mask); in dcn303_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn30/
A Ddcn30_resource.c269 #define vpg_regs(id)\ macro
274 static const struct dcn30_vpg_registers vpg_regs[] = { variable
275 vpg_regs(0),
276 vpg_regs(1),
277 vpg_regs(2),
278 vpg_regs(3),
279 vpg_regs(4),
280 vpg_regs(5),
281 vpg_regs(6),
987 &vpg_regs[inst], in dcn30_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn321/
A Ddcn321_resource.c255 static struct dcn30_vpg_registers vpg_regs[10]; variable
1111 #define REG_STRUCT vpg_regs in dcn321_vpg_create()
1124 &vpg_regs[inst], in dcn321_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn35/
A Ddcn35_resource.c269 static struct dcn31_vpg_registers vpg_regs[10]; variable
1191 #define REG_STRUCT vpg_regs in dcn31_vpg_create()
1204 &vpg_regs[inst], in dcn31_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn351/
A Ddcn351_resource.c249 static struct dcn31_vpg_registers vpg_regs[10]; variable
1171 #define REG_STRUCT vpg_regs in dcn31_vpg_create()
1184 &vpg_regs[inst], in dcn31_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn36/
A Ddcn36_resource.c254 static struct dcn31_vpg_registers vpg_regs[10]; variable
1172 #define REG_STRUCT vpg_regs in dcn31_vpg_create()
1185 &vpg_regs[inst], in dcn31_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.c240 static struct dcn31_vpg_registers vpg_regs[9]; variable
1104 #define REG_STRUCT vpg_regs in dcn401_vpg_create()
1116 &vpg_regs[inst], in dcn401_vpg_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource.c256 static struct dcn30_vpg_registers vpg_regs[10]; variable
1129 #define REG_STRUCT vpg_regs in dcn32_vpg_create()
1142 &vpg_regs[inst], in dcn32_vpg_create()

Completed in 61 milliseconds