summaryrefslogtreecommitdiff
path: root/src/nv_hw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'origin' into randr-1.2Dave Airlie2007-04-221-318/+0
|\
| * nouveau: rip out card init, everything except modesetting.Ben Skeggs2007-03-261-300/+16
* | Merge branch 'master' into randr-1.2Dave Airlie2007-03-061-3/+8
|\ \ | |/
| * match drm v4 interface changesBen Skeggs2007-02-281-3/+8
* | Merge branch 'origin' into randr-1.2Dave Airlie2007-01-311-9/+15
|\ \ | |/
| * Fill in some more nv30 magic values. Not sure what they do yet but they don'...Jeremy Kolb2007-01-181-3/+9
| * Fix PGRAPH_DEBUG* regs to match what's done on the nv35. Specifically change ...Jeremy Kolb2007-01-171-5/+5
| * NV30: Set DEBUG3 reg bit 1. Turns on automatic hw context switching.Jeremy Kolb2007-01-121-4/+4
* | Merge branch 'origin' into randr-1.2Dave Airlie2007-01-071-2/+1
|\ \ | |/
| * NV4x changes to work with latest drm.Ben Skeggs2007-01-021-2/+1
* | improve saving of context state.Dave Airlie2007-01-011-1/+13
* | remove old i2c legacy code, fix typoDave Airlie2007-01-011-3/+0
* | remove unsued codeDave Airlie2007-01-011-35/+0
* | clean up some function prototypesDave Airlie2007-01-011-11/+8
* | remove unused code fix typoDave Airlie2007-01-011-358/+0
* | fix tweaks add licensesDave Airlie2007-01-011-7/+0
* | add DAC colormap setup codeDave Airlie2006-12-311-2/+6
* | split out pgraph and surface init codeDave Airlie2006-12-241-15/+29
* | add more VGA register programming and fix some typosDave Airlie2006-12-241-2/+2
* | attempt to start moving to randr mode setting code in nv_crtc.cDave Airlie2006-12-241-5/+4
|/
* Remove final remaining PRAMIN access (NV04-specific), the drm handles it nowBen Skeggs2006-12-121-7/+0
* More pgraph regsMatthieu Castet2006-12-061-9/+9
* add VGA CRTC registers from haikuairlied2006-11-171-38/+38
* Cleanup of PVIDEO.Matthieu Castet2006-11-171-6/+6
* Fix type. 0x84 is DEBUG_1Ben Skeggs2006-11-141-1/+1
* add some names to registersDave Airlie2006-11-121-32/+32
* fix G5 endianness issue with panel size regsDave Airlie2006-11-051-1/+1
* Remove the PFIFO_REINIT hack, and enable the irq by default. This commit requ...Stephane Marchesin2006-10-111-40/+35
* Copy+Paste a workaround for a NV40 hardware bug from NVShowHideCursor() intoBen Skeggs2006-09-031-0/+4
* Add back some setup that went missing during PFB reg cleanup.Ben Skeggs2006-09-021-0/+2
* clean up FB register namesDave Airlie2006-08-301-33/+33
* add some names for the RAMDAC registersDave Airlie2006-08-301-38/+38
* add some names for some of the CRTC registers - some names not very meaningfulDave Airlie2006-08-301-11/+11
* remove PCRTC via macrosDave Airlie2006-08-301-11/+22
* remove PEXTDEV and PTIMER using macrosDave Airlie2006-08-301-6/+6
* remove PMC using macrosDave Airlie2006-08-301-18/+18
* remove PGRAPH direct accessesDave Airlie2006-08-291-121/+123
* remove PFB usage with macrosDave Airlie2006-08-291-40/+33
* remove legacy crap from nvreg.h add cursor reg definesDave Airlie2006-08-281-2/+2
* add RAMDAC register read/writeDave Airlie2006-08-281-35/+59
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/nouveau/xf86-video...Ben Skeggs2006-08-281-2/+2
|\
| * use nvReadVGA and nvWriteVGA in more placesDave Airlie2006-08-281-2/+2
* | More cleanups from DRM memory alloc changes.Ben Skeggs2006-08-281-13/+16
|/
* add some read/write NV VGA register wrappersDave Airlie2006-08-271-76/+56
* remove all U0* types in favour of more standard CARD* typesDave Airlie2006-08-271-3/+3
* Initial work in porting the DDX to use the DRM for memory allocations.Ben Skeggs2006-08-261-3/+6
* updated git tree from changes that got lost on way from CVSDave Airlie2006-08-251-1/+1
* If you stare at nv_hw.c long enough, things start to make sense. I swear !marcheu2006-08-251-5/+19
* Oops, this shouldn't be here still...darktama_2006-08-251-9/+0
* Updates for DRM changes, and a few cleanupsdarktama_2006-08-251-6/+11