Searched refs:UPDATE_TYPE_MED (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 2389 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2394 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2414 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2419 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2446 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2453 elevate_update_type(&update_type, UPDATE_TYPE_MED); in get_plane_info_update_type() 2530 return UPDATE_TYPE_MED; in get_scaling_info_update_type() 2596 elevate_update_type(&overall_type, UPDATE_TYPE_MED); in det_surface_update() 2616 type = UPDATE_TYPE_MED; in det_surface_update() 3226 if (update_type != UPDATE_TYPE_MED) in update_planes_and_stream_state() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 394 UPDATE_TYPE_MED, /* ISR safe, most of programming needed, no bw/clk change*/ enumerator
|