Searched refs:crtc_timing (Results 1 – 5 of 5) sorted by relevance
269 struct dc_crtc_timing *crtc_timing, in dce110_stream_encoder_dp_set_stream_attribute() argument286 struct dc_crtc_timing hw_crtc_timing = *crtc_timing; in dce110_stream_encoder_dp_set_stream_attribute()520 struct dc_crtc_timing *crtc_timing) in dce110_stream_encoder_set_stream_attribute_helper() argument523 switch (crtc_timing->pixel_encoding) { in dce110_stream_encoder_set_stream_attribute_helper()533 switch (crtc_timing->pixel_encoding) { in dce110_stream_encoder_set_stream_attribute_helper()549 struct dc_crtc_timing *crtc_timing, in dce110_stream_encoder_hdmi_set_stream_attribute() argument562 cntl.color_depth = crtc_timing->display_color_depth; in dce110_stream_encoder_hdmi_set_stream_attribute()568 dce110_stream_encoder_set_stream_attribute_helper(enc110, crtc_timing); in dce110_stream_encoder_hdmi_set_stream_attribute()585 switch (crtc_timing->display_color_depth) { in dce110_stream_encoder_hdmi_set_stream_attribute()590 if (crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR422) { in dce110_stream_encoder_hdmi_set_stream_attribute()[all …]
216 const struct dc_crtc_timing *crtc_timing);220 const struct dc_crtc_timing *crtc_timing);224 const struct dc_crtc_timing *crtc_timing);
101 struct dc_crtc_timing *crtc_timing,
317 struct dc_crtc_timing *crtc_timing,322 struct dc_crtc_timing *crtc_timing,
1852 struct dc_crtc_timing *crtc_timing) in dc_validate_boot_timing() argument1925 if (crtc_timing->h_total != hw_crtc_timing.h_total) { in dc_validate_boot_timing()1930 if (crtc_timing->h_border_left != hw_crtc_timing.h_border_left) { in dc_validate_boot_timing()1935 if (crtc_timing->h_addressable != hw_crtc_timing.h_addressable) { in dc_validate_boot_timing()1940 if (crtc_timing->h_border_right != hw_crtc_timing.h_border_right) { in dc_validate_boot_timing()1945 if (crtc_timing->h_front_porch != hw_crtc_timing.h_front_porch) { in dc_validate_boot_timing()1950 if (crtc_timing->h_sync_width != hw_crtc_timing.h_sync_width) { in dc_validate_boot_timing()1955 if (crtc_timing->v_total != hw_crtc_timing.v_total) { in dc_validate_boot_timing()1960 if (crtc_timing->v_border_top != hw_crtc_timing.v_border_top) { in dc_validate_boot_timing()1965 if (crtc_timing->v_addressable != hw_crtc_timing.v_addressable) { in dc_validate_boot_timing()[all …]