More nv30 exa cleaning up.
[nouveau] / src / nv_output.c
2007-11-09  Maarten Maathuisrandr12: Fix vertical scaling.
2007-11-08  Stuart Bennettrandr12: invert fpScaler to regain original meaning...
2007-11-08  Stuart Bennettrandr12: Do scaling / native fixup in the fixup function
2007-11-08  Stuart Bennettrandr12: rename DIGITAL and PANEL to TMDS and LVDS
2007-11-08  Maarten Maathuisrandr12: Some outputs are only valid on secondary output.
2007-11-08  Maarten Maathuisrandr12: Improve output naming scheme.
2007-11-08  Maarten Maathuisrandr12: Add ramdac assignment code to the lvds dpms...
2007-11-08  Maarten Maathuisrandr12: Misc fixes.
2007-11-07  Maarten Maathuisrandr12: It seems the situation was a bit easier to...
2007-11-07  Maarten Maathuisrandr12: Intermediate commit.
2007-11-07  Stuart Bennettrandr12: remove some duplication and reduce mem leaks
2007-11-07  Stuart Bennettrandr12: refactor ddc stuff for convenience
2007-11-07  Stuart Bennettrandr12: micro-optimization on use of "or"
2007-11-07  Stuart Bennettrandr12: LVDS warning
2007-11-07  Maarten Maathuisrandr12: Also save flatpanel regs on analog monitors.
2007-11-07  Stuart BennettVarious minor fixes
2007-11-07  Stuart BennettStart using OUTPUT_PANEL where appropriate
2007-11-07  Stuart BennettBeautify DCB 1.2 weirdness, hopefully fixup G5 and...
2007-11-07  Stuart BennettImplement lvds_output_{get_modes, mode_valid, mode_fixup}
2007-11-07  Stuart BennettReindentation, renaming, adding debug, and assume LVDS...
2007-11-06  Maarten Maathuisrandr12: Fix ugly alligment.
2007-11-06  Maarten Maathuisrandr12: Improve hotplugging of outputs.
2007-11-06  Maarten Maathuisrandr12: Readd crt load detect + misc changes + restric...
2007-11-06  Maarten Maathuisrandr12: Reasonably complete TMDS programming, see...
2007-11-06  Maarten Maathuisrandr12: Put TEST_CONTROL into neutral position.
2007-11-05  Maarten Maathuisrandr12: Remove incorrect (and hopefully redundant...
2007-11-05  Maarten Maathuisrandr12: Only enable crtc at the very last stage, shoul...
2007-11-05  Maarten Maathuisrandr12: Add a native mode for TMDS and make that prefe...
2007-11-03  Maarten Maathuisrandr12; Forgot a small thing.
2007-11-03  Maarten Maathuisrandr12: A legitimate DPMS call could reset the ramdac...
2007-11-03  Maarten Maathuisrandr12: Hopefully improve the native flatpanel mode...
2007-11-02  Maarten Maathuisrandr12: We cannot reset ramdacs during detect, there...
2007-11-01  Maarten Maathuisrandr12: Improved ramdac choosing, based on bios inform...
2007-11-01  Maarten Maathuisrandr12: Remove redundant output setup + don't print...
2007-11-01  Maarten Maathuisrandr12: Improve analog monitor allignment + misc fixes.
2007-10-31  Maarten Maathuisrandr12: Some misc cleanup to make malc0's patches...
2007-10-31  Maarten Maathuisrandr12: The "easy" TMDS registers, please report regre...
2007-10-31  Maarten Maathuisrandr12: some blob copying
2007-10-30  Maarten Maathuisrandr12: Flatpanel scaling is finally working, read...
2007-10-30  Maarten Maathuisrandr12: Some copyright stuff.
2007-10-30  Maarten Maathuisrandr12: Disable some panel scaling stuff, because...
2007-10-30  Maarten Maathuisrandr12: Lots of misc fixes.
2007-10-29  Maarten Maathuisrandr12: My suspicion was incorrect, i2c buses are...
2007-10-29  Maarten Maathuisrandr12: Show NV_RAMDAC_FP_DEBUG_0 of both ramdac's...
2007-10-29  Maarten Maathuisrandr12: Minor change, turning on bit 18 of NV_RAMDAC_S...
2007-10-23  Maarten Maathuisrandr12: Misc changes.
2007-10-23  Maarten Maathuisrandr12: actually add scaling factor's
2007-10-23  Maarten Maathuisrandr12: Add a few debug statements that should explain...
2007-10-23  Maarten Maathuisrandr12: Check if output is needed before creating it.
2007-10-19  Maarten Maathuisrandr12: Fix critical bug and minor change.
2007-10-19  Maarten Maathuisrandr12: Some changes to output detection.
2007-10-13  Maarten Maathuisrandr12: Some fallback defaults for dual-dvi cards...
2007-10-13  Maarten Maathuisrandr12: Hopefully fix panel size detection and allow...
2007-10-13  Maarten Maathuisrandr12: Some debug stuff.
2007-10-13  Maarten Maathuisrandr12: Remove a double reg and misc changes.
2007-10-03  Maarten Maathuisrandr12 + NV50: Misc changes.
2007-09-29  Maarten Maathuisrandr12: make crtc owner beheaviour consistent with...
2007-09-28  Maarten Maathuisrandr12: Minor changes and more debugging output.
2007-09-28  Maarten Maathuisrandr12: Some more debugging output and some other...
2007-09-28  Maarten Maathuisrandr12: Preperation to allow differentation between...
2007-09-25  Maarten Maathuisrandr12: Getting closer, doing a decent attempt at...
2007-09-25  Maarten Maathuisrandr12: detection changes, more to come later
2007-09-25  Maarten Maathuisrandr12: Some reindenting.
2007-09-25  Maarten Maathuisrandr12: simplification of the swapped i2c buses "worka...
2007-09-22  Maarten Maathuisrandr12: A frail attempt at some TMDS programming,...
2007-09-22  Maarten Maathuisrandr12: Reindenting and minor changes.
2007-09-22  Maarten Maathuisrandr12: Assign ramdac's in more sane way, otherwise...
2007-09-22  Maarten Maathuisrandr12: Add some TMDS register infrastructure, so...
2007-09-22  Maarten Maathuisrandr12: hardcoding a base value for debug_0 register.
2007-09-21  Maarten Maathuisrandr12: Some minor changes.
2007-09-21  Maarten Maathuisrandr12: hardcode more stuff + actually use a few previ...
2007-09-10  Maarten MaathuisFix the memory adresses of the secondary crtc and ramda...
2007-09-10  Patrice Mandinmake randr 1.2 disableable for xorg server < 1.3
2007-09-09  Maarten Maathuisrandr12: Modify dcb table for nv40 to make it look...
2007-09-09  Maarten Maathuisrandr12: Fix a nasty regression from 6ba7e83f8cf2da84dd...
2007-09-08  Maarten MaathuisFix previous commit, change the way Digital Flat Panels...
2007-09-07  Maarten MaathuisHopefully this will improve flatpanel beheaviour.
2007-09-07  Maarten MaathuisSome more indenting and such.
2007-09-06  Maarten Maathuisrandr-1.2: Only the NV4x have these busses swapped...
2007-09-05  Maarten MaathuisFix DPMS, patch by Bernhard Kaindl <bk@suse.de>.
2007-09-05  Maarten MaathuisReverse DDC1 and DDC2.
2007-09-05  Ben SkeggsAvoid segv.
2007-09-05  Ben SkeggsAdd LVDS panels when found in DCB.
2007-09-04  Maarten MaathuisFix several problems.
2007-09-04  Maarten MaathuisAdd suggestion/patch by Bernhard Kaindl <bk@suse.de...
2007-09-03  Dave Airlierandr12: try and bring over most of the randr12 code...