Yintian Tao
7c868b592d
drm/amdgpu: not remove sysfs if not create sysfs
When load amdgpu failed before create pm_sysfs and ucode_sysfs,
the pm_sysfs and ucode_sysfs should not be removed.
Otherwise, there will be warning call trace just like below.
[ 24.836386] [drm] VCE initialized successfully.
[ 24.841352] amdgpu 0000:00:07.0: amdgpu_device_ip_init failed
[ 25.370383] amdgpu 0000:00:07.0: Fatal error during GPU init
[ 25.889575] [drm] amdgpu: finishing device.
[ 26.069128] amdgpu 0000:00:07.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
[ 26.070110] [drm:gfx_v9_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed
[ 26.200309] [TTM] Finalizing pool allocator
[ 26.200314] [TTM] Finalizing DMA pool allocator
[ 26.200349] [TTM] Zone kernel: Used memory at exit: 0 KiB
[ 26.200351] [TTM] Zone dma32: Used memory at exit: 0 KiB
[ 26.200353] [drm] amdgpu: ttm finalized
[ 26.205329] ------------[ cut here ]------------
[ 26.205330] sysfs group 'fw_version' not found for kobject '0000:00:07.0'
[ 26.205347] WARNING: CPU: 0 PID: 1228 at fs/sysfs/group.c:256 sysfs_remove_group+0x80/0x90
[ 26.205348] Modules linked in: amdgpu(OE+) gpu_sched(OE) ttm(OE) drm_kms_helper(OE) drm(OE) i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache binfmt_misc snd_hda_codec_generic ledtrig_audio crct10dif_pclmul snd_hda_intel crc32_pclmul snd_hda_codec ghash_clmulni_intel snd_hda_core snd_hwdep snd_pcm snd_timer input_leds snd joydev soundcore serio_raw pcspkr evbug aesni_intel aes_x86_64 crypto_simd cryptd mac_hid glue_helper sunrpc ip_tables x_tables autofs4 8139too psmouse 8139cp mii i2c_piix4 pata_acpi floppy
[ 26.205369] CPU: 0 PID: 1228 Comm: modprobe Tainted: G OE 5.2.0-rc1 #1
[ 26.205370] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Ubuntu-1.8.2-1ubuntu1 04/01/2014
[ 26.205372] RIP: 0010:sysfs_remove_group+0x80/0x90
[ 26.205374] Code: e8 35 b9 ff ff 5b 41 5c 41 5d 5d c3 48 89 df e8 f6 b5 ff ff eb c6 49 8b 55 00 49 8b 34 24 48 c7 c7 48 7a 70 98 e8 60 63 d3 ff <0f> 0b eb d7 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55
[ 26.205375] RSP: 0018:ffffbee242b0b908 EFLAGS: 00010282
[ 26.205376] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000006
[ 26.205377] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff97ad6f817380
[ 26.205377] RBP: ffffbee242b0b920 R08: ffffffff98f520c4 R09: 00000000000002b3
[ 26.205378] R10: ffffbee242b0b8f8 R11: 00000000000002b3 R12: ffffffffc0e58240
[ 26.205379] R13: ffff97ad6d1fe0b0 R14: ffff97ad4db954c8 R15: ffff97ad4db7fff0
[ 26.205380] FS: 00007ff3d8a1c4c0(0000) GS:ffff97ad6f800000(0000) knlGS:0000000000000000
[ 26.205381] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 26.205381] CR2: 00007f9b2ef1df04 CR3: 000000042aab8001 CR4: 00000000003606f0
[ 26.205384] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 26.205385] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 26.205385] Call Trace:
[ 26.205461] amdgpu_ucode_sysfs_fini+0x18/0x20 [amdgpu]
[ 26.205518] amdgpu_device_fini+0x3b4/0x560 [amdgpu]
[ 26.205573] amdgpu_driver_unload_kms+0x4f/0xa0 [amdgpu]
[ 26.205623] amdgpu_driver_load_kms+0xcd/0x250 [amdgpu]
[ 26.205637] drm_dev_register+0x12b/0x1c0 [drm]
[ 26.205695] amdgpu_pci_probe+0x12a/0x1e0 [amdgpu]
[ 26.205699] local_pci_probe+0x47/0xa0
[ 26.205701] pci_device_probe+0x106/0x1b0
[ 26.205704] really_probe+0x21a/0x3f0
[ 26.205706] driver_probe_device+0x11c/0x140
[ 26.205707] device_driver_attach+0x58/0x60
[ 26.205709] __driver_attach+0xc3/0x140
Signed-off-by: Yintian Tao <yttao@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-12-02 17:39:05 -05:00
..
2019-10-03 09:11:05 -05:00
2016-10-25 14:38:45 -04:00
2019-06-10 23:02:48 +02:00
2019-06-10 23:02:48 +02:00
2019-10-30 11:06:51 -04:00
2019-01-14 15:04:29 -05:00
2019-10-03 09:11:05 -05:00
2019-10-03 09:11:05 -05:00
2019-10-30 11:06:51 -04:00
2019-10-03 09:11:04 -05:00
2019-10-30 11:06:51 -04:00
2019-11-26 14:51:03 -05:00
2019-10-30 11:06:51 -04:00
2019-10-03 09:11:05 -05:00
2019-11-13 15:29:44 -05:00
2017-12-18 10:58:35 -05:00
2019-10-17 16:31:31 -04:00
2019-10-17 16:31:31 -04:00
2019-10-15 15:51:39 -04:00
2019-11-06 16:27:48 -05:00
2019-06-10 23:02:48 +02:00
2019-10-15 15:50:07 -04:00
2019-05-24 12:21:02 -05:00
2019-06-10 23:02:48 +02:00
2019-10-26 05:56:57 +10:00
2019-11-04 09:28:51 +10:00
2019-10-25 11:40:50 +02:00
2018-11-05 14:21:50 -05:00
2019-11-19 10:12:49 -05:00
2019-08-23 11:30:32 -05:00
2019-11-07 18:08:07 -05:00
2019-06-21 18:58:21 -05:00
2019-12-02 17:39:05 -05:00
2019-10-17 16:31:13 -04:00
2019-10-17 16:31:06 -04:00
2019-11-19 10:12:54 -05:00
2019-07-30 23:48:32 -05:00
2019-11-04 09:28:51 +10:00
2019-10-28 16:59:43 +01:00
2019-07-18 14:18:05 -05:00
2019-10-25 16:50:09 -04:00
2019-10-25 16:50:09 -04:00
2019-11-26 14:51:03 -05:00
2019-10-03 09:11:05 -05:00
2019-07-30 23:48:32 -05:00
2019-10-03 09:11:01 -05:00
2019-11-13 15:29:44 -05:00
2018-11-05 14:21:16 -05:00
2019-08-12 12:47:47 -05:00
2019-11-04 09:28:51 +10:00
2019-09-16 09:59:21 -05:00
2019-11-22 14:22:56 -05:00
2019-11-19 10:12:49 -05:00
2019-10-03 09:11:03 -05:00
2019-11-22 14:27:11 -05:00
2019-06-10 23:02:48 +02:00
2019-06-10 23:02:48 +02:00
2016-09-27 13:00:52 -04:00
2019-09-17 14:38:35 -05:00
2019-09-16 10:42:55 -05:00
2019-08-13 09:09:30 +02:00
2019-11-19 10:12:54 -05:00
2019-03-19 15:36:58 -05:00
2019-06-10 23:02:48 +02:00
2019-11-19 12:09:23 -05:00
2019-02-13 17:47:11 -05:00
2019-10-25 16:50:11 -04:00
2019-09-13 17:41:05 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 16:42:54 -05:00
2019-06-21 18:59:28 -05:00
2019-10-03 09:11:02 -05:00
2019-10-03 09:11:02 -05:00
2019-10-26 05:56:57 +10:00
2019-07-08 13:55:00 -05:00
2019-05-24 12:25:56 -05:00
2019-10-03 09:11:02 -05:00
2019-10-15 15:49:14 -04:00
2019-10-30 06:11:47 +10:00
2019-09-17 08:06:54 -05:00
2019-06-10 23:02:48 +02:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-06-20 11:36:22 -05:00
2019-06-20 11:36:22 -05:00
2019-12-02 17:38:43 -05:00
2019-11-19 12:09:13 -05:00
2019-11-25 11:20:10 -05:00
2019-11-25 11:20:10 -05:00
2019-11-19 09:47:30 -05:00
2019-10-03 09:11:01 -05:00
2019-06-25 08:42:25 -05:00
2019-07-18 14:18:05 -05:00
2019-12-02 17:38:27 -05:00
2019-06-20 21:46:49 -05:00
2019-06-10 23:02:48 +02:00
2019-06-10 22:59:53 +02:00
2019-06-10 23:00:08 +02:00
2019-10-03 09:11:02 -05:00
2019-10-03 09:11:02 -05:00
2019-06-21 18:59:34 -05:00
2019-08-13 09:09:30 +02:00
2019-08-13 09:09:30 +02:00
2019-11-06 16:27:48 -05:00
2019-06-10 23:02:48 +02:00
2019-11-22 14:27:11 -05:00
2019-11-06 16:27:47 -05:00
2019-08-21 16:44:41 +10:00
2019-11-13 15:29:42 -05:00
2019-11-13 15:29:42 -05:00
2019-10-03 09:11:03 -05:00
2019-10-03 09:11:02 -05:00
2019-11-11 17:38:13 -05:00
2018-11-26 15:47:34 -05:00
2019-11-11 17:38:13 -05:00
2019-10-25 16:15:00 -04:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2017-10-20 13:28:44 -04:00
2017-09-28 16:03:20 -04:00
2019-08-02 10:17:21 -05:00
2019-08-02 10:17:21 -05:00
2019-09-16 15:30:32 -05:00
2019-09-16 15:30:32 -05:00
2019-11-22 14:20:23 -05:00
2019-11-22 14:20:07 -05:00
2019-10-07 15:11:07 -05:00
2019-11-07 18:08:07 -05:00
2019-10-03 09:11:02 -05:00
2019-12-02 17:39:05 -05:00
2019-10-03 09:11:05 -05:00
2019-08-12 12:47:48 -05:00
2019-08-12 12:47:48 -05:00
2019-08-12 12:47:47 -05:00
2019-06-20 21:35:29 -05:00
2019-01-14 10:58:37 +01:00
2019-06-10 23:00:01 +02:00
2019-06-10 23:04:34 +02:00
2016-05-04 20:23:53 -04:00
2019-11-13 15:29:44 -05:00
2019-06-10 23:04:34 +02:00
2018-03-14 15:39:51 -05:00
2019-11-13 15:29:44 -05:00
2016-07-14 16:39:35 -04:00
2019-01-25 16:15:36 -05:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-11-26 14:51:03 -05:00
2019-10-15 15:55:32 -04:00
2017-11-27 18:29:47 -05:00
2017-12-13 17:28:08 -05:00
2019-06-20 21:16:37 -05:00
2017-01-27 12:20:41 -05:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-10-03 09:11:05 -05:00
2016-10-25 14:38:45 -04:00
2019-10-03 09:11:05 -05:00
2016-10-25 14:38:45 -04:00
2019-10-03 09:11:05 -05:00
2016-10-25 14:38:45 -04:00
2019-10-03 09:11:05 -05:00
2016-10-25 14:38:45 -04:00
2019-10-03 16:38:50 +02:00
2016-10-25 14:38:45 -04:00
2019-09-13 17:42:15 -05:00
2018-04-11 13:07:54 -05:00
2019-09-13 17:42:15 -05:00
2019-06-20 11:35:45 -05:00
2018-02-19 14:19:49 -05:00
2019-11-13 15:29:46 -05:00
2016-10-25 14:38:45 -04:00
2019-12-02 17:38:27 -05:00
2017-05-31 16:48:48 -04:00
2019-12-02 17:38:27 -05:00
2017-05-31 16:48:48 -04:00
2019-12-02 17:38:27 -05:00
2017-08-15 14:46:13 -04:00
2019-12-02 17:38:56 -05:00
2019-06-21 18:59:23 -05:00
2019-11-22 14:27:11 -05:00
2018-11-05 14:21:24 -05:00
2018-09-10 22:47:34 -05:00
2018-09-10 22:46:22 -05:00
2019-11-22 14:27:11 -05:00
2019-10-03 09:11:04 -05:00
2019-09-16 09:59:29 -05:00
2016-10-25 14:38:45 -04:00
2019-09-16 09:59:29 -05:00
2016-10-25 14:38:45 -04:00
2019-09-16 09:59:29 -05:00
2016-10-25 14:38:45 -04:00
2019-11-22 14:27:11 -05:00
2019-07-18 14:18:04 -05:00
2019-12-02 17:38:03 -05:00
2019-06-20 21:35:29 -05:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-11-26 14:51:04 -05:00
2019-11-19 10:12:49 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-08-07 14:58:06 -03:00
2019-06-10 23:04:34 +02:00
2019-06-10 23:04:34 +02:00
2019-11-19 10:12:50 -05:00
2019-06-25 08:42:25 -05:00
2019-07-08 13:56:02 -05:00
2019-11-22 14:27:11 -05:00
2019-08-12 12:47:48 -05:00
2019-11-22 14:27:11 -05:00
2019-10-03 09:11:05 -05:00
2019-11-25 11:19:55 -05:00
2019-11-22 14:27:11 -05:00
2017-04-28 17:32:57 -04:00
2019-08-02 10:17:21 -05:00
2019-05-06 09:36:48 -05:00
2019-09-16 10:09:52 -05:00
2019-09-16 10:09:52 -05:00
2019-04-19 11:33:27 -05:00
2017-09-26 15:14:12 -04:00
2019-09-13 17:11:03 -05:00
2019-06-20 21:35:30 -05:00
2019-10-03 09:11:05 -05:00
2019-06-20 21:16:38 -05:00
2019-10-03 09:11:05 -05:00
2019-10-03 09:11:05 -05:00
2019-10-03 09:11:05 -05:00
2019-09-13 17:11:03 -05:00
2019-09-13 17:11:03 -05:00
2019-09-13 17:11:03 -05:00
2019-09-13 17:11:03 -05:00
2019-09-13 17:11:03 -05:00
2019-10-15 15:49:14 -04:00
2019-09-13 17:11:03 -05:00
2019-11-19 16:42:51 -05:00
2019-08-02 10:30:39 -05:00
2019-06-20 21:16:38 -05:00
2018-06-15 12:20:42 -05:00
2016-07-15 12:33:31 -04:00
2019-08-02 10:30:39 -05:00
2019-11-22 14:27:11 -05:00
2018-02-19 14:18:31 -05:00
2019-11-19 12:09:13 -05:00
2018-02-19 14:18:31 -05:00
2019-11-19 12:09:13 -05:00
2018-08-27 11:10:34 -05:00
2019-11-19 12:09:13 -05:00
2019-08-12 12:47:50 -05:00
2016-08-31 15:21:09 -04:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-10-25 16:50:10 -04:00
2017-03-29 23:54:45 -04:00
2019-11-06 16:27:48 -05:00
2019-06-21 18:58:21 -05:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-06-10 23:04:34 +02:00
2018-03-15 09:57:50 -05:00
2018-08-27 11:10:19 -05:00
2019-11-19 10:12:54 -05:00
2016-10-25 14:38:45 -04:00
2019-06-10 23:04:34 +02:00
2019-11-19 16:42:47 -05:00
2018-02-19 14:18:08 -05:00
2018-08-27 11:10:19 -05:00
2016-09-28 16:13:17 -04:00
2019-09-17 14:25:01 -05:00
2019-08-27 09:17:35 -05:00
2019-11-26 09:48:57 -05:00
2019-11-26 14:51:03 -05:00
2019-11-22 14:27:11 -05:00
2018-06-15 12:20:34 -05:00
2019-06-11 11:51:28 -05:00
2018-11-06 14:02:41 -05:00
2019-06-10 23:04:34 +02:00
2016-10-25 14:38:45 -04:00
2019-10-03 09:11:01 -05:00
2019-10-03 09:11:01 -05:00
2019-10-03 09:10:59 -05:00
2019-08-02 10:30:38 -05:00
2019-06-14 11:44:24 +02:00
2016-10-25 14:38:45 -04:00
2019-06-14 11:44:24 +02:00
2016-10-25 14:38:45 -04:00
2019-10-17 16:30:52 -04:00
2016-10-25 14:38:45 -04:00
2019-10-17 16:30:55 -04:00
2017-03-29 23:54:47 -04:00
2019-06-14 11:44:24 +02:00
2016-10-25 14:38:45 -04:00
2019-06-14 11:44:24 +02:00
2016-10-25 14:38:45 -04:00
2019-07-18 14:18:01 -05:00
2017-03-29 23:54:47 -04:00
2019-11-19 10:12:49 -05:00
2017-05-24 17:41:27 -04:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:50 -05:00
2019-11-19 10:12:51 -05:00
2019-07-18 14:18:05 -05:00
2019-10-03 09:11:04 -05:00
2017-03-29 23:54:46 -04:00
2019-10-03 09:11:05 -05:00
2017-03-29 23:54:30 -04:00
2019-10-03 09:11:05 -05:00
2019-11-26 14:51:03 -05:00
2019-10-15 15:55:32 -04:00
2017-11-01 19:22:00 -04:00