Better behaviour on allocator fail
[nouveau] / src / nv_bios.c
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
2007-12-28  Stuart BennettMadness. Bios parsing for NV05
2007-12-26  Stuart BennettFix the setPLL optional code to actually compile
2007-12-25  Stuart BennettOn some chips we shouldn't look for a 27MHz crystal
2007-12-24  Stuart BennettBetter (not complete) support for DCB1.1/1.2
2007-12-24  Stuart Bennett"type1" bios scripts
2007-12-24  Stuart BennettRehabilitate BMP parsing
2007-12-24  Stuart BennettFix BMP length for version 5.16
2007-12-24  Stuart Bennettrandr12: use new PLL code on < NV40
2007-12-24  Stuart BennettsetPLL routines for single and two stage plls
2007-12-24  Stuart BennettTwo stage nv31 PLL mnp calculator and bios limits parsing
2007-12-24  Stuart BennettSingle stage PLL MNP calculator
2007-12-22  Stuart BennettBeginnings of PLL limits for BMP bioses
2007-12-22  Stuart BennettOn demand PLL limit parsing for NV40
2007-12-19  Stuart Bennettminor link_head_and_output cleanup
2007-12-18  Maarten MaathuisSome endianess fixes for the previously committed code.
2007-12-17  Maarten MaathuisAdd pll limits bios detection code for NV4x cards.
2007-12-16  Maarten MaathuisSome cleanup.
2007-12-14  Maarten Maathuisrandr12: It seems DVI on laptops wasn't as strange...
2007-12-14  Stuart BennettINIT_COPY_NV_REG and INIT_ZM_REG_GROUP_ADDRESS_LATCHED...
2007-12-13  Stuart BennettInvert 18/24 bit interface flag, so that the default...
2007-12-13  Stuart BennettName bios opcodes 4f and 50
2007-12-13  Stuart BennettGet VBIOS from pNv (cleanup)
2007-12-13  Stuart Bennettrandr12: some minor cleanups, no actual changes
2007-12-13  Stuart BennettSetup NV40 LVDS
2007-12-13  Stuart BennettINIT_CONDITION_TIME opcode
2007-12-13  Stuart BennettOpcode 4F
2007-12-13  Stuart BennettFP BIOS mode finding for nv40
2007-12-11  Maarten Maathuisrandr12: Fix SEL_CLK assignment again (for non-mobile...
2007-12-10  Maarten Maathuisrandr12: Fix an earlier mistake, make a decent guess...
2007-12-10  Maarten Maathuisrandr12: Improve crosswiring for digital outputs +...
2007-12-09  Stuart BennettBios register write function special case and some...
2007-12-09  Stuart BennettSome renaming for bios indexed port io
2007-12-09  Stuart BennettAdditional LVDS bios script sanity check
2007-12-08  Stuart BennettBase error :)
2007-12-07  Stuart BennettFix failure to cope with varying table lengths
2007-12-07  Stuart BennettAdd a new valid register range, which appears in some...
2007-12-07  Stuart BennettSome more bios script opcodes
2007-12-07  Stuart BennettSome M table parsing, and defer I table execution
2007-12-07  Stuart BennettImprove TMDS04 setting for LVDS
2007-12-07  Stuart BennettTMDS regs setting for pre NV40
2007-12-07  Stuart BennettBIOS version parsing
2007-12-07  Stuart BennettRefactor BIT specific details out of TMDS setting
2007-12-07  Stuart BennettThe 'T' table is clearly a TMDS table, call it as such
next