Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dwb_cm.c37 dwbc30->dwbc_regs->reg
40 dwbc30->base.ctx
44 dwbc30->dwbc_shift->field_name, dwbc30->dwbc_mask->field_name
49 static void dwb3_get_reg_field_ogam(struct dcn30_dwbc *dwbc30, in dwb3_get_reg_field_ogam() argument
52 reg->shifts.field_region_start_base = dwbc30->dwbc_shift->DWB_OGAM_RAMA_EXP_REGION_START_BASE_B; in dwb3_get_reg_field_ogam()
53 reg->masks.field_region_start_base = dwbc30->dwbc_mask->DWB_OGAM_RAMA_EXP_REGION_START_BASE_B; in dwb3_get_reg_field_ogam()
54 reg->shifts.field_offset = dwbc30->dwbc_shift->DWB_OGAM_RAMA_OFFSET_B; in dwb3_get_reg_field_ogam()
55 reg->masks.field_offset = dwbc30->dwbc_mask->DWB_OGAM_RAMA_OFFSET_B; in dwb3_get_reg_field_ogam()
57 reg->shifts.exp_region0_lut_offset = dwbc30->dwbc_shift->DWB_OGAM_RAMA_EXP_REGION0_LUT_OFFSET; in dwb3_get_reg_field_ogam()
58 reg->masks.exp_region0_lut_offset = dwbc30->dwbc_mask->DWB_OGAM_RAMA_EXP_REGION0_LUT_OFFSET; in dwb3_get_reg_field_ogam()
[all …]
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
93 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_enable() local
121 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_disable() local
135 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_update() local
173 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_is_enabled() local
186 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_set_stereo() local
[all …]
Ddcn30_resource.c1358 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn30_dwbc_create() local
1361 if (!dwbc30) { in dcn30_dwbc_create()
1366 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create()
1372 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
Ddcn30_dwb.h882 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c844 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn302_dwbc_create() local
846 if (!dwbc30) { in dcn302_dwbc_create()
851 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create()
853 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c790 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn303_dwbc_create() local
792 if (!dwbc30) { in dcn303_dwbc_create()
797 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create()
799 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1383 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn301_dwbc_create() local
1386 if (!dwbc30) { in dcn301_dwbc_create()
1391 dcn30_dwbc_construct(dwbc30, ctx, in dcn301_dwbc_create()
1397 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1478 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1481 if (!dwbc30) { in dcn31_dwbc_create()
1486 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1492 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()