diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-31 21:32:19 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-31 21:46:09 +0000 |
commit | 6d2754b1902e8bce37818c854fb890400b27343e (patch) | |
tree | 417a752e43af23bd273f38287b78985b33165605 /src/sna/sna_video_textured.c | |
parent | dac01d0839123e87ebc04fb2dc046d321805c6db (diff) |
Unify Option "DRI" parsing
Allow Option "DRI" "[23]" to also work with UXA.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video_textured.c')
-rw-r--r-- | src/sna/sna_video_textured.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c index ea423b57..cea88870 100644 --- a/src/sna/sna_video_textured.c +++ b/src/sna/sna_video_textured.c @@ -319,7 +319,7 @@ void sna_video_textured_setup(struct sna *sna, ScreenPtr screen) if (!sna->render.video) { xf86DrvMsg(sna->scrn->scrnIndex, X_INFO, - "Textured video not supported on this hardware\n"); + "Textured video not supported on this hardware or backend\n"); return; } |