From 6ee320917093ad0f7d68e516d3224d3c04ca13ee Mon Sep 17 00:00:00 2001 From: Shashank Sharma Date: Mon, 28 Nov 2022 13:08:36 +0100 Subject: 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 Signed-off-by: Shashank Sharma --- conf/10-amdgpu.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/10-amdgpu.conf b/conf/10-amdgpu.conf index 338e898..fc5668e 100644 --- a/conf/10-amdgpu.conf +++ b/conf/10-amdgpu.conf @@ -2,4 +2,5 @@ Section "OutputClass" Identifier "AMDgpu" MatchDriver "amdgpu" Driver "amdgpu" -EndSection \ No newline at end of file + Option "HotplugDriver" "amdgpu" +EndSection -- cgit v1.2.3