Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_crc.c449 struct dc_crtc_timing *timing_out; in amdgpu_dm_crtc_handle_crc_window_irq() local
461 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()
A Damdgpu_dm.c5763 struct dc_crtc_timing *timing_out, in adjust_colour_depth_from_display_info() argument
5791 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()
5815 timing_out->h_border_left = 0; in fill_stream_properties_from_drm_display_mode()
5816 timing_out->h_border_right = 0; in fill_stream_properties_from_drm_display_mode()
5817 timing_out->v_border_top = 0; in fill_stream_properties_from_drm_display_mode()
5818 timing_out->v_border_bottom = 0; in fill_stream_properties_from_drm_display_mode()
5838 timing_out->hdmi_vic = 0; in fill_stream_properties_from_drm_display_mode()
5854 timing_out->vic = avi_frame.video_code; in fill_stream_properties_from_drm_display_mode()
5856 timing_out->hdmi_vic = hv_frame.vic; in fill_stream_properties_from_drm_display_mode()
5861 timing_out->h_total = mode_in->htotal; in fill_stream_properties_from_drm_display_mode()
[all …]

Completed in 22 milliseconds