Home
last modified time | relevance | path

Searched refs:dwbc (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddwb.h156 struct dwbc { struct
177 struct dwbc *dwbc, argument
181 struct dwbc *dwbc,
184 bool (*disable)(struct dwbc *dwbc);
187 struct dwbc *dwbc,
191 struct dwbc *dwbc);
194 struct dwbc *dwbc,
198 struct dwbc *dwbc,
202 struct dwbc *dwbc,
206 struct dwbc *dwbc,
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dwb/dcn30/
Ddcn30_dwb.c46 static bool dwb3_get_caps(struct dwbc *dwbc, struct dwb_caps *caps) in dwb3_get_caps() argument
66 void dwb3_config_fc(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_config_fc() argument
68 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_config_fc()
88 dwb3_set_stereo(dwbc, &params->stereo_params); in dwb3_config_fc()
91 bool dwb3_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_enable() argument
93 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_enable()
94 DC_LOG_DWB("%s dwb3_enabled at inst = %d", __func__, dwbc->inst); in dwb3_enable()
100 dwb3_config_fc(dwbc, params); in dwb3_enable()
103 dwb3_program_hdr_mult(dwbc, params); in dwb3_enable()
104 dwb3_set_gamut_remap(dwbc, params); in dwb3_enable()
[all …]
Ddcn30_dwb_cm.c273 struct dwbc *dwbc, in dwb3_ogam_set_input_transfer_func() argument
276 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_ogam_set_input_transfer_func()
286 cm_helper_translate_curve_to_hw_format(dwbc->ctx, in dwb3_ogam_set_input_transfer_func()
301 struct dwbc *dwbc, in dwb3_program_gamut_remap() argument
306 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_program_gamut_remap()
356 struct dwbc *dwbc, in dwb3_set_gamut_remap() argument
359 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_set_gamut_remap()
365 dwb3_program_gamut_remap(dwbc, NULL, adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_BYPASS); in dwb3_set_gamut_remap()
379 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap()
382 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap()
[all …]
Ddcn30_dwb.h871 struct dwbc base;
884 bool dwb3_enable(struct dwbc *dwbc, struct dc_dwb_params *params);
886 bool dwb3_disable(struct dwbc *dwbc);
888 bool dwb3_update(struct dwbc *dwbc, struct dc_dwb_params *params);
890 bool dwb3_is_enabled(struct dwbc *dwbc);
892 void dwb3_set_fc_enable(struct dwbc *dwbc, enum dwb_frame_capture_enable enable);
894 void dwb3_set_stereo(struct dwbc *dwbc,
897 void dwb3_set_new_content(struct dwbc *dwbc,
900 void dwb3_config_fc(struct dwbc *dwbc,
903 void dwb3_set_denorm(struct dwbc *dwbc, struct dc_dwb_params *params);
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dwb.c50 static bool dwb2_get_caps(struct dwbc *dwbc, struct dwb_caps *caps) in dwb2_get_caps() argument
52 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_get_caps()
72 void dwb2_config_dwb_cnv(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_config_dwb_cnv() argument
74 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_config_dwb_cnv()
99 static bool dwb2_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_enable() argument
101 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_enable()
121 dwb2_config_dwb_cnv(dwbc, params); in dwb2_enable()
124 dwb2_set_scaler(dwbc, params); in dwb2_enable()
135 bool dwb2_disable(struct dwbc *dwbc) in dwb2_disable() argument
137 struct dcn20_dwbc *dwbc20 = TO_DCN20_DWBC(dwbc); in dwb2_disable()
[all …]
Ddcn20_dwb.h389 struct dwbc base;
402 bool dwb2_disable(struct dwbc *dwbc);
404 bool dwb2_is_enabled(struct dwbc *dwbc);
406 void dwb2_set_stereo(struct dwbc *dwbc,
409 void dwb2_set_new_content(struct dwbc *dwbc,
412 void dwb2_config_dwb_cnv(struct dwbc *dwbc,
415 void dwb2_set_scaler(struct dwbc *dwbc, struct dc_dwb_params *params);
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dwb.c45 static bool dwb1_get_caps(struct dwbc *dwbc, struct dwb_caps *caps) in dwb1_get_caps() argument
64 static bool dwb1_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb1_enable() argument
66 struct dcn10_dwbc *dwbc10 = TO_DCN10_DWBC(dwbc); in dwb1_enable()
69 dwbc->funcs->disable(dwbc); in dwb1_enable()
81 static bool dwb1_disable(struct dwbc *dwbc) in dwb1_disable() argument
83 struct dcn10_dwbc *dwbc10 = TO_DCN10_DWBC(dwbc); in dwb1_disable()
Ddcn10_dwb.h254 struct dwbc base;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c462 struct dwbc *dwb; in dc_stream_add_writeback()
483 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
504 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
516 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
534 struct dwbc *dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dc_stream_fc_disable_writeback()
606 struct dwbc *dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dc_stream_remove_writeback()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h245 struct dwbc *dwbc[MAX_DWB_PIPES]; member
467 struct dwbc *dwbc; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_hwseq.c437 struct dwbc *dwb; in dcn30_update_writeback()
438 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
454 struct dwbc *dwb; in dcn30_mmhubbub_warmup()
460 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
489 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
512 struct dwbc *dwb; in dcn30_enable_writeback()
515 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()
538 struct dwbc *dwb; in dcn30_disable_writeback()
542 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn30_disable_writeback()
561 struct dwbc *dwb; in dcn30_program_all_writeback_pipes_in_tree()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/
Ddcn302_resource.c723 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
1063 if (pool->dwbc[i] != NULL) { in dcn302_resource_destruct()
1064 kfree(TO_DCN30_DWBC(pool->dwbc[i])); in dcn302_resource_destruct()
1065 pool->dwbc[i] = NULL; in dcn302_resource_destruct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/
Ddcn303_resource.c685 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
1008 if (pool->dwbc[i] != NULL) { in dcn303_resource_destruct()
1009 kfree(TO_DCN30_DWBC(pool->dwbc[i])); in dcn303_resource_destruct()
1010 pool->dwbc[i] = NULL; in dcn303_resource_destruct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/
Ddcn301_resource.c1112 if (pool->base.dwbc[i] != NULL) { in dcn301_destruct()
1113 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn301_destruct()
1114 pool->base.dwbc[i] = NULL; in dcn301_destruct()
1196 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/
Ddcn316_resource.c1438 if (pool->base.dwbc[i] != NULL) { in dcn316_resource_destruct()
1439 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn316_resource_destruct()
1440 pool->base.dwbc[i] = NULL; in dcn316_resource_destruct()
1527 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/
Ddcn314_resource.c1498 if (pool->base.dwbc[i] != NULL) { in dcn314_resource_destruct()
1499 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn314_resource_destruct()
1500 pool->base.dwbc[i] = NULL; in dcn314_resource_destruct()
1590 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/
Ddcn21_resource.c720 if (pool->base.dwbc[i] != NULL) { in dcn21_resource_destruct()
721 kfree(TO_DCN20_DWBC(pool->base.dwbc[i])); in dcn21_resource_destruct()
722 pool->base.dwbc[i] = NULL; in dcn21_resource_destruct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/
Ddcn321_resource.c1428 if (pool->base.dwbc[i] != NULL) { in dcn321_resource_destruct()
1429 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn321_resource_destruct()
1430 pool->base.dwbc[i] = NULL; in dcn321_resource_destruct()
1509 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/
Ddcn351_resource.c1491 if (pool->base.dwbc[i] != NULL) { in dcn351_resource_destruct()
1492 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn351_resource_destruct()
1493 pool->base.dwbc[i] = NULL; in dcn351_resource_destruct()
1603 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/
Ddcn315_resource.c1442 if (pool->base.dwbc[i] != NULL) { in dcn315_resource_destruct()
1443 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn315_resource_destruct()
1444 pool->base.dwbc[i] = NULL; in dcn315_resource_destruct()
1534 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/
Ddcn31_resource.c1442 if (pool->base.dwbc[i] != NULL) { in dcn31_resource_destruct()
1443 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn31_resource_destruct()
1444 pool->base.dwbc[i] = NULL; in dcn31_resource_destruct()
1534 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/
Ddcn35_resource.c1511 if (pool->base.dwbc[i] != NULL) { in dcn35_resource_destruct()
1512 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn35_resource_destruct()
1513 pool->base.dwbc[i] = NULL; in dcn35_resource_destruct()
1623 pool->dwbc[i] = &dwbc30->base; in dcn35_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/
Ddcn401_resource.c1427 if (pool->base.dwbc[i] != NULL) { in dcn401_resource_destruct()
1428 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn401_resource_destruct()
1429 pool->base.dwbc[i] = NULL; in dcn401_resource_destruct()
1509 pool->dwbc[i] = &dwbc401->base; in dcn401_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.c1141 if (pool->base.dwbc[i] != NULL) { in dcn30_resource_destruct()
1142 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn30_resource_destruct()
1143 pool->base.dwbc[i] = NULL; in dcn30_resource_destruct()
1236 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c1150 if (pool->base.dwbc[i] != NULL) { in dcn20_resource_destruct()
1151 kfree(TO_DCN20_DWBC(pool->base.dwbc[i])); in dcn20_resource_destruct()
1152 pool->base.dwbc[i] = NULL; in dcn20_resource_destruct()
2282 pool->dwbc[i] = &dwbc20->base; in dcn20_dwbc_create()

12