diff options
author | Shashank Sharma <shashank.sharma@amd.com> | 2022-11-28 13:08:36 +0100 |
---|---|---|
committer | Shashank Sharma <shashank.sharma@amd.com> | 2022-12-05 16:52:52 +0100 |
commit | 6ee320917093ad0f7d68e516d3224d3c04ca13ee (patch) | |
tree | f9f4b2ff4d67ae420ce426a42df9f501be0af844 /conf/10-amdgpu.conf | |
parent | 2ec854d48e0e44fc60c3955663f700cbefea3553 (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>
Diffstat (limited to 'conf/10-amdgpu.conf')
-rw-r--r-- | conf/10-amdgpu.conf | 3 |
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 |