summaryrefslogtreecommitdiff
path: root/src/nv_setup.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Initial pass at removal of non-KMS support.Ben Skeggs1-207/+0
2009-07-07No need for pci access wrappers now..Ben Skeggs1-6/+22
2009-07-06Remove non-XSERVER_LIBPCIACCESS paths, we depend on a new xserver anywayBen Skeggs1-9/+0
2009-07-06Some more bits of NVRec to go...Ben Skeggs1-12/+0
2009-07-06Rip out vgaHW + more unused vars from NVRecBen Skeggs1-177/+0
2009-07-06Nuke nv_hw.c, and a heap of unused vars from NVRecBen Skeggs1-2/+0
2009-07-06Cull everything in !pNv->randr12_enabled blocksBen Skeggs1-320/+0
2009-06-03Move head getting into nouveau_hw.cStuart Bennett1-51/+10
2009-05-28randr12: a bunch of trivial improvements and tidyupsStuart Bennett1-1/+1
2009-05-25don't run vbios parser when kms enabledBen Skeggs1-1/+2
2009-04-13do e-edid for legacy modesetting pathBen Skeggs1-0/+4
2009-04-02randr12: fix/improve a load of version/feature testsStuart Bennett1-2/+4
2009-04-01nForce DIMM check is now in DRMStuart Bennett1-22/+3
2009-03-23randr12: name VGA CRTC fieldsStuart Bennett1-2/+2
2009-03-23pre-nv50: use nvidia's names for PRAMDAC regs where knownStuart Bennett1-21/+21
2009-03-23pre-nv50: use nvidia's names for PCRTC regs where knownStuart Bennett1-3/+3
2009-03-14randr12: store nv0x hw cursor image in VRAMStuart Bennett1-4/+1
2009-01-19twoStagePLL is actually a description of cards using two PLL regsStuart Bennett1-2/+2
2008-10-27Condense crtc lockingStuart Bennett1-3/+1
2008-10-25RivaTuner dumps call the `how much memory have I got?' reg NV_PFB_CSTATUSStuart Bennett1-1/+1
2008-10-24pedantry fix for nv11 locking, and some minor cleanupsStuart Bennett1-1/+1
2008-10-24Add a function to lock/unlock all crtcs, use it in nv_bios codeStuart Bennett1-40/+51
2008-10-24Attempt to make the usage of cr44 rational instead of cargocultedStuart Bennett1-2/+5
2008-10-21Use symbolic define values where knownStuart Bennett1-2/+2
2008-10-21Rename relevant functions, sizes and offsets to PRM.IO from P.IO, in keeping ...Stuart Bennett1-6/+6
2008-10-21Name crtc index regs according to rules.xmlStuart Bennett1-14/+14
2008-10-12Remove unnecessary "Setting owner" messageStuart Bennett1-2/+2
2008-10-10Add PCI slot reading defines, and use them for nForce codeStuart Bennett1-25/+26
2008-10-08Reduce includes, everything necessary is in nv_include.hStuart Bennett1-1/+0
2008-06-29Backport console font save/restore from nouveau_msStuart Bennett1-0/+4
2008-06-25Fixup and add some license statements.Maarten Maathuis1-40/+21
2008-04-03Small declaration reorderingStuart Bennett1-3/+5
2008-04-01randr12: deal with nv30 and nv35 PLLs individuallyStuart Bennett1-4/+1
2008-03-30Kill a useless register offset.Maarten Maathuis1-1/+0
2008-03-11Correct RAMIN offsetStuart Bennett1-5/+5
2008-03-09Move setting of alphaCursor to nv_setup, and restyle useful portions of nv_setupStuart Bennett1-82/+74
2008-03-08Drop the NV*VGA defines and adjust usersStuart Bennett1-5/+5
2008-03-06randr12: Kill almost all usage of ErrorF + some misc cleanup.Maarten Maathuis1-3/+3
2008-02-20Unbreak console restore again, and use a less ambiguous function name for hea...Stuart Bennett1-2/+4
2008-02-19randr12: make more hw funcs genericStuart Bennett1-2/+2
2008-02-11randr12: Use absolute regs for 8 bit regsStuart Bennett1-13/+1
2008-02-02Remove nvRead/WriteVGA in favor of nvRead/WriteCurVGA wrappers.Maarten Maathuis1-9/+9
2008-02-02Kill NVLockUnlock and make it redirect to NVLockUnlockHead.Maarten Maathuis1-3/+3
2008-02-02More wrapper death.Maarten Maathuis1-3/+3
2008-02-02Let some wrappers die.Maarten Maathuis1-18/+18
2008-02-02Undo last commit and move it to drm.Maarten Maathuis1-8/+0
2008-02-02NV40: Fix longstanding issue with nouveau crashing after using blob.Maarten Maathuis1-0/+8
2008-02-01Don't use functions that are not supposed to be used in randr12 mode.Maarten Maathuis1-6/+2
2008-02-01Remove usage of "illegal" wrappers in code that also used for randr12 mode.Maarten Maathuis1-7/+7
2008-01-30PBUS define additionsStuart Bennett1-1/+1