Searched refs:timing_out (Results 1 – 2 of 2) sorted by relevance
449 struct dc_crtc_timing *timing_out; in amdgpu_dm_crtc_handle_crc_window_irq() local461 timing_out = &stream_state->timing; in amdgpu_dm_crtc_handle_crc_window_irq()502 v_blank = timing_out->v_total - timing_out->v_border_top - in amdgpu_dm_crtc_handle_crc_window_irq()503 timing_out->v_addressable - timing_out->v_border_bottom; in amdgpu_dm_crtc_handle_crc_window_irq()505 v_back_porch = v_blank - timing_out->v_front_porch - in amdgpu_dm_crtc_handle_crc_window_irq()506 timing_out->v_sync_width; in amdgpu_dm_crtc_handle_crc_window_irq()508 crc_window_latch_up_line = v_back_porch + timing_out->v_sync_width; in amdgpu_dm_crtc_handle_crc_window_irq()
5161 struct dc_crtc_timing *timing_out, in adjust_colour_depth_from_display_info() argument5164 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info()5167 normalized_clk = timing_out->pix_clk_100hz / 10; in adjust_colour_depth_from_display_info()5169 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420) in adjust_colour_depth_from_display_info()5189 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()5204 struct dc_crtc_timing *timing_out = &stream->timing; in fill_stream_properties_from_drm_display_mode() local5213 timing_out->h_border_left = 0; in fill_stream_properties_from_drm_display_mode()5214 timing_out->h_border_right = 0; in fill_stream_properties_from_drm_display_mode()5215 timing_out->v_border_top = 0; in fill_stream_properties_from_drm_display_mode()5216 timing_out->v_border_bottom = 0; in fill_stream_properties_from_drm_display_mode()[all …]