Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c77 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
188 …rol_2x_pclk = (pipe_ctx->stream->timing.flags.INTERLACE || optc2_is_two_pixels_per_containter(&pip… in dcn314_update_odm()
348 two_pix_per_container = optc2_is_two_pixels_per_containter(&stream->timing); in dcn314_calculate_dccg_k1_k2_values()
387 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1) in dcn314_set_pixels_per_cycle()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c156 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing) in optc2_is_two_pixels_per_containter() function
173 h_div_2 = optc2_is_two_pixels_per_containter(dc_crtc_timing); in optc2_set_odm_bypass()
Ddcn20_optc.h121 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing);
Ddcn20_hwseq.c627 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
663 bool rate_control_2x_pclk = (interlace || optc2_is_two_pixels_per_containter(&stream->timing)); in dcn20_enable_stream_timing()
2330 if (optc2_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1) in dcn20_unblank_stream()
Ddcn20_resource.c1270 else if (optc2_is_two_pixels_per_containter(&stream->timing) || opp_cnt == 2) in get_pixel_clock_parameters()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c997 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
1110 …rol_2x_pclk = (pipe_ctx->stream->timing.flags.INTERLACE || optc2_is_two_pixels_per_containter(&pip… in dcn32_update_odm()
1171 two_pix_per_container = optc2_is_two_pixels_per_containter(&stream->timing); in dcn32_calculate_dccg_k1_k2_values()
1210 if (optc2_is_two_pixels_per_containter(&pipe_ctx->stream->timing) || odm_combine_factor > 1 in dcn32_set_pixels_per_cycle()
1244 if (optc2_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1 in dcn32_unblank_stream()