Home
last modified time | relevance | path

Searched refs:optc2_is_two_pixels_per_containter (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c75 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
186 …rol_2x_pclk = (pipe_ctx->stream->timing.flags.INTERLACE || optc2_is_two_pixels_per_containter(&pip… in dcn314_update_odm()
346 two_pix_per_container = optc2_is_two_pixels_per_containter(&stream->timing); in dcn314_calculate_dccg_k1_k2_values()
385 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1) in dcn314_set_pixels_per_cycle()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c163 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing) in optc2_is_two_pixels_per_containter() function
180 h_div_2 = optc2_is_two_pixels_per_containter(dc_crtc_timing); in optc2_set_odm_bypass()
H A Ddcn20_optc.h121 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing);
H A Ddcn20_hwseq.c651 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
687 bool rate_control_2x_pclk = (interlace || optc2_is_two_pixels_per_containter(&stream->timing)); in dcn20_enable_stream_timing()
2449 if (optc2_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1) in dcn20_unblank_stream()
H A Ddcn20_resource.c1256 else if (optc2_is_two_pixels_per_containter(&stream->timing) || opp_cnt == 2) in get_pixel_clock_parameters()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c980 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
1093 …rol_2x_pclk = (pipe_ctx->stream->timing.flags.INTERLACE || optc2_is_two_pixels_per_containter(&pip… in dcn32_update_odm()
1150 two_pix_per_container = optc2_is_two_pixels_per_containter(&stream->timing); in dcn32_calculate_dccg_k1_k2_values()
1189 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1 in dcn32_set_pixels_per_cycle()
1253 if (optc2_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1 in dcn32_unblank_stream()