Small cleanups.
[nouveau] / src /
2008-02-03  Stephane MarchesinSmall cleanups.
2008-02-03  Stephane Marchesinnv40 video texture: first pass at bicubic video.
2008-02-03  Stephane MarchesinUpdate to newer nouveau_class.h
2008-02-03  Stephane MarchesinUpdate to latest nouveau_class.h
2008-02-03  Jaime Velasco JuanDon't FIRE_RING() when in NoAccel mode.
2008-02-03  Maarten MaathuisSome minor reindenting.
2008-02-03  Ben Skeggsexa: those limits were a bit conservative on some hw.
2008-02-03  Ben Skeggsexa: more accurate coordinate limits
2008-02-03  Maarten MaathuisFix NVExaPixmapMap() for NOUVEAU_EXA_PIXMAPS case.
2008-02-03  Maarten MaathuisFix undefined symbol.
2008-02-02  Maarten MaathuisRemove a few leftovers to actually make the last commit...
2008-02-02  Maarten MaathuisKill NVShowHideCursor and use a wrapper.
2008-02-02  Maarten MaathuisRemove nvRead/WriteVGA in favor of nvRead/WriteCurVGA...
2008-02-02  Maarten MaathuisKill NVLockUnlock and make it redirect to NVLockUnlockHead.
2008-02-02  Maarten MaathuisMore wrapper death.
2008-02-02  Maarten MaathuisLet some wrappers die.
2008-02-02  Maarten MaathuisUndo last commit and move it to drm.
2008-02-02  Maarten MaathuisNV40: Fix longstanding issue with nouveau crashing...
2008-02-02  Stephane MarchesinDon't allocate the whole AGP gart as a scratch buffer...
2008-02-01  Maarten MaathuisDon't use functions that are not supposed to be used...
2008-02-01  Maarten MaathuisRemove usage of "illegal" wrappers in code that also...
2008-02-01  Maarten Maathuisrandr12: Remove a hack, confirmed on 7600GS that it...
2008-02-01  Maarten Maathuisrandr12: Some minor fixes.
2008-02-01  Arthur HuilletNV10 EXA: limit regcomb state re-emission, fix logic...
2008-01-30  Maarten Maathuis(hopefully) Fix build on powerpc.
2008-01-30  Arthur HuilletXv: NV30 overlay can not scale down by more than 0.5x
2008-01-30  Stuart BennettFail gracefully for too-big resolutions / colour depths
2008-01-30  Maarten Maathuisrandr12: Misc change.
2008-01-30  Maarten MaathuisCheck if the framebuffer can fit into the offscreen...
2008-01-30  Arthur HuilletXv: NV04 overlay can not scale down at all, as confirme...
2008-01-30  Stuart BennettPBUS define additions
2008-01-30  Stuart BennettPCRTC define additions
2008-01-30  Stuart BennettMissed these in the ->absolute conversion
2008-01-30  Arthur HuilletXv: detection of composite for the overlay
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 Bennettrandr12: make nv4x plls less special
2008-01-30  Stuart BennettDon't attempt to parse BIT D and L tables on non-mobile...
2008-01-29  Stuart BennettAdd some mobile pci-ids, and reorder numerically
2008-01-29  Maarten Maathuisrandr12: Remove excessive writing of VTOwner.
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-29  Maarten MaathuisNV30EXA: Always init texture origin, please report...
2008-01-28  Maarten MaathuisForgot to be paranoid.
2008-01-28  Maarten MaathuisSmall improvement to nouveau_dma_wait, at least makes...
2008-01-27  Stuart Bennettrandr12: 2nd attempt on nv11 console restore
2008-01-27  Stuart BennettUse NV_{WR,RD}08 to avoid double logging io
2008-01-26  Stuart Bennettrandr12: remove unused PLL code
2008-01-26  Stuart Bennettrandr12: attempt to fix brokenness of head setting...
2008-01-26  Stuart Bennettrandr12: don't do load detection on nv11
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  Maarten MaathuisNV30EXA: Fix viewport setup + switch to triangle based...
2008-01-25  Stuart Bennettrandr12: fix / annotate a couple of ddc thinkos
2008-01-25  Stuart BennettImplement opcodes 0x66, 0x67, and 0x68
2008-01-24  Maarten Maathuisrandr12: Rework native modes for TMDS.
2008-01-23  Stuart Bennettoops
2008-01-23  Stuart BennettFix C51 refclk
2008-01-23  Stuart Bennettrandr12: calculate (and set, for nv40) sel_clk before...
2008-01-23  Maarten MaathuisFix big bug in commit "Mostly log message changes".
2008-01-23  Stuart BennettRedo sel_clk setting and update its documentation
2008-01-23  Stuart BennettFail on LVDS DCB entry parsing issues
2008-01-23  Stuart BennettMostly log message changes
2008-01-23  Maarten Maathuisrandr12: Increase cvt mode to 72 Hz.
2008-01-23  Maarten MaathuisNV40EXA: Use the same approach as the texture adapter...
2008-01-23  Maarten MaathuisNV40TEX: Switch to a big triangle and clip it to a...
2008-01-22  Stuart BennettFix LVDS with DCB 2.0
2008-01-22  Maarten MaathuisXv: Remove illegal usage of private exa symbols.
2008-01-22  Maarten MaathuisNV40TEX: Use width, not (x2, y2).
2008-01-22  Arthur HuilletXv: NV12 overlay copy - removed wrong byteswapping...
2008-01-22  Stuart Bennettrandr12: some tidyup
2008-01-21  Stuart Bennettrandr12: more beautiful dithering
2008-01-21  Stephane Marchesinoops :)
2008-01-21  Stephane MarchesinQuickly hacked support for NV6x.
2008-01-21  Stuart Bennettrandr12: fix dual head restore
2008-01-21  Stuart Bennettrandr12: save and restore palette
2008-01-21  Stuart BennettMake LVDS bios script logs easier to understand
2008-01-21  Stuart Bennettrandr12: avoid SIGFPE
2008-01-21  Stuart Bennettdebug_modes breaks build on old xservers
2008-01-21  Stuart Bennettrandr12: use correct clock for LVDS modesetting part 2
2008-01-21  Stuart Bennettrandr12: use correct clock for LVDS modesetting
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  Maarten MaathuisNV40TEX: Don't sync when compositing, will have bad...
2008-01-20  Maarten MaathuisSome misc cleanup.
2008-01-20  Maarten Maathuisrandr12: Fix a major screwup i made during a cleanup.
2008-01-20  Maarten MaathuisNV40TEX: Implement sync to vblank.
2008-01-20  Stuart Bennettrandr12: init some more Xv state
2008-01-20  Stuart Bennettminor debug correction
2008-01-20  Stuart BennettINIT_8E opcode
2008-01-19  Stuart BennettINIT_IO opcode
2008-01-19  Maarten Maathuisrandr12: hide cursor before locking + misc cleanup.
2008-01-19  Maarten Maathuisrandr12: Remove unneeded vgahw stuff.
2008-01-19  Maarten Maathuisrandr12: Move away from some of the nv_hw wrappers.
2008-01-19  Maarten Maathuisrandr12: Remove usage of nvRead/WriteVGA0/1.
next