summaryrefslogtreecommitdiff
path: root/driver/xf86-video-intel
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-15Remove annoying is lvds, is crt debug stuff. OK jsg@.Martynas Venckus
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-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-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-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-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-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-06-24Link libIntelXvMC.so to pthread-stubs, not pthreads.Matthieu Herrb
Needed by future matthew@ patch.
2012-06-07Don't unload sub-modules in xserver 1.12. Its implementation is broken.Matthieu Herrb
xf86UnloadSubModule() was a no-op in earlier versions.
2012-05-06One more fix for new vgaHW ABI.Matthieu Herrb
2012-05-06Fix for new vgaHW ABI.Matthieu Herrb
2012-03-13Mostly fix rotation in the intel driver.Owain Ainsworth
Since recent(ish) changes we can allocate roatated framebuffers with tiling. This was not taken into account. Fix this for the most part: 1) i830_display_tiled needs to check tiling on rotated buffers too. 2) PipeSetBase needs to not only set offset to 0 for roated shadow buffers, it also needs to 0 DSPTILEOFF x/y too. There seems to be a remaining issue with damage or similar causing some latency on rotated screens, I have not managed to find this yet. Tested by sereral on tech@ ok matthieu a couple of weeks ago (his mail slipped though the cracks, hence late commit).
2012-01-31Explicitely disable DRI on SandyBridge and above chipsets. It doesn'tMatthieu Herrb
work anyways, so prevent X from crashing. ok oga@
2011-12-21Add support for Sandy Bridge. Not perfect yet. Most notably 3D accelerationMark Kettenis
is completely absent, and playing video doesn't work yet. But support for "normal" 2D stuff is pretty solid and it is really nice to be able to use my laptop at the panel's native resolution and be able to suspend and resume the machine. tested by some
2011-12-14regenMatthieu Herrb
2011-11-29Some files (used for generating other stuff) that I missed in the last commit.Owain Ainsworth
Oops.
2011-11-29Update the intel driver to a more recent version based on more recentOwain Ainsworth
upsteam code. Backporting keeping UMS changes by me, some bugfixes from kettenis@. Has been in snapshots for a while, committed on request so we can be sure what people are running. This is a prerequesite for sandybridge support but has those chipsets disabled for now until the correct code has been added.
2011-09-13Let the intel driver build with xserver >= 1.10.Matthieu Herrb
Reminded by shadchin@ ok oga@
2011-02-11Avoid dereferencing a NULL pointer during VT switches when compositeMatthieu Herrb
is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.
2010-08-25remove annoying is lvds / is crt errorf callsMartynas Venckus
ok fgs@ matthieu@ oga@
2010-07-18Update the intel driver to (mostly) a backport of 2.12.Owain Ainsworth
It is missing a few commits that I have yet to verify (ones that try and continue if we lock the gpu rendering engine and can't reset it, for example) taht will be verified and sent out for extra testing soon. Should contain a bunch of speedups and some correctness improvements (though rendercheck still gives some errors that I am looking into). This has been in snaps since the first day of c2k10, any known issues with just this driver have (to my knowledge) been fixed since. A problem with macbooks pointed out by otto happens with both this and the in-tree driver and thus doesn't stop this moving forward. As well as the 2.12 improvements, this driver also has a backport (partially aided by the backports in RHEL 5 kindly provided by Dave Airlie) from the kms code of modesetting support for ironlake (arrandale and clarkdale: the IGDs build into intel nehalem cpu dies) which has been tested on a number of chipsets. Note that Display port and eDP displays have not yet been worked on (and probably won't until I can find a displayport monitor), but VGA and lvds at least are known to work, sure beats vesa. "no objection on my side" matthieu@, prodding (as always) from princess marco.
2010-05-23Pull in the changes in rendering that I skipped when i backportedOwain Ainsworth
changes from later intel versions (after the UMS removal). 95% of this is the xvmc reworks that makes that code even halfway sane. xvmc is now enabled by default on 965+. Tested by many on tech@, thanks! ok matthieu@
2010-05-22Disable Framebuffer Compression on 915GM and 945GM.Owain Ainsworth
While this feature at best can save 05w idle power, it is very flakey. Disabling it fixes (or at the least masks) the problem that some 915 and 945 users were seeing where they ended up with a blank screen (it turns out that no problems fired because everything was still working, just FBC screwed up and never actually scanned out the framebuffer). As some examples for reliability linux with kms has disabled fbc on these chipsets due to some unreliability issues (especially over suspend). and the window driver apparently also does not used it. Tested by kettenis@, Tom Murphy, edd@ and myself. ok matthieu@
2010-05-10*sigh* there is always one (in this case two).Owain Ainsworth
These files were missing from the last commit. (due to shuffling the cvs diff between old driver and new one was 155246 lines, so two files isn't that bad...)
2010-05-10Update the intel driver to 2.9.1 plus backports.Owain Ainsworth
2.9.1 is the last version of the intel DDX that supports UMS (User modesetting), with 2.10 onwards being purely KMS only. As such, this driver contains backports of almost every correctness or performance related fix to the rendering layer in later intel drivers. This driver *REQUIRES* a GEM enabled kernel. it claims to support non-gem mode but this is essentially unmaintained and due to the way the abstraciton works is slow, if it works at all (it often does not). You have been warned. tested by many many people on tech over the last few weeks.
2010-04-13Make it possible to build drivers with the newer proto headers. ok oga@.Matthieu Herrb
2010-04-07Here's a really good idea: when preparing for a vt switch the intelOwain Ainsworth
driver idles the ringbuffer, stops it, unbinds all memory, then hands back off. Now here's the clever bit: just before we call to idle the ringbuffer (which sleeps waiting for an interrupt) let's TURN OFF THE FUCKING INTERRUPT. That's a great idea, really, isn't it? Move the interrupt disable to *after* stop_ring. Theo's T61 VT switches again. everyone elses' intel stuff worked by magic (or shared interrupts) before now. Fixed after discussion with deraadt@, thanks to miod for suggestions.
2009-12-14Fix a segfault in X for a clipped movie window.Owain Ainsworth
ok matthieu@ Original commit message from barry scott to upstream: Author: Barry Scott <barry.scott@onelan.co.uk> Date: Tue Jun 23 14:14:50 2009 +0100 Fix segv for clipped movie window When playing a movie that is clipped on its left and right edges the Xorg server will SEGV sometimes. This is because the intel driver ignores the clipping info when it copies the planes out of the XV data. The check for the optimised copy was wrong to ignore the width required. Which leads to too much data being copied by the memcpy. It the source buffe happens to end exactly on a page boundary the server will SEGV. As we reviewed the code we checked the calculation of src1, src2 and src3. The patch includes additional comments to make it clear what the elements of the calculation are. This bug exists in git head and we also see it in 2.4.1.
2009-09-10backport a bugfix from upstream:Owain Ainsworth
Fix 945GM VT switch in UMS Bug #19578. We should set private intel_crtc state according to current, as fail to do so pipe A needs active won't be taken care of. Also make sure pipe swap operation always set during VT switch. This also fixes the *other* x40 lid problem (which happens when you suspend, then you shut the lid in dont'-suspend-on-lid mode. the reasoning for the PipeA quirk I finally found: On some platforms, the firmware may read & write GPU registers on lid close, suspend/resume time or during various SMM events. If one of the graphics pipes is disabled at that time, the GPU may hang due to the programming dependencies of the various registers. So essentially, without this patch, if you have this quirk and you shut the lid, you're hosed, but y'know drivers in userland are great. So are BIOS writers. requested by deraadt@, who keeps getting this issue when he's on a plane.
2009-08-25Remove compat directories that are not needed here. ok oga@.Matthieu Herrb
2009-08-06Pull in some code from 2.8 and current so that dri2 works correctly withOwain Ainsworth
xserver 1.6.2. When dri2 is not in use, this commit does nothing. ok matthieu@
2009-07-18Since we don't accelerate trapesoid rendering under uxa yet anywayOwain Ainsworth
software rasterise them THEN put them into buffer objects. read-modify-write of graphics memory is expensive. 2.5x speed increase under heavy trap rendering measured. Another upstream backport. ok matthieu@
2009-07-18Don't put glyphs pixmaps into buffer objects under uxa.Owain Ainsworth
in the fastpath they're going straight to the glyph cache anyway and doing so for small glyphs wastes memory since bos must be padded to page size. Backport from upstream (to aid gem development). ok matthieu@
2009-07-18Fallback if we're vt switched and we're using GEM. We're not allowed toOwain Ainsworth
access the hardware in this situation. Backport from upstream CURRENT. ok matthieu@.
2009-07-18Accessing a pixmap in fallback if the prepare_access() callback failedOwain Ainsworth
is verboten So don't do it. Treat it the same as every other prepare access call in uxa. This patch sent upstream. ok matthieu@
2009-06-25update to xf86-video-intel 2.7.1. Tested by many.Matthieu Herrb
2009-01-29Add support to run intel_reg_dumper on OpenBSD.Matthieu Herrb
2009-01-26never define XF86DRI_MM after configure. 2.4.x still had the ttm bitsOwain Ainsworth
which haven't made it into a released libdrm. This prevents collisions with the libdrm version just commited (which wouldn't build otherwise).
2009-01-10Don't map the mmio region via the drm. This was only passed onto theOwain Ainsworth
mesa dri driver, which hasn't needed this for a while. ok matthieu@.
2008-12-01regenMatthieu Herrb
2008-12-01xf86-video-intel 2.4.3. Tested by many.Matthieu Herrb
2008-11-06Set default acceleration method to EXA, like upstreams.Matthieu Herrb
2008-10-12Disable framebuffer compression for now. Problems noticed by oga@Matthieu Herrb
2008-10-12xf86-video-intel 2.4.2. Has been in snapshots for weeks. Ok oga@.Matthieu Herrb