Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1233 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn30_dwbc_create() local
1236 if (!dwbc30) { in dcn30_dwbc_create()
1241 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create()
1247 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
Ddcn30_dwb.h882 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c719 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn302_dwbc_create() local
721 if (!dwbc30) { in dcn302_dwbc_create()
726 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create()
728 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c663 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn303_dwbc_create() local
665 if (!dwbc30) { in dcn303_dwbc_create()
670 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create()
672 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1203 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn301_dwbc_create() local
1206 if (!dwbc30) { in dcn301_dwbc_create()
1211 dcn30_dwbc_construct(dwbc30, ctx, in dcn301_dwbc_create()
1217 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1567 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1570 if (!dwbc30) { in dcn31_dwbc_create()
1575 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1581 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1539 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1542 if (!dwbc30) { in dcn31_dwbc_create()
1547 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1553 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1540 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1543 if (!dwbc30) { in dcn31_dwbc_create()
1548 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1554 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1503 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn321_dwbc_create() local
1506 if (!dwbc30) { in dcn321_dwbc_create()
1515 dcn30_dwbc_construct(dwbc30, ctx, in dcn321_dwbc_create()
1521 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1541 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local
1544 if (!dwbc30) { in dcn31_dwbc_create()
1549 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create()
1555 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1518 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn32_dwbc_create() local
1521 if (!dwbc30) { in dcn32_dwbc_create()
1530 dcn30_dwbc_construct(dwbc30, ctx, in dcn32_dwbc_create()
1536 pool->dwbc[i] = &dwbc30->base; in dcn32_dwbc_create()