| /linux-6.15/drivers/gpu/drm/amd/display/dc/dwb/dcn30/ |
| H A 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 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 291 dwbc30, in dwb3_ogam_set_input_transfer_func() 329 dwbc30->base.ctx, in dwb3_program_gamut_remap() [all …]
|
| H A 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 264 dwbc30->base.ctx = ctx; in dcn30_dwbc_construct() 266 dwbc30->base.inst = inst; in dcn30_dwbc_construct() 267 dwbc30->base.funcs = &dcn30_dwbc_funcs; in dcn30_dwbc_construct() 269 dwbc30->dwbc_regs = dwbc_regs; in dcn30_dwbc_construct() 270 dwbc30->dwbc_shift = dwbc_shift; in dcn30_dwbc_construct() [all …]
|
| H A D | dcn30_dwb.h | 877 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dwb/dcn35/ |
| H A D | dcn35_dwb.c | 28 dwbc30->dwbc_regs->reg 31 dwbc30->base.ctx 35 ((const struct dcn35_dwbc_shift *)(dwbc30->dwbc_shift))->field_name, \ 36 ((const struct dcn35_dwbc_mask *)(dwbc30->dwbc_mask)) \ 40 dwbc30->base.ctx->logger 42 void dcn35_dwbc_construct(struct dcn30_dwbc *dwbc30, in dcn35_dwbc_construct() argument 49 dcn30_dwbc_construct(dwbc30, ctx, dwbc_regs, in dcn35_dwbc_construct() 54 void dcn35_dwbc_set_fgcg(struct dcn30_dwbc *dwbc30, bool enable) in dcn35_dwbc_set_fgcg() argument
|
| H A D | dcn35_dwb.h | 52 void dcn35_dwbc_construct(struct dcn30_dwbc *dwbc30, 59 void dcn35_dwbc_set_fgcg(struct dcn30_dwbc *dwbc30, bool enable);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1592 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1595 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1604 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn35_dwbc_create() local 1607 if (!dwbc30) { in dcn35_dwbc_create() 1616 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1622 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1624 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1573 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1576 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1585 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn35_dwbc_create() local 1588 if (!dwbc30) { in dcn35_dwbc_create() 1597 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1603 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1605 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1572 static void dcn35_dwbc_init(struct dcn30_dwbc *dwbc30, struct dc_context *ctx) in dcn35_dwbc_init() argument 1575 dwbc30, ctx->dc->debug.enable_fine_grain_clock_gating.bits.dwb); in dcn35_dwbc_init() 1584 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn35_dwbc_create() local 1587 if (!dwbc30) { in dcn35_dwbc_create() 1596 dcn35_dwbc_construct(dwbc30, ctx, in dcn35_dwbc_create() 1602 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create() 1604 dcn35_dwbc_init(dwbc30, ctx); in dcn35_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 675 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn303_dwbc_create() local 677 if (!dwbc30) { in dcn303_dwbc_create() 682 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn303_dwbc_create() 684 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 713 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); in dcn302_dwbc_create() local 715 if (!dwbc30) { in dcn302_dwbc_create() 720 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i); in dcn302_dwbc_create() 722 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| H A D | dcn301_resource.c | 1181 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn301_dwbc_create() local 1184 if (!dwbc30) { in dcn301_dwbc_create() 1189 dcn30_dwbc_construct(dwbc30, ctx, in dcn301_dwbc_create() 1195 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1512 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local 1515 if (!dwbc30) { in dcn31_dwbc_create() 1520 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1526 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1575 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local 1578 if (!dwbc30) { in dcn31_dwbc_create() 1583 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1589 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1519 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local 1522 if (!dwbc30) { in dcn31_dwbc_create() 1527 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1533 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1519 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn31_dwbc_create() local 1522 if (!dwbc30) { in dcn31_dwbc_create() 1527 dcn30_dwbc_construct(dwbc30, ctx, in dcn31_dwbc_create() 1533 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
| H A D | dcn321_resource.c | 1490 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn321_dwbc_create() local 1493 if (!dwbc30) { in dcn321_dwbc_create() 1502 dcn30_dwbc_construct(dwbc30, ctx, in dcn321_dwbc_create() 1508 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1221 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn30_dwbc_create() local 1224 if (!dwbc30) { in dcn30_dwbc_create() 1229 dcn30_dwbc_construct(dwbc30, ctx, in dcn30_dwbc_create() 1235 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1508 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), in dcn32_dwbc_create() local 1511 if (!dwbc30) { in dcn32_dwbc_create() 1520 dcn30_dwbc_construct(dwbc30, ctx, in dcn32_dwbc_create() 1526 pool->dwbc[i] = &dwbc30->base; in dcn32_dwbc_create()
|