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>
This commit is contained in:
Shashank Sharma
2022-11-28 13:08:36 +01:00
parent 2ec854d48e
commit 6ee3209170

View File

@@ -2,4 +2,5 @@ Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amdgpu"
EndSection
Option "HotplugDriver" "amdgpu"
EndSection