Searched refs:timing_out (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5591 struct dc_crtc_timing *timing_out,
5594 enum dc_color_depth depth = timing_out->display_color_depth;
5598 normalized_clk = timing_out->pix_clk_100hz / 10;
5600 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420)
5620 timing_out->display_color_depth = depth;
5635 struct dc_crtc_timing *timing_out = &stream->timing; local
5647 timing_out->h_border_left = 0;
5648 timing_out->h_border_right = 0;
5649 timing_out->v_border_top = 0;
5650 timing_out
5590 adjust_colour_depth_from_display_info( struct dc_crtc_timing *timing_out, const struct drm_display_info *info) argument
[all...]

Completed in 117 milliseconds