Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4462 struct dc_crtc_timing *timing_out,
4465 enum dc_color_depth depth = timing_out->display_color_depth;
4468 normalized_clk = timing_out->pix_clk_100hz / 10;
4470 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420)
4490 timing_out->display_color_depth = depth;
4505 struct dc_crtc_timing *timing_out = &stream->timing;
4514 timing_out->h_border_left = 0;
4515 timing_out->h_border_right = 0;
4516 timing_out->v_border_top = 0;
4517 timing_out
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5418 struct dc_crtc_timing *timing_out, in adjust_colour_depth_from_display_info()
5421 enum dc_color_depth depth = timing_out->display_color_depth; in adjust_colour_depth_from_display_info()
5425 normalized_clk = timing_out->pix_clk_100hz / 10; in adjust_colour_depth_from_display_info()
5427 if (timing_out->pixel_encoding == PIXEL_ENCODING_YCBCR420) in adjust_colour_depth_from_display_info()
5447 timing_out->display_color_depth = depth; in adjust_colour_depth_from_display_info()
5462 struct dc_crtc_timing *timing_out = &stream->timing; in fill_stream_properties_from_drm_display_mode() local
5471 timing_out->h_border_left = 0; in fill_stream_properties_from_drm_display_mode()
5472 timing_out->h_border_right = 0; in fill_stream_properties_from_drm_display_mode()
5473 timing_out->v_border_top = 0; in fill_stream_properties_from_drm_display_mode()
5474 timing_out in fill_stream_properties_from_drm_display_mode()
5417 adjust_colour_depth_from_display_info( struct dc_crtc_timing *timing_out, const struct drm_display_info *info) adjust_colour_depth_from_display_info() argument
[all...]

Completed in 13 milliseconds