Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2348 enum surface_update_type overall_type = UPDATE_TYPE_FAST; in det_surface_update() local
2362 elevate_update_type(&overall_type, type); in det_surface_update()
2365 elevate_update_type(&overall_type, type); in det_surface_update()
2371 elevate_update_type(&overall_type, UPDATE_TYPE_FULL); in det_surface_update()
2404 elevate_update_type(&overall_type, UPDATE_TYPE_MED); in det_surface_update()
2409 elevate_update_type(&overall_type, type); in det_surface_update()
2418 elevate_update_type(&overall_type, type); in det_surface_update()
2421 return overall_type; in det_surface_update()
2432 enum surface_update_type overall_type = UPDATE_TYPE_FAST; in check_update_surfaces_for_stream() local
2435 overall_type = UPDATE_TYPE_FULL; in check_update_surfaces_for_stream()
[all …]