mirror of
https://github.com/X11Libre/xf86-video-qxl.git
synced 2026-03-24 01:24:24 +00:00
Disable surfaces when KMS is used
This is not working properly at the moment.
This commit is contained in:
committed by
Christophe Fergeau
parent
4d7160c496
commit
0daf59bd23
@@ -414,6 +414,8 @@ qxl_create_pixmap (ScreenPtr screen, int w, int h, int depth, unsigned usage)
|
||||
ErrorF ("Create pixmap: %d %d @ %d (usage: %d)\n", w, h, depth, usage);
|
||||
#endif
|
||||
|
||||
if (qxl->kms_enabled)
|
||||
goto fallback;
|
||||
if (uxa_swapped_out (screen))
|
||||
goto fallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user