summaryrefslogtreecommitdiff
path: root/shared-core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | i915: Only wait for pending flips before asynchronous flips again.i915-pageflipMichel Dänzer2007-03-101-2/+3
| * | | | | | i915: Do not wait for pending flips on both pipes at the same time.Michel Dänzer2007-03-091-18/+2
| * | | | | | i915: Eliminate dev_priv->current_page.Michel Dänzer2007-02-283-19/+17
| * | | | | | i915: Only clean up page flipping when the last client goes away, not any one.Michel Dänzer2007-02-281-1/+1
| * | | | | | i915: Don't emit waits for pending flips before emitting synchronous flips.Michel Dänzer2007-02-282-19/+13
| * | | | | | i915: Fix test for synchronous flip affecting both pipes.Michel Dänzer2007-02-281-2/+2
| * | | | | | i915: Add support for scheduled buffer swaps to be done as flips.Michel Dänzer2007-02-223-23/+115
| * | | | | | Add DRM_VBLANK_FLIP.Michel Dänzer2007-02-221-0/+1
| * | | | | | i915: Improved page flipping support, including triple buffering.Michel Dänzer2007-02-194-33/+122
| * | | | | | i915: Page flipping enhancements.Michel Dänzer2007-02-192-8/+7
| * | | | | | i915: Unify breadcrumb emission.Michel Dänzer2007-02-193-23/+16
* | | | | | | nouveau: remove a hack that's not needed since the last interface change.Ben Skeggs2007-03-072-11/+0
* | | | | | | nouveau: ack PFIFO interrupts at PFIFO, not PMC.Ben Skeggs2007-03-071-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Add via CX700.Thomas Hellstrom2007-03-071-0/+1
| |_|_|_|/ |/| | | |
* | | | | radeon: make PCI GART aperture size variable, but making table size variableDave Airlie2007-03-044-3/+13
* | | | | ati: make pcigart code able to handle variable size PCI GART apertureDave Airlie2007-03-043-1/+5
| |_|_|/ |/| | |
* | | | nouveau: intrusive drm interface changesBen Skeggs2007-02-289-152/+213
| |_|/ |/| |
* | | drm: remove unnecessary NULL checks, and fix some indents..Jakob Bornecrantz2007-02-251-7/+7
|/ /
* | Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom2007-02-166-31/+119
* | Initial support for fence object classes.Thomas Hellstrom2007-02-151-2/+2
* | Merge branch 'ttm-vram-0-1-branch'Thomas Hellstrom2007-02-142-35/+84
|\ \
| * | Remove an intel-specific hack and replace it with a fence driver callback.Thomas Hellstrom2007-02-141-2/+4
| * | Update flags and comments.Thomas Hellstrom2007-02-121-35/+60
| * | I915 accelerated blit copy functional.Thomas Hellstrom2007-02-091-0/+4
| * | Checkpoint commit.Thomas Hellstrom2007-02-071-6/+10
| * | Implement a policy for selecting memory types.Thomas Hellstrom2007-02-061-0/+1
| * | memory manager: Make device driver aware of different memory types.Thomas Hellstrom2007-01-312-5/+18
* | | nouveau: fix the build on big endian (thanks CyberFoxx)Stephane Marchesin2007-02-141-6/+6
* | | nouveau: fix memory initialization with multiple cards.B. Rathmann2007-02-141-4/+5
* | | Bugzilla Bug #9457Thomas Hellstrom2007-02-131-1/+2
| |/ |/|
* | Warning fix: correct type of i915_mmio argument.Eric Anholt2007-02-071-1/+1
* | Define __iomem for systems without it.Eric Anholt2007-02-071-0/+3
* | Add chip family flags to i915 driver, and fix a missing '"' in mach64 ID list.Eric Anholt2007-02-072-13/+20
* | nouveau: more work on the nv04 context switch code.Stephane Marchesin2007-02-063-27/+31
* | nouveau: and of course, I was missing the last nv04 piece.Stephane Marchesin2007-02-033-0/+8
* | nouveau: plugin the nv04 graph init function.Stephane Marchesin2007-02-031-0/+2
* | nouveau: cleanup the nv04 pgraph save/restore mechanism.Stephane Marchesin2007-02-032-124/+145
* | nouveau: fix nv04 graph routines for new register names.Stephane Marchesin2007-02-033-103/+103
* | nouveau: rename registers to their proper names.Stephane Marchesin2007-02-039-694/+927
* | nouveau: add NV04 registers required for PGRAPH context switching.Stephane Marchesin2007-02-031-1/+54
* | nouveau: nv ctx switch opps the size of array was wrongMatthieu Castet2007-02-021-4/+4
* | nouveau: nv10 ctx switch, some regs are nv17+ onlyMatthieu Castet2007-02-021-19/+13
* | via: Try to improve command-buffer chaining.Thomas Hellstrom2007-02-023-80/+54
* | Disable AGP DMA for chips with the new 3D engine.Thomas Hellstrom2007-02-021-0/+5
|/
* nouveau: determine chipset type at startup, instead of every time we use it.Ben Skeggs2007-01-285-23/+24
* make works ctx switch on nv10.Matthieu Castet2007-01-261-4/+7
* nouveau: oops, wrong indexing in nv17 regsPatrice Mandin2007-01-261-5/+5
* nouveau: read gpu type oncePatrice Mandin2007-01-261-5/+8
* nouveau: only save/restore nv17 regs on nv17,18 hwPatrice Mandin2007-01-261-15/+31
* nouveau: add extra pgraph registersPatrice Mandin2007-01-261-0/+11