Skip to content

Commit

Permalink
fix up dri driverName to select the lima driver
Browse files Browse the repository at this point in the history
The binary driver is unaffected by it, only when mesa-dri is fully
installed does it do something.

Signed-off-by: Luc Verhaegen <libv@skynet.be>
  • Loading branch information
libv authored and ssvb committed Oct 19, 2013
1 parent 8ad03c9 commit fed3148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunxi_mali_ump_dri2.c
Expand Up @@ -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;

Expand Down

0 comments on commit fed3148

Please sign in to comment.