/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dwb_cm.c | 37 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 …]
|
D | dcn30_dwb.c | 34 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 …]
|
D | dcn30_resource.c | 1233 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()
|
D | dcn30_dwb.h | 882 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 719 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/ |
D | dcn303_resource.c | 663 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/ |
D | dcn301_resource.c | 1203 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/ |
D | dcn314_resource.c | 1567 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/ |
D | dcn315_resource.c | 1539 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/ |
D | dcn316_resource.c | 1540 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/ |
D | dcn321_resource.c | 1503 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/ |
D | dcn31_resource.c | 1541 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/ |
D | dcn32_resource.c | 1518 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()
|