Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/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.c270 struct dwbc *dwbc, in dwb3_ogam_set_input_transfer_func() argument
273 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_ogam_set_input_transfer_func()
298 struct dwbc *dwbc, in dwb3_program_gamut_remap() argument
303 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_program_gamut_remap()
353 struct dwbc *dwbc, in dwb3_set_gamut_remap() argument
356 struct dcn30_dwbc *dwbc30 = TO_DCN30_DWBC(dwbc); in dwb3_set_gamut_remap()
362 dwb3_program_gamut_remap(dwbc, NULL, adjust.gamut_coef_format, CM_GAMUT_REMAP_MODE_BYPASS); in dwb3_set_gamut_remap()
376 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap()
379 dwb3_program_gamut_remap(dwbc, arr_reg_val, in dwb3_set_gamut_remap()
386 struct dwbc *dwbc, in dwb3_program_hdr_mult() argument
[all …]
Ddcn30_dwb.h876 struct dwbc base;
889 bool dwb3_enable(struct dwbc *dwbc, struct dc_dwb_params *params);
891 bool dwb3_disable(struct dwbc *dwbc);
893 bool dwb3_update(struct dwbc *dwbc, struct dc_dwb_params *params);
895 bool dwb3_is_enabled(struct dwbc *dwbc);
897 void dwb3_set_stereo(struct dwbc *dwbc,
900 void dwb3_set_new_content(struct dwbc *dwbc,
903 void dwb3_config_fc(struct dwbc *dwbc,
906 void dwb3_set_denorm(struct dwbc *dwbc, struct dc_dwb_params *params);
909 struct dwbc *dwbc,
[all …]
Ddcn30_hwseq.c249 struct dwbc *dwb; in dcn30_update_writeback()
250 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_update_writeback()
266 struct dwbc *dwb; in dcn30_mmhubbub_warmup()
272 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
301 dwb = dc->res_pool->dwbc[wb_info[i].dwb_pipe_inst]; in dcn30_mmhubbub_warmup()
324 struct dwbc *dwb; in dcn30_enable_writeback()
328 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn30_enable_writeback()
353 struct dwbc *dwb; in dcn30_disable_writeback()
357 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn30_disable_writeback()
376 struct dwbc *dwb; in dcn30_program_all_writeback_pipes_in_tree()
[all …]
Ddcn30_resource.c1155 if (pool->base.dwbc[i] != NULL) { in dcn30_resource_destruct()
1156 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn30_resource_destruct()
1157 pool->base.dwbc[i] = NULL; in dcn30_resource_destruct()
1247 pool->dwbc[i] = &dwbc30->base; in dcn30_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddwb.h161 struct dwbc { struct
181 struct dwbc *dwbc, argument
185 struct dwbc *dwbc,
188 bool (*disable)(struct dwbc *dwbc);
191 struct dwbc *dwbc,
195 struct dwbc *dwbc);
198 struct dwbc *dwbc,
202 struct dwbc *dwbc,
207 struct dwbc *dwbc,
214 struct dwbc *dwbc,
[all …]
/Linux-v6.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.h416 struct dwbc base;
429 bool dwb2_disable(struct dwbc *dwbc);
431 bool dwb2_is_enabled(struct dwbc *dwbc);
433 void dwb2_set_stereo(struct dwbc *dwbc,
436 void dwb2_set_new_content(struct dwbc *dwbc,
439 void dwb2_config_dwb_cnv(struct dwbc *dwbc,
442 void dwb2_set_scaler(struct dwbc *dwbc, struct dc_dwb_params *params);
Ddcn20_hwseq.c2071 struct dwbc *dwb; in dcn20_enable_writeback()
2077 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dcn20_enable_writeback()
2097 struct dwbc *dwb; in dcn20_disable_writeback()
2101 dwb = dc->res_pool->dwbc[dwb_pipe_inst]; in dcn20_disable_writeback()
2731 res_pool->dwbc[i]->mcif = res_pool->mcif_wb[i]; in dcn20_fpga_init_hw()
Ddcn20_resource.c1169 if (pool->base.dwbc[i] != NULL) { in dcn20_resource_destruct()
1170 kfree(TO_DCN20_DWBC(pool->base.dwbc[i])); in dcn20_resource_destruct()
1171 pool->base.dwbc[i] = NULL; in dcn20_resource_destruct()
2247 pool->dwbc[i] = &dwbc20->base; in dcn20_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dwb.c47 static bool dwb1_get_caps(struct dwbc *dwbc, struct dwb_caps *caps) in dwb1_get_caps() argument
66 static bool dwb1_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb1_enable() argument
68 struct dcn10_dwbc *dwbc10 = TO_DCN10_DWBC(dwbc); in dwb1_enable()
71 dwbc->funcs->disable(dwbc); in dwb1_enable()
83 static bool dwb1_disable(struct dwbc *dwbc) in dwb1_disable() argument
85 struct dcn10_dwbc *dwbc10 = TO_DCN10_DWBC(dwbc); in dwb1_disable()
Ddcn10_dwb.h256 struct dwbc base;
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h265 struct dwbc *dwbc[MAX_DWB_PIPES]; member
442 struct dwbc *dwbc; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c438 struct dwbc *dwb; in dc_stream_add_writeback()
457 dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
477 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
488 struct dwbc *dwb = dc->res_pool->dwbc[wb_info->dwb_pipe_inst]; in dc_stream_add_writeback()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c728 pool->dwbc[i] = &dwbc30->base; in dcn302_dwbc_create()
1075 if (pool->dwbc[i] != NULL) { in dcn302_resource_destruct()
1076 kfree(TO_DCN30_DWBC(pool->dwbc[i])); in dcn302_resource_destruct()
1077 pool->dwbc[i] = NULL; in dcn302_resource_destruct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c672 pool->dwbc[i] = &dwbc30->base; in dcn303_dwbc_create()
1002 if (pool->dwbc[i] != NULL) { in dcn303_resource_destruct()
1003 kfree(TO_DCN30_DWBC(pool->dwbc[i])); in dcn303_resource_destruct()
1004 pool->dwbc[i] = NULL; in dcn303_resource_destruct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1133 if (pool->base.dwbc[i] != NULL) { in dcn301_destruct()
1134 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn301_destruct()
1135 pool->base.dwbc[i] = NULL; in dcn301_destruct()
1217 pool->dwbc[i] = &dwbc30->base; in dcn301_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1492 if (pool->base.dwbc[i] != NULL) { in dcn314_resource_destruct()
1493 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn314_resource_destruct()
1494 pool->base.dwbc[i] = NULL; in dcn314_resource_destruct()
1581 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1464 if (pool->base.dwbc[i] != NULL) { in dcn315_resource_destruct()
1465 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn315_resource_destruct()
1466 pool->base.dwbc[i] = NULL; in dcn315_resource_destruct()
1553 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1465 if (pool->base.dwbc[i] != NULL) { in dcn316_resource_destruct()
1466 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn316_resource_destruct()
1467 pool->base.dwbc[i] = NULL; in dcn316_resource_destruct()
1554 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1443 if (pool->base.dwbc[i] != NULL) { in dcn321_resource_destruct()
1444 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn321_resource_destruct()
1445 pool->base.dwbc[i] = NULL; in dcn321_resource_destruct()
1521 pool->dwbc[i] = &dwbc30->base; in dcn321_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c761 if (pool->base.dwbc[i] != NULL) { in dcn21_resource_destruct()
762 kfree(TO_DCN20_DWBC(pool->base.dwbc[i])); in dcn21_resource_destruct()
763 pool->base.dwbc[i] = NULL; in dcn21_resource_destruct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1466 if (pool->base.dwbc[i] != NULL) { in dcn31_resource_destruct()
1467 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn31_resource_destruct()
1468 pool->base.dwbc[i] = NULL; in dcn31_resource_destruct()
1555 pool->dwbc[i] = &dwbc30->base; in dcn31_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1458 if (pool->base.dwbc[i] != NULL) { in dcn32_resource_destruct()
1459 kfree(TO_DCN30_DWBC(pool->base.dwbc[i])); in dcn32_resource_destruct()
1460 pool->base.dwbc[i] = NULL; in dcn32_resource_destruct()
1536 pool->dwbc[i] = &dwbc30->base; in dcn32_dwbc_create()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c341 res_pool->dwbc[i]->mcif = res_pool->mcif_wb[i]; in dcn201_init_hw()