Files
xf86-video-amdgpu/conf/10-amdgpu.conf
Shashank Sharma 6ee3209170 config: Add hotplug driver name
This patch adds the PCI-hotplug handler driver name in the
DDX config file with respect to Xorg commit:82bf391c

Cc: Alexander Deucher <alexander.deucher@amd.com>
Signed-off-by: Shashank Sharma <shashank.sharma@amd.com>
2022-12-05 16:52:52 +01:00

7 lines
126 B
Plaintext

Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "HotplugDriver" "amdgpu"
EndSection