summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'randr-1.2' into nv50-branchnv50-branchBen Skeggs2007-07-127-50/+59
|\ | | | | | | | | | | Conflicts: src/nv_driver.c
| * Merge branch 'master' into randr-1.2Ben Skeggs2007-07-127-43/+54
| |\ | | | | | | | | | | | | | | | Conflicts: src/nv_type.h
| | * Match drm 0.0.9 interface changes.Ben Skeggs2007-07-122-19/+6
| | |
| | * added support for PCI GART when no AGP is available - requires DRM interface ↵Arthur Huillet2007-07-117-29/+53
| | | | | | | | | | | | version 8
| * | Merge branch 'randr-1.2' into upstream-randr-1.2Ben Skeggs2007-07-093-66/+104
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/nv_hw.c
* | \ \ Merge branch 'nv50-branch' into upstream-nv50-branchBen Skeggs2007-07-0911-130/+507
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/nv_hw.c src/nv_proto.h
| * | | | NV50: Basic EXA support.Ben Skeggs2007-07-0910-64/+403
| | | | |
| * | | | Merge branch 'randr-1.2' into nv50-branchBen Skeggs2007-07-054-66/+120
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'master' into randr-1.2Ben Skeggs2007-07-054-66/+120
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Always provide UTS, fallback to memcpy if no GART.Ben Skeggs2007-07-011-10/+15
| | | | |
| | | * | Always provide DFS, use memcpy fallback if no GART.Ben Skeggs2007-07-011-43/+91
| | | | |
| | | * | Remove some unused cruftBen Skeggs2007-06-303-13/+0
| | | | |
| | | * | No need to call exaMarkSync() in UTS/DFS.Ben Skeggs2007-06-301-2/+0
| | | | |
| * | | | Merge branch 'upstream-randr-1.2' into upstream-nv50-branchBen Skeggs2007-06-2520-442/+1371
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/nv_dma.c src/nv_driver.c
| | * | | Merge branch 'upstream-master' into upstream-randr-1.2Ben Skeggs2007-06-2519-441/+1371
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/nv_driver.c src/nv_hw.c src/nv_proto.h
* | | | | | nv50: Fix FB offsetsBen Skeggs2007-06-281-2/+2
| | | | | |
* | | | | | Merge branch 'upstream-randr-1.2' into upstream-nv50-branchBen Skeggs2007-06-2818-439/+1383
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/nv_dma.c src/nv_driver.c
| * | | | Fix FB offsets.Ben Skeggs2007-06-281-2/+2
| | | | |
| * | | | Merge branch 'upstream-master' into upstream-randr-1.2Ben Skeggs2007-06-2817-439/+1384
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/nv_driver.c src/nv_hw.c src/nv_proto.h
| | * | Bail if GlxSetVisualConfigs isn't found.Ben Skeggs2007-06-281-0/+16
| | |/
| | * Bump required xorg-server version to 1.3Ben Skeggs2007-06-251-1/+1
| | |
| | * Check PRAMIN for BIOS image if not found in PROM.Ben Skeggs2007-06-251-25/+70
| | |
| | * Implement NV40 EXA composite hooks with 3D engine.Ben Skeggs2007-06-247-14/+842
| | | | | | | | | | | | | | | | | | | | | | | | | | | Named NV30EXA, but won't work on NV30 just yet. This should change at some point in the future. Will likely break non-voodoo'd NV4X cards (if the latest drm changes didn't already break them). Use EXANoComposite xorg.conf option to disable the hook if that's the case.
| | * Slightly saner UploadToScreen implementationBen Skeggs2007-06-241-42/+62
| | |
| | * Wait on notifier instead of PGRAPH_STATUSBen Skeggs2007-06-247-123/+149
| | | | | | | | | | | | | | | When multiple channels are in use, PGRAPH_STATUS may report busy even if the ddx's channel is idle.
| | * Match drm 0.0.7 interface changesBen Skeggs2007-06-2411-208/+209
| | |
| | * Hide the allocator's use of physical addressesBen Skeggs2007-06-249-23/+17
| | |
| | * Pass pScrn instead of pNv in a few placesBen Skeggs2007-06-241-14/+27
| | |
| | * don't nuke user-specified CFLAGSBen Skeggs2007-06-111-1/+1
| | |
| | * Import from nv : Need to inject a mode corresponding panel width/height for ↵Henry Zhao2007-04-231-1/+40
| | | | | | | | | | | | validation
* | | NV50: exit without SEGVBen Skeggs2007-05-251-3/+8
| | |
* | | NV50: Make sure CLUT gets initialised during ScreenInitBen Skeggs2007-05-251-2/+3
| | |
* | | consistent PreInit fail pathBen Skeggs2007-05-212-166/+94
| | |
* | | reindent nv_driver.cBen Skeggs2007-05-211-1856/+1919
| | |
* | | NV50: Hook up CLUT, broken - LoadPalette never gets called...Ben Skeggs2007-05-213-4/+68
| | |
* | | NV50: cursor not in a static location like nvBen Skeggs2007-05-201-1/+1
| | |
* | | NV50: hook up hwcursor initBen Skeggs2007-05-181-1/+7
| | |
* | | NV50: hook up nv50 code for Enter/LeaveVTBen Skeggs2007-05-181-0/+31
| | |
* | | Don't go pounding PMC_ENABLE..Ben Skeggs2007-05-161-0/+2
| | | | | | | | | | | | Disabling things we don't know how to reinit is bad.
* | | oops, pNv->PRAMIN points at 0x710000 *not* 0x700000Ben Skeggs2007-05-161-1/+1
| | |
* | | add chipsets to Probe routine tooBen Skeggs2007-05-161-0/+2
| | |
* | | Hack in NV50 display setup callsBen Skeggs2007-05-161-5/+15
| | |
* | | NV50: Don't even bother attempting to create a FIFO yetBen Skeggs2007-05-163-62/+74
| | |
* | | NV50: Add NV_ARCH/CHIPSET defines for G80/G84Ben Skeggs2007-05-162-0/+7
| | |
* | | NV50: rename G80* to NV50*Ben Skeggs2007-05-168-191/+196
| | |
* | | NV50: Steal modesetting code from xf86-video-nv, not hooked up yetBen Skeggs2007-05-1612-2/+1467
|/ /
* | remove more unused codeDave Airlie2007-05-061-7/+0
| |
* | use newer randr setup codeDave Airlie2007-05-061-21/+6
| |
* | remove unsued functionDave Airlie2007-05-061-101/+0
| |
* | add enable bitDave Airlie2007-05-061-0/+1
| |