mirror of
https://github.com/X11Libre/xf86-video-freedreno.git
synced 2026-03-24 01:24:51 +00:00
This enables the xserver to associate the drm driver name "msm" to the xf86-video-freedreno driver. Signed-off-by: Rob Clark <robdclark@gmail.com>
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
Section "OutputClass"
|
|
Identifier "Video driver for Qualcomm processors"
|
|
MatchDriver "msm"
|
|
Driver "freedreno"
|
|
EndSection
|