Home
last modified time | relevance | path

Searched refs:surface_update_descriptor (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h514 struct surface_update_descriptor dc_check_update_surfaces_for_stream(
H A Ddc.h482 struct surface_update_descriptor { struct
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c152 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 …]