Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-21 | i915 fence object driver implementing 2 fence object types: | Thomas Hellstrom | |
0x00 EXE fence. Signals when command stream interpreter has reached the point where the fence was emitted. 0x01 FLUSH fence. Signals when command stream interpreter has reached the point where the fence was emitted, and all previous drawing operations have been completed and flushed. Implements busy wait (for fastest response time / high CPU) and lazy wait (User interrupt or timer driven). | |||
2006-08-10 | i965 code and Linux coding style < 0 | Dave Airlie | |
smack my whitespace up. | |||
2006-08-08 | Add support for Intel i965G chipsets. | Alan Hourihane | |
This is a patch prepared by Guangdeng Liao based off of Tungsten Graphics's final code drop. | |||
2006-06-22 | Remove spurious debug messages from i915 vblank config paths | Keith Packard | |
2006-06-21 | i915: Save vblank pipe configuration to restore on resume | Keith Packard | |
2006-06-19 | Add i915 ioctls to configure pipes for vblank interrupt. | Keith Packard | |
i915 vblanks can be generated from either pipe a or b, however a disabled pipe generates no interrupts. This change allows the X server to select which pipe generates vblank interrupts. | |||
2006-03-25 | radeon fix up the PCI ids for new memory map like the kernel one.. not | Dave Airlie | |
perfect but should be very safe... align some other kernel bits i810 align with kernel | |||
2006-02-18 | clear i915 interrupts sources on server exit | Dave Airlie | |
2006-02-09 | Update the hardware breadcrumb in the sarea on irq reception so that | Keith Whitwell | |
clients can avoid an ioctl waiting on fences that have already been received. Would be even better if the hardware did the update itself. | |||
2005-12-28 | Add vblank support to i915 DRM.. | Dave Airlie | |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt | |
that particular file. Its contents have changed a good bit since the original sis code, and the original sis code didn't care much about attribution since it routinely disclaims Precision Insight/VA Linux from responsibility. Also, adjust formatting around license headers (have a comment open immediately before the "Copyright" line, not as a runon of any previous comments) for automatic processing into FreeBSD, where /*- is used to signal the beginning of license headers for automatic compilation of license lists. | |||
2005-07-27 | Correct a couple of descriptions of files in comments (were just | Eric Anholt | |
copy'n'pasted). Submitted by: jkim | |||
2005-06-06 | Fix copyrights | Alan Hourihane | |
2005-02-01 | make functions static in i915, remove unused functions | Dave Airlie | |
2004-11-11 | patch from bug 1803 - will try and push to kernel soon | Dave Airlie | |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | |
weren't Lindent's because their comments didn't convert very well. A bunch of other minor clean up with no code implact included. | |||
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-08-27 | run i915 through lindent | Dave Airlie | |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie | |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | |
2004-06-10 | i915.o drm driver | Keith Whitwell | |