summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-02-15ati: drop duplicate pci-id definesGeorge Sapountzis
2008-02-15mach64: clean probe a littleGeorge Sapountzis
do not report I/O ports now, they are reported later.
2008-02-15mach64: minor cosmetic, I2C typeGeorge Sapountzis
2008-02-15make distcheck passDave Airlie
2008-02-13RADEON: disable LVDS if panel size is 0x0Alex Deucher
if we can't get the panel size from the bios or edid or a user specified option, assume it's not connected.
2008-02-12R6xx: when both crtcs are in use make sure they are both enabledAlex Deucher
sometimes setting a mode on one crtc can cuase a blank screen on the other. make sure they are both enabled if they should be.
2008-02-12R6xx: fix up use of bios scratch regs to reflect the new offsetsAlex Deucher
2008-02-12R6xx: bios scratch regs moved.Alex Deucher
2008-02-12RADEON: make sure we always set up the FP crtc shadow registers for crtc0Alex Deucher
The behavior changed when I added rmx center mode support. In cases where crtc0 drives a DAC this can lead to a blank screen.
2008-02-11R6xx: add missing objectsAlex Deucher
2008-02-11R6xx: make sure we set up the HDP base properlyAlex Deucher
2008-02-11RADEON: always restore crtc1 before crtc0 when using both crtcsAlex Deucher
In some rare cases restoring crtc0 first will result in a blank screen on crtc1. If you are having issues with a blank screen on crtc1 that used to work on 6.6.3 or before, this should help.
2008-02-11RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for ATOM biosAlex Deucher
Tested on atom-based Desktop cards. It'd nice to get some testing on atom-based laptops.
2008-02-10RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM biosAlex Deucher
Tested on my M10-based laptop.
2008-02-08mach64: factor out BIOS panel info parsingGeorge Sapountzis
2008-02-08mach64: minor cosmetic, LCD panel idGeorge Sapountzis
2008-02-08mach64: minor cosmetic, DAC typeGeorge Sapountzis
2008-02-08add rv670 pciidsDave Airlie
2008-02-07R6xx: fix ddc after my i2c reworkAlex Deucher
Seems r6xx does something different for its i2c table, revert to the old behavior for now.
2008-02-07RADEON: sync up with latest upstream versionsAlex Deucher
atombios.h ObjectID.h
2008-02-07mach64: factor out BIOS multimedia parsingGeorge Sapountzis
2008-02-07mach64: complement hint for sparcGeorge Sapountzis
2008-02-07mach64: consolidate refclk #2George Sapountzis
2008-02-07mach64: consolidate refclk #1George Sapountzis
2008-02-07mach64: cosmeticGeorge Sapountzis
2008-02-07mach64: factor out BIOS clock parsingGeorge Sapountzis
2008-02-07mach64: BIOSBase is no longer usedGeorge Sapountzis
2008-02-06r300: move fragprog setup code to prepare composite for nowDave Airlie
2008-02-06r300: remove r300 specific vertex emissionDave Airlie
Set the vertex and fragment engine to expect the mask coords.
2008-02-03RADEON: rework i2c handlingAlex Deucher
Split out clk, data, and lock regs and masks. some cards use different regs and masks for each. For cards with ATOMBIOS, use the i2c bios table to grab the i2c data.
2008-02-01RADEON: don't restore LVDS_PLL_CNTL for nowAlex Deucher
seems to cause problems with resume for some users. this needs further investigation. see bug 12596
2008-02-01RADEON: remove redundant RADEONDisableDisplays()Alex Deucher
use RADEONBlank() instead
2008-02-01RADEON: remove unused "aspect" scaler optionAlex Deucher
2008-02-01RADEON: Implement "center" mode for RMX on legacy radeonsAlex Deucher
2008-01-29Seems the default is more reliable... we can't win.Alex Deucher
Revert "radeon: Default to 1x again with non-v3 AGP cards." This reverts commit b653e5a628bfa4dfb168e96f93f41eb910f409fb.
2008-01-29RADEON: Add new RV380 pci idAlex Deucher
bug 14289
2008-01-28RS690: Implement MC idle checkMaciej Cencora
2008-01-26mach64: add hint for sparc and minor cosmetic.George Sapountzis
2008-01-23Revert "RADEON: adjust PAL mode hstart"Alex Deucher
This reverts commit 719a9a376e34d99032af75e3f7b002670ccb816b. This breaks TV out on some cards.
2008-01-20RADEON: adjust PAL mode hstartAlex Deucher
Most people seem to get a more aligned picture with this setting
2008-01-20RADEON: re-work i2c for DDCAlex Deucher
Unify the radeon/avivo paths and grab the data/clk masks from bios if available
2008-01-19RADEON: get dac2 adj values from the bios tablesAlex Deucher
2008-01-19RADEON: grab pll_in_min/pll_in_max from bios tables if availableAlex Deucher
2008-01-19ATOM: Use LVDS edid from bios if availableAlex Deucher
2008-01-19radeon: Partial fix for XVideo RGB image distortions.Kusanagi Kouichi
2008-01-18RADEON: print the name of the output when printing the EDIDBrice Goglin
2008-01-18mach64: workaround for corruption at upper-leftGeorge Sapountzis
commit possible workaround, it's reported multiple times ...
2008-01-18use stand-alone drivers for each chip family.George Sapountzis
Do not load the ati wrapper when the user specifies the sub-driver name in the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail and let each sub-driver speak for themselves.
2008-01-18RADEON: make sure EXA Composite is actually disabled on XPRESS chips.Alex Deucher
2008-01-18fixup register 6594 save/restoreDave Airlie