Searched refs:opp_cnt (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_hwss.c | 387 int opp_cnt = 1; in dp_set_dsc_on_stream() local 390 opp_cnt++; in dp_set_dsc_on_stream() 398 …am->timing.h_addressable + stream->timing.h_border_left + stream->timing.h_border_right) / opp_cnt; in dp_set_dsc_on_stream() 403 ASSERT(dsc_cfg.dc_dsc_cfg.num_slices_h % opp_cnt == 0); in dp_set_dsc_on_stream() 404 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dp_set_dsc_on_stream() 414 dsc_cfg.dc_dsc_cfg.num_slices_h *= opp_cnt; in dp_set_dsc_on_stream() 415 dsc_cfg.pic_width *= opp_cnt; in dp_set_dsc_on_stream()
|
D | dc_link_dp.c | 3099 int opp_cnt = 1; in set_crtc_test_pattern() local 3102 opp_cnt++; in set_crtc_test_pattern() 3104 width /= opp_cnt; in set_crtc_test_pattern() 3140 int opp_cnt = 1; in set_crtc_test_pattern() local 3143 opp_cnt++; in set_crtc_test_pattern() 3145 width /= opp_cnt; in set_crtc_test_pattern()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_optc.c | 232 void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt, in optc2_set_odm_combine() argument 238 / opp_cnt; in optc2_set_odm_combine() 260 ASSERT(opp_cnt == 2); in optc2_set_odm_combine() 270 optc1->opp_count = opp_cnt; in optc2_set_odm_combine()
|
D | dcn20_hwseq.c | 533 int opp_cnt = 1; in dcn20_enable_stream_timing() local 546 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_enable_stream_timing() 547 opp_cnt++; in dcn20_enable_stream_timing() 550 if (opp_cnt > 1) in dcn20_enable_stream_timing() 553 opp_inst, opp_cnt, in dcn20_enable_stream_timing() 830 int opp_cnt = 1; in dcn20_update_odm() local 834 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst; in dcn20_update_odm() 835 opp_cnt++; in dcn20_update_odm() 838 if (opp_cnt > 1) in dcn20_update_odm() 841 opp_inst, opp_cnt, in dcn20_update_odm() [all …]
|
D | dcn20_optc.h | 99 void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
|
D | dcn20_stream_encoder.c | 463 if (is_two_pixels_per_containter(¶m->timing) || param->opp_cnt > 1) { in enc2_stream_encoder_dp_unblank()
|
D | dcn20_resource.c | 1329 int opp_cnt = 1; in get_pixel_clock_parameters() local 1332 opp_cnt++; in get_pixel_clock_parameters() 1350 if (opp_cnt == 4) in get_pixel_clock_parameters() 1352 else if (optc1_is_two_pixels_per_containter(&stream->timing) || opp_cnt == 2) in get_pixel_clock_parameters() 2145 int opp_cnt = 1; in dcn20_validate_dsc() local 2148 opp_cnt++; in dcn20_validate_dsc() 2155 + stream->timing.h_border_right) / opp_cnt; in dcn20_validate_dsc() 2161 dsc_cfg.dc_dsc_cfg.num_slices_h /= opp_cnt; in dcn20_validate_dsc()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | stream_encoder.h | 94 int opp_cnt; member
|
D | timing_generator.h | 276 void (*set_odm_combine)(struct timing_generator *optc, int *opp_id, int opp_cnt,
|