summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShashank Sharma <shashank.sharma@amd.com>2022-11-28 13:08:36 +0100
committerShashank Sharma <shashank.sharma@amd.com>2022-12-05 16:52:52 +0100
commit6ee320917093ad0f7d68e516d3224d3c04ca13ee (patch)
treef9f4b2ff4d67ae420ce426a42df9f501be0af844
parent2ec854d48e0e44fc60c3955663f700cbefea3553 (diff)
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>
-rw-r--r--conf/10-amdgpu.conf3
1 files changed, 2 insertions, 1 deletions
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