Home
last modified time | relevance | path

Searched refs:dwbc30 (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dwb_cm.c37 dwbc30->dwbc_regs->reg
40 dwbc30->base.ctx
44 dwbc30->dwbc_shift->field_name, dwbc30->dwbc_mask->field_name
82 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_luta_settings() argument
115 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_lutb_settings() argument
147 struct dcn30_dwbc *dwbc30) in dwb3_get_ogam_current() argument
176 struct dcn30_dwbc *dwbc30, in dwb3_configure_ogam_lut() argument
235 struct dcn30_dwbc *dwbc30, in dwb3_program_ogam_lut() argument
288 dwbc30, in dwb3_ogam_set_input_transfer_func()
326 dwbc30->base.ctx, in dwb3_program_gamut_remap()
[all …]
A Ddcn30_dwb.c34 dwbc30->dwbc_regs->reg
37 dwbc30->base.ctx
41 dwbc30->dwbc_shift->field_name, dwbc30->dwbc_mask->field_name
44 dwbc30->base.ctx->logger
68 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_config_fc() local
243 dwbc30->base.ctx = ctx; in dcn30_dwbc_construct()
245 dwbc30->base.inst = inst; in dcn30_dwbc_construct()
246 dwbc30->base.funcs = &dcn30_dwbc_funcs; in dcn30_dwbc_construct()
248 dwbc30->dwbc_regs = dwbc_regs; in dcn30_dwbc_construct()
249 dwbc30->dwbc_shift = dwbc_shift; in dcn30_dwbc_construct()
[all …]
A Ddcn30_resource.c1239 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn30_dwbc_create() local
1242 if (!dwbc30) { in dcn30_dwbc_create()
1247 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create()
1253 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
A Ddcn30_dwb.h867 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_resource.c672 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn303_dwbc_create() local
674 if (!dwbc30) { in dcn303_dwbc_create()
679 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create()
681 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_resource.c729 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn302_dwbc_create() local
731 if (!dwbc30) { in dcn302_dwbc_create()
736 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create()
738 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_resource.c1204 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn301_dwbc_create() local
1207 if (!dwbc30) { in dcn301_dwbc_create()
1212 dcn30_dwbc_construct(dwbc30, ctx, in dcn301_dwbc_create()
1218 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn316/
A Ddcn316_resource.c1545 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1548 if (!dwbc30) { in dcn31_dwbc_create()
1553 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1559 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_resource.c1578 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1581 if (!dwbc30) { in dcn31_dwbc_create()
1586 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1592 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn315/
A Ddcn315_resource.c1544 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1547 if (!dwbc30) { in dcn31_dwbc_create()
1552 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1558 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn321/
A Ddcn321_resource.c1505 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn321_dwbc_create() local
1508 if (!dwbc30) { in dcn321_dwbc_create()
1517 dcn30_dwbc_construct(dwbc30, ctx, in dcn321_dwbc_create()
1523 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_resource.c1546 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1549 if (!dwbc30) { in dcn31_dwbc_create()
1554 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1560 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_resource.c1520 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn32_dwbc_create() local
1523 if (!dwbc30) { in dcn32_dwbc_create()
1532 dcn30_dwbc_construct(dwbc30, ctx, in dcn32_dwbc_create()
1538 pool->dwbc[i] = &dwbc30->base; in dcn32_dwbc_create()

Completed in 41 milliseconds