Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | Repair the legacy i810 driver. Problem reported and fix | Matthieu Herrb | |
successfully tested by schwarze@ | |||
2013-02-01 | Several changes to resolve screen corruption sometimes seen with dpms | Jonathan Gray | |
on ivy bridge, mostly based on upstream drm code: - remove a workaround which was in itself causing issues - switch the order of disabling fdi rx & tx - disable DPLL_SEL when disabling the crtc - add a few extra delays Most of this concerns the gen5+ crtc disable function, and thanks to a bunch of testers this is known to still work fine on gen 5/6/7. ok kettenis@ matthieu@ | |||
2013-01-22 | example should conform to constraint on section identifiers. | Igor Sobrado | |
ok matthieu@ | |||
2013-01-20 | Stop the radeon driver from trying to restore text mode on PALM and newer | Stefan Sperling | |
chip generations. The driver is currently unable to restore text mode on these chips, and attempting to restore text mode anyway results in the display not being restored properly when switching back to X. The only way of restoring the display after restarting X was to reboot the machine. ok mpi@ | |||
2013-01-17 | Only require DRM 1.2. That's the version we claim to support and it the driver | Mark Kettenis | |
doesn't actually seem to require any newer interfaces. ok jsg@ | |||
2013-01-17 | Fix previous. | Mark Kettenis | |
2013-01-17 | Open /dev/drm0 instead of /dev/dri/card0 and add privsep support. | Mark Kettenis | |
ok jsg@ | |||
2013-01-17 | regen | Matthieu Herrb | |
2013-01-17 | Add BSD Makefile. | Matthieu Herrb | |
2013-01-17 | Import xf86-video-modesetting 0.6.0. | Matthieu Herrb | |
Requested by jsg@ and kettenis@ for KMS testing. | |||
2013-01-15 | Remove annoying is lvds, is crt debug stuff. OK jsg@. | Martynas Venckus | |
2013-01-05 | Update to xf86-video-mach64 6.9.4 | Matthieu Herrb | |
2013-01-03 | Regen autotools files once more. | Matthieu Herrb | |
Apparently previous version was generated with some of my local changes to use /usr/bin/libtool. This is causiing problems with the XvMC libs shared libraries versions. | |||
2012-12-19 | Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901) | Matthieu Herrb | |
2012-12-19 | - sync the "legacy" i810 driver, used only on true i810 and i815 | Matthieu Herrb | |
chipsets to the one in recent intel driver from X.Org. - remove one of the output probe method in i830PreInit(). This method is calling functions that are normally forbidden in PreInit(). With xserver 1.13 this causes a fatal error at run time. Tested by bluhm@, nick@ and shadchin@ back in september. | |||
2012-12-16 | Update to xf86-video-geode 2.11.14 | Matthieu Herrb | |
2012-12-13 | Recent thinkpads try to set a backlight value one greater than the | Jonathan Gray | |
maximum causing backlight control to be disabled. Limit the backlight values to the maximum so xbacklight will work. Backlight control via the brightness buttons won't yet work as that likely requires opregion/acpi bits. Tested by jcs@ jasper@ phessler@ naddy@ and Amarendra Godbole ok phessler@ kettenis@ | |||
2012-12-08 | remove white space at end of line | Matthieu Herrb | |
2012-12-02 | regen | Matthieu Herrb | |
2012-12-02 | Fix XAA support. Problem noticed by sthen@ | Matthieu Herrb | |
2012-12-02 | Check return value of I830MapMMIO(). | Matthieu Herrb | |
Allows the server to fail with a useful error message instead of segfaulting later, like reported by Alexei Malinin on misc@. | |||
2012-11-28 | Fix an EXA-related big endian issue, introduced in 6.14.5 with the support | Martin Pieuchot | |
of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@ | |||
2012-11-23 | Update to xf86-video-mga 1.6.2 | Matthieu Herrb | |
2012-11-23 | Update to xf86-video-r128 6.9.1 | Matthieu Herrb | |
2012-11-11 | regen | Matthieu Herrb | |
2012-11-11 | Patch the driver a bit more, to be able to build without XAA. | Matthieu Herrb | |
2012-11-11 | regen | Matthieu Herrb | |
2012-11-11 | Make it possible to build radeon drivers without XAA. | Matthieu Herrb | |
2012-10-29 | Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@ | Stefan Sperling | |
2012-10-20 | Make the hdmi modesetting code handle multiple display pipes. | Jonathan Gray | |
Problem noticed by by rivo nurges and blambert@ after ivy bridge support enabled multiple pipes for pch devices. Fix based on what the upstream drm code does and tested by rivo nurges, blambert@ and sthen@ ok kettenis@ | |||
2012-10-06 | Add basic support for ivy bridge and fix several cases of register | Jonathan Gray | |
access not being adjusted for the pch split, one of which prevented multiple display pipes from working. The third pipe on ivy bridge remains disabled for now. ok kettenis@ thanks to everyone who tested | |||
2012-09-17 | Improve hack to restore text mode on ironlake/sandy bridge. | Mark Kettenis | |
tested by many ok jsg@, deraadt@ | |||
2012-09-16 | Merge upstream build fix for 32bit arches with xserver 1.13. | Matthieu Herrb | |
2012-09-11 | regen | Matthieu Herrb | |
2012-09-11 | Cherry-pick upstreams commit to convert the openchrome driver to | Matthieu Herrb | |
compat-api.h for compatibility with xserver 1.13. Unfortunaltly recent versions of the driver are broken in the !dri !kms case, so it cannot be upgraded.OA | |||
2012-09-09 | Upate to xf86-video-dummy 0.3.6 | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | Add compat-api.h. 1st step to get this version of the intel driver | Matthieu Herrb | |
working with xserver 1.13. | |||
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | Add compat-api.h | Matthieu Herrb | |
2012-09-09 | Convert radeonold to compat-api.h (compatibility with xserver 1.13) | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | Bump to xf86-video-wildcatfb 0.0.2 | Matthieu Herrb | |
2012-09-09 | add compat-api.h for compatibility with xserver 1.13 | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | bump to xf86-video-wsudl 0.2.2 | Matthieu Herrb | |
2012-09-09 | Add compat-api.h for compatibility with xserver 1.13 | Matthieu Herrb | |
2012-09-09 | regen | Matthieu Herrb | |
2012-09-09 | bump to xf86-video-wsfb 0.4.1 | Matthieu Herrb | |
2012-09-09 | Add compat-api.h for compatibility with xserver 1.13 | Matthieu Herrb | |