- 28 Aug, 2018 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 15 Feb, 2018 5 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Ian Lepore authored
Move xf86CollectOptions before the DDC code so it can actually hear us when we ask to disable DDC. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46541Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
A VbeInfoBlock has substructure, just freeing the object will leak. Unfortunately VBEFreeVBEInfo does not check for NULL first so we have to. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=25029Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
I ported vesa to use the VBE service back in: commit 55f585a1 Author: Adam Jackson <ajax@redhat.com> Date: Fri Sep 18 17:02:16 2009 -0400 Use VBE palette load, not VGA banging. I'm reasonably sure that worked on all the hardware I had handy at the time. But it doesn't work in seabios, which means 8bpp is broken under qemu. We query this API early in initialization, and if it fails ->savedPal will be NULL, so use that as the hint to fall back to VGA banging. Signed-off-by:
Adam Jackson <ajax@redhat.com> Reviewed-by:
Dave Airlie <airlied@redhat.com>
-
Adam Jackson authored
If we have pciaccess and not ISA support VESAProbe is effectively return FALSE, and the server will issue a potentially confusing fallback message if VESAPciProbe failed and ->Probe is non-NULL. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 26 Jan, 2017 3 commits
-
-
Mihail Konev authored
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
Emil Velikov authored
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Syncs the invocation of configure with the one from the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Emil Velikov <emil.velikov@collabora.com>
-
- 02 May, 2016 1 commit
-
-
Stefan Dirsch authored
This seems to be a feature that isn't tested well. Too many VBE 3.0 BIOSes are incorrectly implemented. Reviewed-by:
Adam Jackson <ajax@redhat.com> Signed-off-by:
Stefan Dirsch <sndirsch@suse.de>
-
- 27 Jul, 2015 1 commit
-
-
Matthew Green authored
Just in case it ends up zero and causes a segmentation fault. Signed-off-by:
Thomas Klausner <wiz@NetBSD.org>
-
- 16 Jun, 2015 2 commits
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 11 Jun, 2015 1 commit
-
-
Adam Jackson authored
vbe grew PanelID support in xserver 1.4; since we now require 1.6 we can remove the test. Which is good, because it appears to have been broken by the scrnIndex->pScrn conversion, as vbe.h doesn't include xf86str.h so ScrnInfoPtr was never defined and the test failed. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 30 Jan, 2014 1 commit
-
-
Alan Coopersmith authored
Needed for Xorg to define/export xf86GTFMode(), introduced in xorg-server release 1.6.0 / commit ca5625b911e65fdfd4. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 09 Sep, 2013 1 commit
-
-
Julien Cristau authored
Signed-off-by:
Julien Cristau <jcristau@debian.org>
-
- 14 Aug, 2013 1 commit
-
-
Egbert Eich authored
When there's no need to know whether the user has set the value of a configurable option (for logging for instance) the return of xf86ReturnOptValBool() can be assigned directly. Signed-off-by:
Egbert Eich <eich@freedesktop.org> Reviewed-by:
Chris Wilson <chris@chris-wilson.co.uk>
-
- 16 Jan, 2013 2 commits
-
-
Colin Walters authored
http://people.gnome.org/~walters/docs/build-api.txtSigned-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 25 Sep, 2012 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 23 Aug, 2012 2 commits
-
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 18 Jul, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 01 Jun, 2012 1 commit
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 23 May, 2012 3 commits
-
-
Dave Airlie authored
Add missing compat-api header Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Generated by util/modular/x-driver-screen-scrn-conv.sh Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- 22 Mar, 2012 1 commit
-
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 19 Oct, 2011 5 commits
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
ABI Version 12 removes support for multiple PCI domains. If you need to use this driver on a system with more than one PCI domain, you should either port this driver to using libpciaccess directly or stick with an older server. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
Jeremy Huddleston Sequoia authored
ABI Version 12 removes support for multiple PCI domains. If you need to use this driver on a system with more than one PCI domain, you should either port this driver to using libpciaccess directly or stick with an older server. Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 14 Feb, 2011 2 commits
-
-
Adam Jackson authored
Reviewed-by:
Julien Cristau <jcristau@debian.org> Reviewed-by:
Matt Turner <mattst88@gmail.com> Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
Adam Jackson authored
Reviewed-by:
Julien Cristau <jcristau@debian.org> Reviewed-by:
Matt Turner <mattst88@gmail.com> Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 08 Dec, 2010 1 commit
-
-
Adam Jackson authored
Ported from the equivalent check in nv. Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 24 Oct, 2010 1 commit
-
-
Trevor Woerner authored
Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-
- 07 Oct, 2010 1 commit
-
-
Jesse Adkins authored
Signed-off-by:
Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Jul, 2010 1 commit
-
-
Gaetan Nadon authored
-
- 21 Jul, 2010 1 commit
-
-
Gaetan Nadon authored
Signed-off-by:
Gaetan Nadon <memsize@videotron.ca>
-