xf86-video-amdgpu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 17 11:27:08 UTC 2023


 conf/10-amdgpu.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6ee320917093ad0f7d68e516d3224d3c04ca13ee
Author: Shashank Sharma <shashank.sharma at amd.com>
Date:   Mon Nov 28 13:08:36 2022 +0100

    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 at amd.com>
    Signed-off-by: Shashank Sharma <shashank.sharma at amd.com>

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


More information about the xorg-commit mailing list