Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_crc.c441 struct dc_crtc_timing *timing_out; in amdgpu_dm_crtc_handle_crc_window_irq() local
453 timing_out = &stream_state->timing; in amdgpu_dm_crtc_handle_crc_window_irq()
494 v_blank = timing_out->v_total - timing_out->v_border_top - in amdgpu_dm_crtc_handle_crc_window_irq()
495 timing_out->v_addressable - timing_out->v_border_bottom; in amdgpu_dm_crtc_handle_crc_window_irq()
497 v_back_porch = v_blank - timing_out->v_front_porch - in amdgpu_dm_crtc_handle_crc_window_irq()
498 timing_out->v_sync_width; in amdgpu_dm_crtc_handle_crc_window_irq()
500 crc_window_latch_up_line = v_back_porch + timing_out->v_sync_width; in amdgpu_dm_crtc_handle_crc_window_irq()
Damdgpu_dm.c5285 struct dc_crtc_timing *timing_out, in adjust_colour_depth_from_display_info() argument
5288 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info()
5291 normalized_clk = timing_out->pix_clk_100hz / 10; in adjust_colour_depth_from_display_info()
5293 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420) in adjust_colour_depth_from_display_info()
5313 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()
5328 struct dc_crtc_timing *timing_out = &stream->timing; in fill_stream_properties_from_drm_display_mode() local
5337 timing_out->h_border_left = 0; in fill_stream_properties_from_drm_display_mode()
5338 timing_out->h_border_right = 0; in fill_stream_properties_from_drm_display_mode()
5339 timing_out->v_border_top = 0; in fill_stream_properties_from_drm_display_mode()
5340 timing_out->v_border_bottom = 0; in fill_stream_properties_from_drm_display_mode()
[all …]