summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-03RADEON: Change indexing of TV constants table in preparation for standard ↵Alex Deucher
re-work
2007-08-02RADEON: avoid a divide by 0 and only save tv out regs if the chip has themAlex Deucher
2007-08-02RADEON: fix tv-out enable/disableAlex Deucher
2007-08-02RADEON: add missing breakAlex Deucher
2007-08-02RADEON: move tv dac enable to enabledisplay()Alex Deucher
2007-08-02RADEON: limit tv modes to the only one we can program at the momentAlex Deucher
2007-08-01RADEON: remove unused elementsAlex Deucher
2007-08-01RADEON: convert hard coded tv out values to calculationsAlex Deucher
2007-07-31RADEON: more fixes...Alex Deucher
2007-07-31RADEON: fix name of tv outputAlex Deucher
2007-07-31RADEON: tv-out fixes. works now. tested on rv350.Alex Deucher
VT siwtch is busted, and xrandr doesn't play nice yet. uncomment code in radeon_output.c to test.
2007-07-29RADEON: add info about tv out code and authorshipAlex Deucher
2007-07-29RADEON: Initial pass at integrated tv out supportAlex Deucher
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet.
2007-07-25RADEON: Compute PLL VCO gainAlex Deucher
2007-07-25RADEON: write out saved vclk and pixclk valuesAlex Deucher
2007-07-25Minor fixes in the manpagesBrice Goglin
- ati.man . add references to radeon and r128 manpages in SEE ALSO (Xavier Bestel in Debian bug #386001). . remove the manpage suffix from atimisc reference in the text since there is no such manpage for now. - radeon.man . typo in "specifying" (reported by A. Costa in Debian bug #432059). . replace a non-ascii character with the corresponding groff escape sequence so that it works whatever the locale (Julien Cristau).
2007-07-25RADEON: hack around console restore hang on r4xxAlex Deucher
r4xx seems to hang when unblanking the crtc(s) when restoring the console. This needs to be investigated further.
2007-07-25RADEON: fix randr on r4xxAlex Deucher
Seems the way we parse the ATOM connector table results in reversed connectors.
2007-07-19RADEON: fix palette when depth != 24Alex Deucher
2007-07-19R128: don't clip modes to panel on laptops when only using the CRT portAlex Deucher
fixes bug 5832
2007-07-19MACH64: avoid crash in Xv codeBrice Goglin
fixes bug 11054
2007-07-12Merge ../../../xsfbs/xsfbs into debian-experimentalBrice Goglin
2007-07-12Fix "display the output of quilt push/pop".Brice Goglin
Fix commit 16d97b30b91da02d5a3edc2b895cbd4a1995f62d to check the return value of quilt, not the one of tee.
2007-07-09Merge ../../../xsfbs/xsfbs into debian-experimentalBrice Goglin
2007-07-09Minor fixes in the patching system.Brice Goglin
* Fix debian/rules to not be confused by ~/.quiltrc or QUILT_PATCHES (as in #369920). * Display which patches are applied and removed instead of just the first one (for #428090).
2007-07-09Fix displaying of patches applied by quilt.Brice Goglin
As requested in bug #428090, we silence the output of quilt next and display the output of quilt push/pop.
2007-07-06Add upstream URL to debian/copyright.Julien Cristau
2007-07-05RADEON: set default values for crtc_offset_cntlsAlex Deucher
2007-07-05RADEON: Fix tiling on r1xx and r2xxAlex Deucher
spotted by Andrew Randrianasulu <randrik@mail.ru> fixes bug 11357
2007-07-02radeon: Fully zero-initialize info->CRT2pScrn->monitor.Michel Dänzer
This prevents modes from getting rejected due to the uninitialized maxPixClock value. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=9816 .
2007-06-29RADEON: save crtc on/off state for console restoreAlex Deucher
- prevents a possible hang if console is only using 1 crtc
2007-06-29RADEON: simplify console restoreAlex Deucher
- still need to track crtcs for blank/unblank when restoring text console
2007-06-28RADEON: factor out surface_cntl init into one functionAlex Deucher
2007-06-28RADEON: move crtc base setups to new functionsAlex Deucher
2007-06-28RADEON: fix corruption after 3D apps runAlex Deucher
2007-06-28RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch()Alex Deucher
2007-06-28RADEON: Switch cursor back to memcpy()Alex Deucher
2007-06-25RADEON: make sure we unblank in RADEONRestore()Alex Deucher
reported by Andrew Randrianasulu (bugs 11357, 11146)
2007-06-25RADEON: make sure we set the stride properlyAlex Deucher
2007-06-25RADEON: attempt to fix cursor on big endian (only tested on x86)Alex Deucher
2007-06-25RADEON: fix possible segfault on mobility chips with MM tablesAlex Deucher
spotted by Stefan Buehler
2007-06-25RADEON: fix possible segfault on mobility chips with MM tablesAlex Deucher
reported by Stefan Buehler
2007-06-25RADEON: tiling and FB size fixesAlex Deucher
- fix tiling on older radeons - allow the user to specify FB size using Virtual line in config Current default is 1600x1200 - reset ecp_div for Xv in randr crtc mode set
2007-06-22RADEON: bump crtc max to 1200 so 1600x1200 will work out of the boxAlex Deucher
- a better fix will be forthcoming...
2007-06-22RADEON: Fix VT switch hangsAndrew Randrianasulu
- re-order DRI resume functions in EnterVT() - fixes bug 11287
2007-06-22RADEON: Fix VT switch hangsAndrew Randrianasulu
- reorder RADEONDRISetVBlankInterrupt() and RADEONDRIResume() - see bug 11287
2007-06-19RADEON: Split FP reg restore to only touch regs relevant to the outputAlex Deucher
- only restore output specific regs - restore fp2_gen_cntl on R200 DAC restore as R200 DAC2 is connected via DVO
2007-06-18RADEON: only touch LVDS on mobility chipsAlex Deucher
2007-06-18RADEON: only touch LVDS on mobility chipsAlex Deucher
2007-06-15Update CRT2pScrn->monitor->Last to reflect theHenry Zhao
last mode of CRT2pScrn. See bug 11278.