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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A 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, argument
52 reg->shifts.field_region_start_base = dwbc30->dwbc_shift->DWB_OGAM_RAMA_EXP_REGION_START_BASE_B;
53 reg->masks.field_region_start_base = dwbc30->dwbc_mask->DWB_OGAM_RAMA_EXP_REGION_START_BASE_B;
54 reg->shifts.field_offset = dwbc30->dwbc_shift->DWB_OGAM_RAMA_OFFSET_B;
55 reg->masks.field_offset = dwbc30->dwbc_mask->DWB_OGAM_RAMA_OFFSET_B;
57 reg->shifts.exp_region0_lut_offset = dwbc30
81 dwb3_program_ogam_luta_settings( struct dcn30_dwbc *dwbc30, const struct pwl_params *params) argument
114 dwb3_program_ogam_lutb_settings( struct dcn30_dwbc *dwbc30, const struct pwl_params *params) argument
146 dwb3_get_ogam_current( struct dcn30_dwbc *dwbc30) argument
175 dwb3_configure_ogam_lut( struct dcn30_dwbc *dwbc30, bool is_ram_a) argument
186 dwb3_program_ogam_pwl(struct dcn30_dwbc *dwbc30, const struct pwl_result_data *rgb, uint32_t num) argument
234 dwb3_program_ogam_lut( struct dcn30_dwbc *dwbc30, const struct pwl_params *params) argument
273 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
303 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
356 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
389 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
[all...]
H 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); local
93 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
121 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
135 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
173 struct dcn30_dwbc *dwbc30 local
186 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
201 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
208 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
236 dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30, struct dc_context *ctx, const struct dcn30_dwbc_registers *dwbc_regs, const struct dcn30_dwbc_shift *dwbc_shift, const struct dcn30_dwbc_mask *dwbc_mask, int inst) argument
255 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); local
[all...]
H A Ddcn30_resource.c1219 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1222 if (!dwbc30) {
1223 dm_error("DC: failed to create dwbc30!\n");
1227 dcn30_dwbc_construct(dwbc30, ctx,
1233 pool->dwbc[i] = &dwbc30->base;
H A Ddcn30_dwb.h867 void dcn30_dwbc_construct(struct dcn30_dwbc *dwbc30,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c711 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); local
713 if (!dwbc30) {
714 dm_error("DC: failed to create dwbc30!\n");
718 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i);
720 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c654 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), GFP_KERNEL); local
656 if (!dwbc30) {
657 dm_error("DC: failed to create dwbc30!\n");
661 dcn30_dwbc_construct(dwbc30, ctx, &dwbc30_regs[i], &dwbc30_shift, &dwbc30_mask, i);
663 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1486 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1489 if (!dwbc30) {
1490 dm_error("DC: failed to create dwbc30!\n");
1498 dcn30_dwbc_construct(dwbc30, ctx,
1504 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1513 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1516 if (!dwbc30) {
1517 dm_error("DC: failed to create dwbc30!\n");
1521 dcn30_dwbc_construct(dwbc30, ctx,
1527 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1588 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1591 if (!dwbc30) {
1592 dm_error("DC: failed to create dwbc30!\n");
1596 dcn30_dwbc_construct(dwbc30, ctx,
1602 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1511 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1514 if (!dwbc30) {
1515 dm_error("DC: failed to create dwbc30!\n");
1519 dcn30_dwbc_construct(dwbc30, ctx,
1525 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1178 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1181 if (!dwbc30) {
1182 dm_error("DC: failed to create dwbc30!\n");
1186 dcn30_dwbc_construct(dwbc30, ctx,
1192 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1516 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1519 if (!dwbc30) {
1520 dm_error("DC: failed to create dwbc30!\n");
1524 dcn30_dwbc_construct(dwbc30, ctx,
1530 pool->dwbc[i] = &dwbc30->base;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1501 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc), local
1504 if (!dwbc30) {
1505 dm_error("DC: failed to create dwbc30!\n");
1513 dcn30_dwbc_construct(dwbc30, ctx,
1519 pool->dwbc[i] = &dwbc30->base;

Completed in 144 milliseconds