Searched refs:surface_update_descriptor (Results 1 – 3 of 3) sorted by relevance
514 struct surface_update_descriptor dc_check_update_surfaces_for_stream(
482 struct surface_update_descriptor { struct
152 struct surface_update_descriptor *descriptor, in elevate_update_type()2675 static struct surface_update_descriptor get_plane_info_update_type(const struct dc_surface_update *… in get_plane_info_update_type()2678 struct surface_update_descriptor update_type = { UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_NONE }; in get_plane_info_update_type()2781 static struct surface_update_descriptor get_scaling_info_update_type( in get_scaling_info_update_type()2786 struct surface_update_descriptor update_type = { UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_NONE }; in get_scaling_info_update_type()2837 static struct surface_update_descriptor det_surface_update( in det_surface_update()2841 struct surface_update_descriptor overall_type = { UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_NONE }; in det_surface_update()2852 struct surface_update_descriptor inner_type = get_plane_info_update_type(u); in det_surface_update()2959 static struct surface_update_descriptor check_update_surfaces_for_stream( in check_update_surfaces_for_stream()2965 struct surface_update_descriptor overall_type = { UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_NONE }; in check_update_surfaces_for_stream()[all …]