Christian König
4cdbba5a16
drm/amdgpu: restructure VM state machine v4
...
Instead of coming up with more sophisticated names for states a VM BO
can be in, group them by the type of BO first and then by the state.
So we end with BO type kernel, always_valid and individual and then states
evicted, moved and idle.
Not much functional change, except that evicted_user is moved back
together with the other BOs again which makes the handling in
amdgpu_vm_validate() a bit more complex.
Also fixes a problem with user queues and amdgpu_vm_ready(). We didn't
considered the VM ready when user BOs were not ideally placed, harmless
performance impact for kernel queues but a complete show stopper for
userqueues.
v2: fix a few typos in comments, rename the BO types to make them more
descriptive, fix a couple of bugs found during testing
v3: squashed together with revert to old status lock handling, looks
like the first patch still had some bug which this one here should fix.
Fix a missing lock around debugfs printing.
v4: fix merge clash pointed out by Prike
Signed-off-by: Christian König <christian.koenig@amd.com >
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com >
Signed-off-by: Alex Deucher <alexander.deucher@amd.com >
2026-05-19 11:54:32 -04:00
..
2026-04-03 13:52:12 -04:00
2026-02-25 17:56:43 -05:00
2026-05-19 11:51:39 -04:00
2026-05-19 11:51:39 -04:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-05-11 15:55:55 -04:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-03-17 10:31:21 -04:00
2026-02-21 17:09:51 -08:00
2026-04-17 14:47:48 -04:00
2026-05-19 11:45:41 -04:00
2026-05-19 11:45:41 -04:00
2026-05-19 11:52:03 -04:00
2026-04-03 13:50:01 -04:00
2026-03-30 15:02:07 -04:00
2026-03-04 11:50:56 -05:00
2026-05-05 09:56:51 -04:00
2026-03-17 12:10:16 -04:00
2026-02-21 20:03:00 -08:00
2026-04-17 15:24:12 -04:00
2026-05-19 11:49:25 -04:00
2026-04-17 14:43:29 +02:00
2026-01-05 16:59:55 -05:00
2026-03-04 11:50:56 -05:00
2026-02-23 14:16:31 -05:00
2026-05-18 18:13:28 -04:00
2026-03-06 16:34:19 -05:00
2026-04-17 14:49:16 -04:00
2026-04-03 16:16:25 -04:00
2026-05-19 11:45:41 -04:00
2026-05-18 18:11:11 -04:00
2026-04-24 10:57:16 -04:00
2026-03-06 16:31:35 -05:00
2026-02-23 11:48:20 +01:00
2025-12-16 13:27:13 -05:00
2026-05-18 18:19:39 -04:00
2026-03-24 13:35:23 -04:00
2026-03-17 17:46:26 -04:00
2026-05-11 16:15:31 -04:00
2026-03-17 17:42:48 -04:00
2026-01-05 16:59:55 -05:00
2026-05-05 09:56:51 -04:00
2026-03-30 16:12:27 -04:00
2026-05-19 11:45:42 -04:00
2026-05-05 09:56:29 -04:00
2026-05-05 09:56:29 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-18 18:15:41 -04:00
2026-02-21 17:09:51 -08:00
2026-02-21 17:09:51 -08:00
2026-02-23 14:33:11 -05:00
2026-04-03 13:56:21 -04:00
2026-03-23 14:48:06 -04:00
2026-04-24 10:58:38 -04:00
2026-04-24 10:58:16 -04:00
2025-12-16 13:27:10 -05:00
2025-12-16 13:27:10 -05:00
2026-02-22 08:26:33 -08:00
2025-12-16 13:27:42 -05:00
2026-01-05 17:29:51 -05:00
2026-01-05 17:29:51 -05:00
2026-04-17 14:43:29 +02:00
2026-04-17 14:43:29 +02:00
2026-04-24 11:09:49 -04:00
2026-02-21 17:09:51 -08:00
2026-05-18 18:13:42 -04:00
2026-05-18 18:13:42 -04:00
2026-03-17 17:50:38 -04:00
2026-04-24 10:44:52 -04:00
2026-04-28 14:28:52 -04:00
2026-04-28 14:28:52 -04:00
2026-05-07 09:50:50 +10:00
2026-05-19 11:45:42 -04:00
2026-02-22 08:26:33 -08:00
2026-02-21 17:09:51 -08:00
2026-02-25 17:56:50 -05:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:52:53 -04:00
2026-02-05 17:28:34 -05:00
2026-05-19 11:54:23 -04:00
2026-04-28 14:28:58 -04:00
2026-04-28 14:28:58 -04:00
2026-02-06 11:38:35 +10:00
2026-05-11 15:55:56 -04:00
2026-05-05 09:56:28 -04:00
2026-02-21 20:03:00 -08:00
2026-05-11 16:14:59 -04:00
2026-05-11 16:15:31 -04:00
2026-01-05 16:59:57 -05:00
2026-03-23 14:02:04 -04:00
2026-05-11 16:15:31 -04:00
2025-12-10 17:38:26 -05:00
2026-05-18 18:19:25 -04:00
2026-04-17 14:43:29 +02:00
2026-04-24 11:07:53 -04:00
2026-04-17 15:41:13 -04:00
2026-03-17 10:33:01 -04:00
2026-05-19 11:45:41 -04:00
2026-03-17 10:33:08 -04:00
2026-05-18 18:07:03 -04:00
2026-05-11 16:08:42 -04:00
2026-05-19 11:54:32 -04:00
2026-05-18 18:07:26 -04:00
2026-05-11 16:15:31 -04:00
2026-04-03 13:48:33 -04:00
2026-02-23 14:16:30 -05:00
2026-05-11 16:15:39 -04:00
2026-05-18 18:13:28 -04:00
2026-05-11 16:14:54 -04:00
2026-05-07 09:50:50 +10:00
2026-04-28 14:42:22 -04:00
2026-05-19 11:54:32 -04:00
2026-05-07 09:50:50 +10:00
2026-02-21 17:09:51 -08:00
2026-05-19 11:54:32 -04:00
2026-05-19 11:54:32 -04:00
2026-05-18 18:09:45 -04:00
2026-05-11 16:15:55 -04:00
2026-02-23 11:48:20 +01:00
2026-02-06 11:38:35 +10:00
2026-05-06 10:12:25 +10:00
2026-04-03 13:50:29 -04:00
2026-03-17 10:38:59 -04:00
2026-05-18 18:13:28 -04:00
2026-05-18 18:13:28 -04:00
2026-03-02 16:46:48 -05:00
2026-05-19 11:51:56 -04:00
2026-05-19 11:51:56 -04:00
2026-02-21 20:03:00 -08:00
2026-04-17 15:41:12 -04:00
2026-03-02 16:46:41 -05:00
2026-03-06 16:32:27 -05:00
2026-03-06 16:32:27 -05:00
2026-03-06 16:32:27 -05:00
2026-03-02 16:46:41 -05:00
2026-04-24 11:10:05 -04:00
2026-04-21 16:51:28 -04:00
2026-04-21 16:51:36 -04:00
2026-05-05 09:56:29 -04:00
2026-05-11 15:55:57 -04:00
2026-04-21 16:51:41 -04:00
2026-05-05 09:56:29 -04:00
2026-05-11 16:15:58 -04:00
2026-04-24 10:57:13 -04:00
2026-04-28 15:43:57 -04:00
2025-12-10 17:37:59 -05:00
2026-01-05 16:59:55 -05:00
2026-03-17 10:32:41 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-05-05 09:56:51 -04:00
2026-04-24 10:58:38 -04:00
2025-12-10 17:39:27 -05:00
2026-04-24 10:58:38 -04:00
2026-01-05 16:27:34 -05:00
2026-04-24 10:58:33 -04:00
2025-12-08 14:27:21 -05:00
2026-02-21 17:09:51 -08:00
2026-03-17 12:19:29 -04:00
2026-04-28 15:51:17 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:18 -04:00
2026-03-17 17:43:12 -04:00
2026-04-28 15:51:18 -04:00
2026-01-05 16:59:57 -05:00
2026-05-18 18:07:34 -04:00
2026-03-11 13:58:07 -04:00
2026-03-11 13:58:07 -04:00
2026-05-11 16:15:55 -04:00
2026-05-05 09:56:53 -04:00
2026-02-25 17:58:06 -05:00
2026-03-06 17:11:46 -05:00
2026-05-18 18:13:42 -04:00
2026-03-17 17:50:50 -04:00
2026-03-17 17:50:50 -04:00
2026-03-17 17:50:48 -04:00
2026-03-17 17:50:48 -04:00
2026-03-17 17:50:48 -04:00
2026-03-17 17:50:48 -04:00
2026-03-17 17:50:45 -04:00
2026-03-17 17:50:45 -04:00
2026-01-05 16:59:55 -05:00
2026-05-11 16:15:47 -04:00
2026-04-24 10:57:02 -04:00
2026-04-24 10:56:58 -04:00
2026-01-05 16:27:42 -05:00
2026-04-28 14:28:58 -04:00
2026-05-11 15:55:55 -04:00
2026-05-19 11:53:16 -04:00
2026-01-05 16:59:55 -05:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:53:16 -04:00
2026-05-19 11:53:16 -04:00
2026-04-17 15:41:14 -04:00
2026-04-17 14:47:21 -04:00
2026-01-05 16:59:57 -05:00
2026-04-17 15:41:12 -04:00
2026-04-17 15:41:12 -04:00
2026-05-05 09:56:51 -04:00
2026-04-17 15:41:12 -04:00
2026-04-17 15:41:12 -04:00
2026-04-17 15:41:12 -04:00
2026-04-28 15:43:57 -04:00
2026-04-28 15:43:57 -04:00
2026-04-17 15:41:12 -04:00
2025-12-10 17:38:02 -05:00
2026-04-17 15:41:12 -04:00
2026-03-02 16:46:41 -05:00
2026-02-21 17:09:51 -08:00
2026-01-05 16:59:55 -05:00
2026-02-21 17:09:51 -08:00
2026-01-08 11:41:34 -05:00
2026-01-08 11:41:34 -05:00
2026-03-02 16:46:48 -05:00
2026-04-28 14:28:58 -04:00
2026-03-02 16:46:48 -05:00
2026-04-28 14:28:58 -04:00
2026-04-28 14:28:58 -04:00
2026-04-28 14:28:58 -04:00
2026-03-17 10:31:16 -04:00
2025-12-10 17:37:56 -05:00
2026-01-05 16:59:55 -05:00
2026-03-17 10:41:05 -04:00
2026-04-24 11:09:58 -04:00
2026-03-30 16:49:12 -04:00
2026-01-05 16:59:55 -05:00
2026-01-05 16:59:55 -05:00
2026-01-05 16:59:55 -05:00
2026-05-18 18:17:54 -04:00
2026-05-18 18:18:01 -04:00
2026-05-18 18:19:05 -04:00
2026-01-05 16:59:55 -05:00
2026-04-28 15:51:17 -04:00
2026-04-28 15:51:17 -04:00
2026-04-28 15:51:18 -04:00
2026-05-11 16:15:31 -04:00
2026-04-28 15:51:17 -04:00
2026-04-28 15:51:18 -04:00
2026-04-28 15:51:17 -04:00
2026-05-11 16:15:31 -04:00
2026-04-28 15:51:17 -04:00
2026-03-17 17:43:00 -04:00
2026-03-02 16:46:41 -05:00
2026-05-11 16:15:55 -04:00
2026-05-11 16:15:55 -04:00