Chong Li
38eecbe086
drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
...
[WHY]
Function "amdgpu_irq_update()" called by "amdgpu_device_ip_late_init()" is an atomic context.
We shouldn't access registers through KIQ since "msleep()" may be called in "amdgpu_kiq_rreg()".
[HOW]
Move function "amdgpu_virt_release_full_gpu()" after function "amdgpu_device_ip_late_init()",
to ensure that registers be accessed through RLCG instead of KIQ.
Call Trace:
<TASK>
show_stack+0x52/0x69
dump_stack_lvl+0x49/0x6d
dump_stack+0x10/0x18
__schedule_bug.cold+0x4f/0x6b
__schedule+0x473/0x5d0
? __wake_up_klogd.part.0+0x40/0x70
? vprintk_emit+0xbe/0x1f0
schedule+0x68/0x110
schedule_timeout+0x87/0x160
? timer_migration_handler+0xa0/0xa0
msleep+0x2d/0x50
amdgpu_kiq_rreg+0x18d/0x1f0 [amdgpu]
amdgpu_device_rreg.part.0+0x59/0xd0 [amdgpu]
amdgpu_device_rreg+0x3a/0x50 [amdgpu]
amdgpu_sriov_rreg+0x3c/0xb0 [amdgpu]
gfx_v10_0_set_gfx_eop_interrupt_state.constprop.0+0x16c/0x190 [amdgpu]
gfx_v10_0_set_eop_interrupt_state+0xa5/0xb0 [amdgpu]
amdgpu_irq_update+0x53/0x80 [amdgpu]
amdgpu_irq_get+0x7c/0xb0 [amdgpu]
amdgpu_fence_driver_hw_init+0x58/0x90 [amdgpu]
amdgpu_device_init.cold+0x16b7/0x2022 [amdgpu]
Signed-off-by: Chong Li <chongli2@amd.com >
Reviewed-by: JingWen.Chen2@amd.com
Signed-off-by: Alex Deucher <alexander.deucher@amd.com >
2023-04-18 16:28:50 -04:00
..
2023-04-11 18:03:11 -04:00
2022-11-21 16:41:51 -05:00
2023-04-11 18:03:44 -04:00
2023-04-13 00:19:42 -04:00
2023-02-28 14:30:00 -05:00
2022-11-29 11:03:36 -05:00
2022-11-29 11:03:39 -05:00
2022-11-21 16:40:30 -05:00
2022-12-06 12:54:14 +01:00
2023-01-10 14:32:58 -05:00
2023-01-24 17:36:29 +01:00
2023-02-22 18:28:03 -08:00
2022-12-06 12:54:14 +01:00
2022-12-06 10:28:12 +01:00
2023-04-18 16:28:50 -04:00
2023-04-14 13:47:49 -04:00
2023-03-13 17:27:48 -04:00
2022-12-06 12:54:14 +01:00
2023-04-13 00:19:42 -04:00
2023-04-11 18:03:43 -04:00
2023-01-18 09:25:30 +01:00
2023-03-13 17:27:48 -04:00
2022-12-06 12:54:14 +01:00
2023-03-22 00:47:59 -04:00
2022-12-14 16:48:00 -05:00
2023-03-15 14:03:00 +01:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-13 00:14:24 -04:00
2023-03-13 17:27:48 -04:00
2023-03-13 17:27:48 -04:00
2022-12-14 09:48:05 -05:00
2022-12-14 09:48:05 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2022-12-14 09:48:33 -05:00
2023-01-18 09:25:30 +01:00
2023-04-13 00:14:08 -04:00
2023-01-25 12:07:53 +10:00
2022-12-14 09:48:32 -05:00
2023-03-22 00:47:59 -04:00
2023-03-13 17:27:48 -04:00
2023-02-23 17:35:58 -05:00
2023-03-15 18:45:26 -04:00
2023-03-15 18:45:26 -04:00
2023-04-11 18:03:21 -04:00
2023-01-09 17:02:18 -05:00
2023-03-13 17:27:48 -04:00
2023-03-13 17:27:48 -04:00
2023-01-30 15:37:57 +10:00
2023-03-15 18:45:27 -04:00
2023-03-15 18:45:27 -04:00
2023-03-20 16:44:36 +10:00
2023-03-20 16:44:36 +10:00
2023-03-27 18:20:14 -04:00
2023-04-13 00:13:23 -04:00
2023-04-14 13:47:49 -04:00
2023-04-11 18:03:45 -04:00
2023-02-14 15:47:15 -05:00
2022-12-06 10:17:49 -05:00
2022-12-02 10:04:51 -05:00
2022-12-02 10:04:51 -05:00
2023-04-14 13:47:49 -04:00
2023-01-03 16:49:54 -05:00
2023-03-01 17:18:19 +01:00
2023-01-19 17:24:26 -05:00
2023-01-19 17:24:26 -05:00
2023-01-05 11:43:46 -05:00
2023-01-05 11:43:46 -05:00
2023-01-05 20:34:58 +01:00
2023-04-14 13:47:49 -04:00
2023-02-06 12:10:17 +01:00
2022-12-14 09:48:05 -05:00
2023-03-31 11:18:32 -04:00
2023-02-15 22:24:36 -05:00
2023-04-11 18:03:44 -04:00
2023-04-11 18:03:44 -04:00
2023-03-07 14:21:57 -05:00
2023-03-22 00:48:00 -04:00
2023-03-13 17:27:49 -04:00
2023-03-13 17:27:48 -04:00
2023-02-14 16:04:48 -05:00
2023-03-13 17:27:47 -04:00
2022-11-24 11:05:43 +10:00
2023-03-22 00:48:00 -04:00
2023-03-22 00:47:58 -04:00
2023-04-14 13:47:49 -04:00
2023-03-13 17:27:48 -04:00
2023-02-23 17:35:58 -05:00
2023-03-31 11:18:53 -04:00
2023-03-15 18:45:27 -04:00
2023-04-14 13:47:49 -04:00
2023-03-13 17:27:47 -04:00
2023-01-18 09:25:30 +01:00
2023-01-18 09:25:30 +01:00
2023-01-10 14:32:58 -05:00
2023-01-24 17:36:29 +01:00
2023-01-24 17:36:29 +01:00
2023-01-24 17:36:29 +01:00
2023-01-24 17:36:29 +01:00
2023-02-03 15:37:31 -05:00
2022-12-15 12:19:30 -05:00
2022-12-15 12:19:30 -05:00
2023-01-10 14:32:57 -05:00
2023-01-10 14:32:57 -05:00
2023-01-17 15:01:09 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-13 00:14:33 -04:00
2023-01-17 16:11:50 -05:00
2023-04-14 13:47:49 -04:00
2023-01-03 16:50:03 -05:00
2023-03-31 11:18:43 -04:00
2023-03-31 11:18:43 -04:00
2023-01-03 16:50:03 -05:00
2023-01-03 16:50:03 -05:00
2023-02-09 10:02:53 -05:00
2023-04-13 00:19:42 -04:00
2023-01-10 14:32:57 -05:00
2023-01-10 14:32:57 -05:00
2023-01-10 14:32:57 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-03-13 17:27:48 -04:00
2023-03-22 00:48:00 -04:00
2023-01-25 13:48:16 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-18 16:28:50 -04:00
2023-03-20 16:44:36 +10:00
2023-04-14 13:33:59 -04:00
2023-03-15 18:45:26 -04:00
2023-03-15 18:45:26 -04:00
2023-01-09 17:02:18 -05:00
2023-04-14 13:47:48 -04:00
2023-01-03 16:50:03 -05:00
2023-01-03 16:50:03 -05:00
2023-03-31 11:18:43 -04:00
2023-03-31 11:18:43 -04:00
2023-01-03 16:50:03 -05:00
2023-01-03 16:50:03 -05:00
2023-02-09 10:02:53 -05:00
2023-02-09 10:02:53 -05:00
2023-03-15 18:45:26 -04:00
2023-01-03 16:50:03 -05:00
2023-03-22 00:47:59 -04:00
2022-12-15 12:18:19 -05:00
2022-12-15 12:18:19 -05:00
2022-12-15 12:18:19 -05:00
2022-12-15 12:18:19 -05:00
2023-03-31 11:18:32 -04:00
2023-03-31 11:18:32 -04:00
2023-03-09 22:06:19 -05:00
2023-04-13 00:14:08 -04:00
2023-03-31 11:18:42 -04:00
2023-03-31 11:18:42 -04:00
2023-03-22 00:58:08 -04:00
2023-01-10 14:32:56 -05:00
2023-01-10 14:32:56 -05:00
2023-01-10 14:32:56 -05:00
2023-01-10 14:32:56 -05:00
2023-01-10 14:32:56 -05:00
2023-03-07 14:21:57 -05:00
2023-01-10 14:32:57 -05:00
2023-01-10 14:32:58 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-03-07 14:21:57 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-02-14 15:47:15 -05:00
2023-02-14 15:47:15 -05:00
2023-04-14 13:47:49 -04:00
2022-12-02 10:04:45 -05:00
2023-03-31 11:18:32 -04:00
2023-04-11 18:03:45 -04:00
2023-01-05 11:43:46 -05:00
2023-04-11 18:03:44 -04:00
2023-04-11 18:03:44 -04:00
2023-03-07 15:55:58 -05:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-14 13:47:49 -04:00
2023-04-13 00:14:08 -04:00
2023-03-22 00:58:08 -04:00