Home
last modified time | relevance | path

Searched refs:odm_combine (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c45 unsigned int odm_combine, in get_refcyc_per_delivery() argument
56 if (odm_combine) in get_refcyc_per_delivery()
57 refcyc_per_delivery = (double)refclk_freq_in_mhz * (double)((unsigned int)odm_combine*2) in get_refcyc_per_delivery()
58 * dml_min((double)recout_width, (double)hactive / ((unsigned int)odm_combine*2)) in get_refcyc_per_delivery()
681 if (pipe_param->dest.odm_combine) { in get_surf_rq_param()
687 hactive_odm = pipe_param->dest.hactive / ((unsigned int) pipe_param->dest.odm_combine*2); in get_surf_rq_param()
1179 if (dst->odm_combine) { in dml_rq_dlg_get_dlg_params()
1209 if (dst->odm_combine == dm_odm_combine_mode_disabled) { in dml_rq_dlg_get_dlg_params()
1212 …unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); // TOD… in dml_rq_dlg_get_dlg_params()
1347 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml_rq_dlg_get_dlg_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c97 bool odm_combine, in get_refcyc_per_delivery() argument
108 if (odm_combine) in get_refcyc_per_delivery()
712 if (pipe_param->dest.odm_combine) { in get_surf_rq_param()
1243 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml_rq_dlg_get_dlg_params()
1258 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
1270 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
1297 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
1309 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
1340 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
1351 dst->odm_combine, in dml_rq_dlg_get_dlg_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c121 bool odm_combine, in get_refcyc_per_delivery() argument
132 if (odm_combine) in get_refcyc_per_delivery()
1191 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml20_rq_dlg_get_dlg_params()
1204 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1215 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1240 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1251 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1279 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1289 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
1311 dst->odm_combine, in dml20_rq_dlg_get_dlg_params()
[all …]
H A Ddisplay_rq_dlg_calc_20v2.c121 bool odm_combine, in get_refcyc_per_delivery() argument
132 if (odm_combine) in get_refcyc_per_delivery()
1192 if (dst->full_recout_width == 0 && !dst->odm_combine) { in dml20v2_rq_dlg_get_dlg_params()
1205 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1216 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1241 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1252 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1280 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1290 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
1312 dst->odm_combine, in dml20v2_rq_dlg_get_dlg_params()
[all …]
H A Ddcn20_fpu.c1417 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_2to1; in dcn20_populate_dml_pipes_from_context()
1420 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_4to1; in dcn20_populate_dml_pipes_from_context()
1423 pipes[pipe_cnt].pipe.dest.odm_combine = dm_odm_combine_mode_disabled; in dcn20_populate_dml_pipes_from_context()
1549 …pipes[pipe_cnt].pipe.src.is_hsplit = pipes[pipe_cnt].pipe.dest.odm_combine != dm_odm_combine_mode_… in dcn20_populate_dml_pipes_from_context()
1581 if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_2to1) { in dcn20_populate_dml_pipes_from_context()
1584 } else if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_4to1) { in dcn20_populate_dml_pipes_from_context()
1595 || pipes[pipe_cnt].pipe.dest.odm_combine != dm_odm_combine_mode_disabled; in dcn20_populate_dml_pipes_from_context()
1652 if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_2to1) in dcn20_populate_dml_pipes_from_context()
1654 else if (pipes[pipe_cnt].pipe.dest.odm_combine == dm_odm_combine_mode_4to1) in dcn20_populate_dml_pipes_from_context()
1753 pipes[pipe_cnt].pipe.dest.odm_combine = in dcn20_calculate_wm()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c302 if (dst->odm_combine == dm_odm_combine_mode_2to1 || dst->odm_combine == dm_odm_combine_mode_4to1) { in dml32_rq_dlg_get_dlg_reg()
332 if (dst->odm_combine == dm_odm_combine_mode_disabled) { in dml32_rq_dlg_get_dlg_reg()
336 …if (dst->odm_combine == dm_odm_combine_mode_2to1 || dst->odm_combine == dm_odm_combine_mode_4to1) { in dml32_rq_dlg_get_dlg_reg()
338 unsigned int odm_combine_factor = (dst->odm_combine == dm_odm_combine_mode_2to1 ? 2 : 4); in dml32_rq_dlg_get_dlg_reg()
/linux/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c88 bool odm_combine) in virtual_enc_dp_set_odm_combine() argument
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/
H A Ddcn314_dio_stream_encoder.c97 bool odm_combine) in enc314_dp_set_odm_combine() argument
101 REG_UPDATE(DP_PIXEL_FORMAT, DP_PIXEL_PER_CYCLE_PROCESSING_MODE, odm_combine); in enc314_dp_set_odm_combine()
H A Ddcn314_dio_stream_encoder.h347 bool odm_combine);
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/
H A Ddcn20_stream_encoder.c555 bool odm_combine) in enc2_dp_set_odm_combine() argument
559 REG_UPDATE(DP_PIXEL_FORMAT, DP_PIXEL_COMBINE, odm_combine); in enc2_dp_set_odm_combine()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_stream_encoder.c520 bool odm_combine) in enc3_dp_set_odm_combine() argument
524 REG_UPDATE(DP_PIXEL_FORMAT, DP_PIXEL_COMBINE, odm_combine); in enc3_dp_set_odm_combine()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h265 bool odm_combine);
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c241 dml_print("DML PARAMS: odm_combine = %d\n", pipe_dest->odm_combine); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h531 unsigned int odm_combine; member
H A Ddisplay_mode_vba.c624 dst->odm_combine; in fetch_pipe_params()
777 if (dst->odm_combine && !src->is_hsplit) in fetch_pipe_params()