summaryrefslogtreecommitdiff
path: root/src/nv_bios.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Initial pass at removal of non-KMS support.Ben Skeggs1-4810/+0
2009-07-06Remove non-XSERVER_LIBPCIACCESS paths, we depend on a new xserver anywayBen Skeggs1-4/+0
2009-06-18bios: oopsBen Skeggs1-2/+4
2009-06-16bios: use image from PRAMIN in preference to PROM on NV50Ben Skeggs1-23/+43
2009-06-11Add DVI-A output info for Mac card missing bios tables (#21273)Stuart Bennett1-10/+26
2009-06-03Remove "TMDS table script pointers not stubbed" bios warningStuart Bennett1-9/+3
2009-05-28randr12: a bunch of trivial improvements and tidyupsStuart Bennett1-1/+1
2009-05-27Tolerate missing fp bios table (rh#502371)Stuart Bennett1-4/+2
2009-05-06randr12: simplify nv11 digital encoder-crtc bindingStuart Bennett1-1/+1
2009-05-01bios: use NV_ARCH_50 to match G8x chipsBen Skeggs1-10/+13
2009-04-30bios: remove dodgy mode-table search for g80Ben Skeggs1-30/+1
2009-04-30bios: modify get_fp_strap() for g80Ben Skeggs1-1/+4
2009-04-30bios/nv50: initial parsing of display script tables, not quite completeBen Skeggs1-1/+149
2009-04-30bios: some nv50 init scripts have flags in reg values, deal with (1<<30)Ben Skeggs1-0/+17
2009-04-30bios: dcb location is only 2 bitsBen Skeggs1-1/+1
2009-04-30bios: parse BIT U tableBen Skeggs1-0/+24
2009-04-29Partial fix for nv28 lvds bios parsing (part of rh#487456)Stuart Bennett1-4/+13
2009-04-29plls: max_log2p_bias is likely actually max_log2pStuart Bennett1-3/+16
2009-04-08bios: logic typo from earlier commitBen Skeggs1-1/+1
2009-04-07bios: fix typoBen Skeggs1-1/+1
2009-04-07bios: some G8x don't have PBUS at 0x1800, us 0x88000 unconditionally thereBen Skeggs1-5/+11
2009-04-07bios: add exception for chipset 0x73 for lack of fp tableBen Skeggs1-1/+2
2009-04-02Every card since nv5 can do panelsStuart Bennett1-5/+41
2009-04-01bios: fix chips with pll limits table version 0Ben Skeggs1-1/+1
2009-04-01bios: xf86DrvMsg->NV_ERRORBen Skeggs1-3/+2
2009-04-01bios: support for pll limits table v3.0Ben Skeggs1-1/+45
2009-04-01Abstract logging in nv_bios.cStuart Bennett1-185/+154
2009-03-30Split DCB 1.5 parsing from 2.0+, get closer to 80 colsStuart Bennett1-111/+131
2009-03-30The dcb prior to v1.5 is pretty hopeless, just add a crt.Stuart Bennett1-54/+53
2009-03-30randr12: move a load of hw mode programming into nouveau_hw.cStuart Bennett1-253/+4
2009-03-30Put arbitration and mnp calcs in separate fileStuart Bennett1-231/+24
2009-03-23fix ppc buildBen Skeggs1-2/+2
2009-03-23Some laptop mode finding fixes resulting from rh#487456Stuart Bennett1-16/+8
2009-03-23pre-nv50: use nvidia's names for PRAMDAC regs where knownStuart Bennett1-25/+29
2009-03-23Separate maximum limits for encoder devices and i2c records, DCB_ prefixesStuart Bennett1-7/+12
2009-03-23Add DCB 1.5 entry from a GeForce2 Go reported by Martin Ketzer on the MLStuart Bennett1-0/+4
2009-03-14Wrap bios endian castingStuart Bennett1-176/+181
2009-03-14Switch to using pll_vals struct for passing pll stuff aroundStuart Bennett1-36/+41
2009-03-14Hack around missing display table in rdivacky's GeForce 7050 PV/nForce 630aStuart Bennett1-2/+6
2009-03-14Remove bios lvds parsing pxclk test; ddc_permitted is a sufficient conditionStuart Bennett1-2/+2
2009-03-10Another DCB 1.5 entry (seen in rh#455194)Stuart Bennett1-7/+9
2009-03-09More robust PLL upclocking for old cardsStuart Bennett1-3/+9
2009-03-09bios/randr12: mode validation fixes (includes fix for #20298)Stuart Bennett1-1/+12
2009-03-08Handle failure to calculate pll values betterStuart Bennett1-15/+28
2009-03-06Remove duplicated DCB parsingStuart Bennett1-55/+45
2009-03-06Remove VBIOS access in parse_dcb_entryStuart Bennett1-5/+17
2009-03-04Allow parse_fp_mode_table for x86 cards that find themselves on ppcStuart Bennett1-9/+9
2009-03-04Don't rely on the bios mobile feature bit for BMP biosen (#19986)Stuart Bennett1-7/+15
2009-03-04Parse bios fp mode during modesetting, removing extra allocStuart Bennett1-45/+48
2009-03-04Get dual_link and dithering bios info through lvds table parsing functionStuart Bennett1-9/+11