Home
last modified time | relevance | path

Searched refs:opp_cnt (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c387 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()
Ddc_link_dp.c3099 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/
Ddcn20_optc.c232 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()
Ddcn20_hwseq.c533 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 …]
Ddcn20_optc.h99 void optc2_set_odm_combine(struct timing_generator *optc, int *opp_id, int opp_cnt,
Ddcn20_stream_encoder.c463 if (is_two_pixels_per_containter(&param->timing) || param->opp_cnt > 1) { in enc2_stream_encoder_dp_unblank()
Ddcn20_resource.c1329 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/
Dstream_encoder.h94 int opp_cnt; member
Dtiming_generator.h276 void (*set_odm_combine)(struct timing_generator *optc, int *opp_id, int opp_cnt,