Files
xf86-video-freedreno/conf/42-freedreno.conf
Rob Clark 0624ed0a86 add OutputClass conf
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>
2014-07-14 13:52:33 -04:00

6 lines
123 B
Plaintext

Section "OutputClass"
Identifier "Video driver for Qualcomm processors"
MatchDriver "msm"
Driver "freedreno"
EndSection