Commit fed3148b authored by Luc Verhaegen's avatar Luc Verhaegen Committed by Siarhei Siamashka
Browse files

fix up dri driverName to select the lima driver



The binary driver is unaffected by it, only when mesa-dri is fully
installed does it do something.
Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
parent 8ad03c9d
......@@ -1035,7 +1035,7 @@ SunxiMaliDRI2 *SunxiMaliDRI2_Init(ScreenPtr pScreen,
info.version = 3;
info.driverName = "sunxi-mali";
info.driverName = "lima";
info.deviceName = "/dev/dri/card0";
info.fd = drm_fd;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment