Searched refs:timing_requested (Results 1 – 3 of 3) sorted by relevance
682 struct dc_crtc_timing *timing_requested; member
1111 if (aconnector->timing_requested) in dm_helpers_dp_handle_test_pattern_request()1112 *aconnector->timing_requested = pipe_ctx->stream->timing; in dm_helpers_dp_handle_test_pattern_request()
3097 aconnector->timing_requested = kzalloc(sizeof(struct dc_crtc_timing), GFP_KERNEL); in amdgpu_dm_update_connector_after_detect()3098 if (!aconnector->timing_requested) in amdgpu_dm_update_connector_after_detect()3112 kfree(aconnector->timing_requested); in amdgpu_dm_update_connector_after_detect()3113 aconnector->timing_requested = NULL; in amdgpu_dm_update_connector_after_detect()6027 aconnector->timing_requested->display_color_depth); in create_stream_for_sink()6028 stream->timing = *aconnector->timing_requested; in create_stream_for_sink()
Completed in 24 milliseconds