overall_update_type 7268 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	enum surface_update_type overall_update_type = UPDATE_TYPE_FAST;
overall_update_type 7424 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		overall_update_type = UPDATE_TYPE_FULL;
overall_update_type 7432 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (overall_update_type < update_type)
overall_update_type 7433 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		overall_update_type = update_type;
overall_update_type 7441 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (lock_and_validation_needed && overall_update_type <= UPDATE_TYPE_FAST)
overall_update_type 7444 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if (overall_update_type > UPDATE_TYPE_FAST) {
overall_update_type 7487 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		dm_new_crtc_state->update_type = (int)overall_update_type;