]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1
authorHans de Goede <hdegoede@redhat.com>
Thu, 10 Oct 2019 16:28:17 +0000 (18:28 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2019 19:49:07 +0000 (15:49 -0400)
commit70ea6570c2dc239b6b7a259269252b47cb39fb0a
tree546f2125575888a5e0b950b731590f092952a0a8
parent080aae08aa7db0dad6e7f7c19c82e4c1803b78ce
drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1

Bail from the pci_driver probe function instead of from the drm_driver
load function.

This avoid /dev/dri/card0 temporarily getting registered and then
unregistered again, sending unwanted add / remove udev events to
userspace.

Specifically this avoids triggering the (userspace) bug fixed by this
plymouth merge-request:
https://gitlab.freedesktop.org/plymouth/plymouth/merge_requests/59

Note that despite that being a userspace bug, not sending unnecessary
udev events is a good idea in general.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1490490
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c