summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2013-02-14Repair the legacy i810 driver. Problem reported and fixMatthieu Herrb
successfully tested by schwarze@
2013-02-01Several changes to resolve screen corruption sometimes seen with dpmsJonathan 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-22example should conform to constraint on section identifiers.Igor Sobrado
ok matthieu@
2013-01-20Stop the radeon driver from trying to restore text mode on PALM and newerStefan 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-17Only require DRM 1.2. That's the version we claim to support and it the driverMark Kettenis
doesn't actually seem to require any newer interfaces. ok jsg@
2013-01-17Fix previous.Mark Kettenis
2013-01-17Open /dev/drm0 instead of /dev/dri/card0 and add privsep support.Mark Kettenis
ok jsg@
2013-01-17regenMatthieu Herrb
2013-01-17Add BSD Makefile.Matthieu Herrb
2013-01-17Import xf86-video-modesetting 0.6.0.Matthieu Herrb
Requested by jsg@ and kettenis@ for KMS testing.
2013-01-15Remove annoying is lvds, is crt debug stuff. OK jsg@.Martynas Venckus
2013-01-05Update to xf86-video-mach64 6.9.4Matthieu Herrb
2013-01-03Regen 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-19Update 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 i815Matthieu 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-16Update to xf86-video-geode 2.11.14Matthieu Herrb
2012-12-13Recent thinkpads try to set a backlight value one greater than theJonathan 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-08remove white space at end of lineMatthieu Herrb
2012-12-02regenMatthieu Herrb
2012-12-02Fix XAA support. Problem noticed by sthen@Matthieu Herrb
2012-12-02Check 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-28Fix an EXA-related big endian issue, introduced in 6.14.5 with the supportMartin Pieuchot
of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@
2012-11-23Update to xf86-video-mga 1.6.2Matthieu Herrb
2012-11-23Update to xf86-video-r128 6.9.1Matthieu Herrb
2012-11-11regenMatthieu Herrb
2012-11-11Patch the driver a bit more, to be able to build without XAA.Matthieu Herrb
2012-11-11regenMatthieu Herrb
2012-11-11Make it possible to build radeon drivers without XAA.Matthieu Herrb
2012-10-29Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@Stefan Sperling
2012-10-20Make 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-06Add basic support for ivy bridge and fix several cases of registerJonathan 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-17Improve hack to restore text mode on ironlake/sandy bridge.Mark Kettenis
tested by many ok jsg@, deraadt@
2012-09-16Merge upstream build fix for 32bit arches with xserver 1.13.Matthieu Herrb
2012-09-11regenMatthieu Herrb
2012-09-11Cherry-pick upstreams commit to convert the openchrome driver toMatthieu 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-09Upate to xf86-video-dummy 0.3.6Matthieu Herrb
2012-09-09regenMatthieu Herrb
2012-09-09Add compat-api.h. 1st step to get this version of the intel driverMatthieu Herrb
working with xserver 1.13.
2012-09-09regenMatthieu Herrb
2012-09-09Add compat-api.hMatthieu Herrb
2012-09-09Convert radeonold to compat-api.h (compatibility with xserver 1.13)Matthieu Herrb
2012-09-09regenMatthieu Herrb
2012-09-09Bump to xf86-video-wildcatfb 0.0.2Matthieu Herrb
2012-09-09add compat-api.h for compatibility with xserver 1.13Matthieu Herrb
2012-09-09regenMatthieu Herrb
2012-09-09bump to xf86-video-wsudl 0.2.2Matthieu Herrb
2012-09-09Add compat-api.h for compatibility with xserver 1.13Matthieu Herrb
2012-09-09regenMatthieu Herrb
2012-09-09bump to xf86-video-wsfb 0.4.1Matthieu Herrb
2012-09-09Add compat-api.h for compatibility with xserver 1.13Matthieu Herrb