summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_state.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-10nouveau/ppc: no instmem access at BIOS shadow timeBen Skeggs1-9/+5
2009-03-09nouveau: big rewrite of nv50 kms codeBen Skeggs1-7/+3
2009-03-09nouveau: disable/enable PGRAPH FIFO access around channel creationBen Skeggs1-0/+6
2009-03-06nouveau: unbreak <nv50 and any ppc cards after instmem changesBen Skeggs1-23/+30
2009-02-22nouveau: fix backwards conditional in wait_for_idle()Ben Skeggs1-4/+1
2009-02-22nouveau: hide instmem map, force use of {prepare,finish}_accessBen Skeggs1-1/+15
2009-02-22nouveau: decapitalise dev_priv->EngineBen Skeggs1-6/+6
2009-02-20nv50: rework vm handling so we can support >512MiB VRAMBen Skeggs1-2/+0
2009-02-20nouveau: generalise waiting on register status with timeoutBen Skeggs1-20/+25
2009-02-20nouveau: use consistant register access macrosBen Skeggs1-44/+44
2009-02-20nouveau: always map mmio regs at load time, not first openBen Skeggs1-121/+87
2009-02-18nouveau: Add in-kernel backlight control supportMatthew Garrett1-0/+7
2009-02-10drm/nouveau: init fbcon after we flag the card as initialisedBen Skeggs1-6/+7
2009-02-04nv50/kms: remove the last of nv50_kms_wrapperBen Skeggs1-7/+17
2009-02-04nouveau: bring in current mm implementationBen Skeggs1-21/+29
2009-02-04nouveau: bring in new mm api definitions, without the actual mm codeBen Skeggs1-0/+9
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie1-0/+171
2008-09-05nouveau: 8200 cards are 0xA0 family.Stephane Marchesin1-0/+1
2008-08-19nouveau: fifo and graphics engine suspend and resume for nv04-nv4xroot1-0/+170
2008-07-02NV50: basic fbcon + misc fixesMaarten Maathuis1-1/+4
2008-06-22nouveau: disable KMS for pre-NV50 even when specifically enabledMaarten Maathuis1-0/+4
2008-06-22NV50: Initial import of kernel modesetting.Maarten Maathuis1-3/+47
2008-05-23drm: fix nouveau warningDave Airlie1-1/+1
2008-04-29nouveau: NV9x cards exist as well.Maarten Maathuis1-0/+1
2008-03-31nouveau: fix return from function..Dave Airlie1-1/+1
2008-03-13nv50: force channel vram access through vmBen Skeggs1-0/+1
2008-01-30nv40: some more nv67 changesBen Skeggs1-0/+1
2008-01-21nouveau: don't forget NV80.Stephane Marchesin1-1/+3
2008-01-21nouveau: new card family for old card designs.Stephane Marchesin1-1/+4
2008-01-07nv50: hook up timer funcs...Ben Skeggs1-4/+3
2008-01-07Nouveau: ppc oops.Stephane Marchesin1-0/+1
2008-01-07Nouveau: move PPC bios copy to firstopen.Stephane Marchesin1-40/+40
2007-11-30nouveau: Properly identify NV40 and NV44 generation.Maarten Maathuis1-3/+12
2007-11-16nouveau: also mention the number of succcessfully copied bios bytes.Stephane Marchesin1-1/+1
2007-11-15nouveau: be verbose about PPC bios for now.Stephane Marchesin1-0/+5
2007-11-15nouveau: use get_property instead of of_get_property on pre-2.6.22 kernels.Stephane Marchesin1-2/+6
2007-11-15nouveau: Copy the PPC bios to RAMIN on init, that lets us do proper output de...Stephane Marchesin1-0/+19
2007-11-14Revert "nouveau: stub superioctl"Ben Skeggs1-1/+1
2007-11-14Merge branch 'fifo-cleanup' into upstream-masterBen Skeggs1-0/+12
2007-11-14nouveau: funcs to determine active channel on PFIFO.Ben Skeggs1-0/+12
2007-11-14nouveau: stub superioctlBen Skeggs1-1/+1
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-6/+4
2007-11-05nouveau: crappy ttm mm init, disabled for now.Ben Skeggs1-2/+8
2007-10-28nouveau: don't touch PMC_BOOT_1 on x86, it seems to be undefined on some earl...Stephane Marchesin1-0/+4
2007-10-14nouveau: PPC fixes. These regs are very touchy.Stephane Marchesin1-1/+3
2007-10-10nouveau: PMC_BOOT_1 was not mapped.Maarten Maathuis1-1/+1
2007-10-10nouveau: try to fix big endian.Stephane Marchesin1-3/+11
2007-10-07nouveau: A char is signed, so it may overflow for >NV50.Maarten Maathuis1-1/+1
2007-10-04nouveau: Remove excess device classes.Maarten Maathuis1-6/+0
2007-10-04nouveau: Switch over to using PMC_BOOT_0 for card detection.Maarten Maathuis1-6/+68