Searched refs:UPDATE_TYPE_MED (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 2371 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2376 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2396 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2401 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2428 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2435 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2507 return UPDATE_TYPE_MED; in get_scaling_info_update_type() 2570 elevate_update_type(&overall_type, UPDATE_TYPE_MED); in det_surface_update() 2574 type = UPDATE_TYPE_MED; in det_surface_update() 3081 if (update_type >= UPDATE_TYPE_MED) { in update_planes_and_stream_state() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 367 UPDATE_TYPE_MED, /* ISR safe, most of programming needed, no bw/clk change*/ enumerator
|