mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
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>
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
Section "OutputClass"
|
|
Identifier "AMDgpu"
|
|
MatchDriver "amdgpu"
|
|
Driver "amdgpu"
|
|
Option "HotplugDriver" "amdgpu"
|
|
EndSection
|