Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c210 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing) in optc2_is_two_pixels_per_containter() function
227 h_div_2 = optc2_is_two_pixels_per_containter(dc_crtc_timing); in optc2_set_odm_bypass()
Ddcn20_optc.h116 bool optc2_is_two_pixels_per_containter(const struct dc_crtc_timing *timing);
Ddcn20_hwseq.c618 bool hblank_halved = optc2_is_two_pixels_per_containter(&stream->timing); in calc_mpc_flow_ctrl_cnt()
658 bool rate_control_2x_pclk = (interlace || optc2_is_two_pixels_per_containter(&stream->timing)); in dcn20_enable_stream_timing()
2095 if (optc2_is_two_pixels_per_containter(&stream->timing) || params.opp_cnt > 1) in dcn20_unblank_stream()
Ddcn20_resource.c1618 else if (optc2_is_two_pixels_per_containter(&stream->timing) || opp_cnt == 2) in get_pixel_clock_parameters()