Use the BMP structure's I2C info, instead of DCB 1.2's, as marcheu's bios is broken
[nouveau] / src / nv_bios.c
2008-03-05  Stuart BennettUse the BMP structure's I2C info, instead of DCB 1...
2008-03-05  Stuart BennettAdd another DCB 1.4 entry
2008-03-05  Stuart BennettDon't zero out i2c_read and i2c_write
2008-03-04  Maarten MaathuisPut braces around a bitmask.
2008-03-04  Stuart BennettAdd an LVDS output setup quirk for Powerbooks
2008-03-01  Stuart BennettImprove link_head_and_output
2008-02-28  Stuart BennettLess magical way of setting dual link on EDID equipped...
2008-02-27  Stuart BennettAdd default dual link transition frequency
2008-02-27  Stuart BennettDeal with pre-nv40 laptops with EDID
2008-02-20  Stuart BennettUse some of nv_hw's functions in nv_bios.c
2008-02-19  Stuart BennettUse fp strapping to determine whether straps are used...
2008-02-19  Stuart BennettRehabilitate bios opcode 6d
2008-02-19  Stuart BennettSpruce up NV04 bios parsing a little
2008-02-19  Stuart BennettMore DCB v1.5 entries
2008-02-19  Stuart BennettTreat 0x4 and 0x8 bits in LVDS DCB v2.0 configuration...
2008-02-13  Stuart BennettFix bios pll setting regression
2008-02-13  Stuart BennettUse a loop to read RAMIN bios image, rather than memcpy
2008-02-11  Stuart BennettUse mmio access wrappers and reorder some variable...
2008-02-11  Stuart Bennettrandr12: Use absolute regs for 8 bit regs
2008-02-11  Stuart BennettMove non-crtc specific hw funcs from nv_crtc to nv_hw
2008-02-07  Stuart BennettOrdering mechanism for BIT table parsing, and (hopefull...
2008-02-04  Stuart BennettLoad correct PLL limits for single stage PLL cards...
2008-01-30  Stuart BennettPBUS define additions
2008-01-30  Stuart BennettPCRTC define additions
2008-01-30  Stuart BennettMake bios port io use PVIO as appropriate, and have...
2008-01-30  Stuart BennettMake PLL setting quieter
2008-01-30  Stuart BennettMove some regs from nv_bios.c to nvreg.h
2008-01-30  Stuart BennettTighten bios reg checks a little
2008-01-30  Stuart BennettDon't attempt to parse BIT D and L tables on non-mobile...
2008-01-29  Stuart BennettMake sure nv04 has some defaults (as the bios parsing...
2008-01-29  Stuart BennettUse absolute regs in the DDX
2008-01-29  Stuart BennettReorganise pll limit retrieval
2008-01-27  Stuart BennettUse NV_{WR,RD}08 to avoid double logging io
2008-01-26  Stuart BennettAssume 18 bit laptop panels by default, add a message...
2008-01-26  Stuart BennettDetect mobile BMP biosen
2008-01-25  Stuart BennettImplement opcodes 0x66, 0x67, and 0x68
2008-01-23  Stuart Bennettoops
2008-01-23  Stuart BennettFix C51 refclk
2008-01-23  Maarten MaathuisFix big bug in commit "Mostly log message changes".
2008-01-23  Stuart BennettFail on LVDS DCB entry parsing issues
2008-01-23  Stuart BennettMostly log message changes
2008-01-22  Stuart BennettFix LVDS with DCB 2.0
2008-01-21  Stuart BennettMake LVDS bios script logs easier to understand
2008-01-21  Stuart Bennettdebug_modes breaks build on old xservers
2008-01-21  Stuart BennettDon't log strange characters
2008-01-21  Stuart BennettUse more imaginative log levels than X_INFO
2008-01-21  Stuart BennettUse stdbool.h types in nv_bios.c
2008-01-20  rootrandr12: fix early cards
2008-01-20  Stuart BennettINIT_8E opcode
2008-01-19  Stuart BennettINIT_IO opcode
2008-01-18  Stuart BennettUse bios PLL functions on nv4x
2008-01-18  Stuart BennettRerefactor getting pll limits for nv4x
2008-01-18  Stuart BennettUse pll limits infrastructure on single stage plls
2008-01-18  Stuart BennettDon't speculate on the unknown limit field, and call...
2008-01-18  Stuart BennettBetter setPLL_single
2008-01-18  Stuart BennettBios parsing safety checks
2008-01-17  Stuart BennettInvent a DVI-A output for the DVI-D output, on DCB1...
2008-01-17  Stuart BennettAnd another DCB 1.4 entry
2008-01-17  Stuart BennettAdd me
2008-01-17  Stuart BennettThat warning wasn't there a moment ago
2008-01-17  Stuart BennettFix for situations with fixed second stage gain and...
2008-01-17  Stuart BennettPLL limits reg off-by-four is dealt with elsewhere
2008-01-17  Stuart BennettsetPLL for nv40 lowreg PLLs
2008-01-17  Stuart BennettsetPLL for nv40 highreg PLLs
2008-01-15  Stuart BennettRefactor pll table parsing
2008-01-15  Stuart BennettUse pll_lims in getMNP_double
2008-01-15  Stuart BennettStore PLL limit frequencies in kHz, since that's what...
2008-01-15  Stuart BennettTwo stage PLL limits parsing corrections
2008-01-15  Stuart Bennettrandr12: Oh no! More pNv->twoHeads
2008-01-14  Stuart BennettPossible fix for C51's misaligned regs
2008-01-14  Stuart Bennettrandr12: better load detection (enabled)
2008-01-13  Stuart BennettBe more flexible on init table length
2008-01-13  Stuart BennettMore DCB 1.4/1.5 support
2008-01-13  Maarten Maathuisnvbios: Fix a bmp bug for malc0.
2008-01-11  Stuart BennettRemove some nv_bios TODOs and shut up some warnings
2008-01-11  Stuart BennettTidy up and correct DCB merging
2008-01-11  Stuart BennettFix bios opcode 0x56 and add reg alignment check
2008-01-10  Stuart Bennettrandr12: use clocks in kHz throughout
2008-01-10  Stuart BennettThe bios transition freq is in 10s kHz - so x10
2008-01-10  Stuart BennettRemove weirdo special case handling on bios reg writes
2008-01-10  Stuart Bennettrandr12: dtrt wrt dual link on lvds when !straps
2008-01-10  Stuart Bennettrandr12: improve setting of fp_control
2008-01-10  Stuart Bennettrandr12: optimize away excessive LVDS_RESETing
2008-01-09  Stuart BennettIf no PROM, and no PRAMIN, use the PCI rom image
2008-01-08  Stuart BennettRead EDID from BIOS if appropriate
2008-01-08  Stuart BennettBIT cards use the init scripts to do the power sequencing
2008-01-08  Stuart BennettAssorted small bios/randr12 bits and pieces
2008-01-07  Maarten Maathuisrandr12: Handle NV30 vpll's correctly.
2008-01-05  Stuart BennettNeed to restore EXTDEV before fp table parsing
2008-01-05  Maarten Maathuisrandr12: Some NV40 quirks.
2008-01-05  Stuart BennettLoad NV17 power sequencing microcode
2008-01-04  Stuart BennettMore DCB 1.4/1.5 fixes
2008-01-04  Stuart Bennettrandr12: fix BIT bios LVDS dpms
2008-01-04  Stuart BennettBetter guesses at DCB 1.4/1.5
2008-01-04  Stuart BennettInfra for regs stored over suspend and a sort-of implem...
2008-01-04  Stuart BennettBetter bios register read function prototype and a...
2008-01-04  Stuart BennettRefactor NVParseBios
2007-12-29  Maarten MaathuisNVBIOS: Fix duallink detection.
2007-12-28  Stuart BennettMake sure the CRTC regs are unlocked when doing bios...
2007-12-28  Stuart BennettFake a DCB entry for cards from the pre-DCB era
next