Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-19 | RADEON: Split FP reg restore to only touch regs relevant to the output | Alex Deucher | |
- only restore output specific regs - restore fp2_gen_cntl on R200 DAC restore as R200 DAC2 is connected via DVO | |||
2007-06-18 | RADEON: only touch LVDS on mobility chips | Alex Deucher | |
2007-06-12 | RADEON: yet another LVDS... | Alex Deucher | |
2007-06-12 | RADEON: additional LVDS off fix (missed in previous commit) | Alex Deucher | |
2007-06-12 | radeon: Fix panel size detection from registers with stretched mode programmed. | Michel Dänzer | |
2007-06-12 | RADEON: make sure to clear RADEON_LVDS_ON when turning LVDS off | Alex Deucher | |
- fixes bug 3483 | |||
2007-06-12 | RADEON: limit PanelPwrDly to 2000 ms on ATOM bios as per legacy bios | Tormod Volden | |
- fixes bug 11238 | |||
2007-06-07 | RADEON: fix some issues with bios table init code | Alex Deucher | |
- fix some issues with bios table init code - re-org preinit to better handle bios table init of cards | |||
2007-06-07 | Fixed 'make dist'. | Tilman Sauerbeck | |
2007-06-06 | RADEON: implement support for posting cards based on x86 bios tables (untested) | Alex Deucher | |
This is based on the netbsd radeonfb driver by Garrett D'Amore. The code is not hooked up yet, but should allow you to post cards without needing to execute bios code. This should be useful on non-x86 platforms, for posting secndary cards, and for suspend/resume. Works on legacy bioses only (no ATOM support). | |||
2007-06-05 | RADEON: fixup RADEONDisplayVideo() to better handle the crtc being used | Alex Deucher | |
2007-06-04 | RADEON: fix indenting | Alex Deucher | |
2007-06-04 | RADEON: no need to go through all the crtcs, we've got what we need | Alex Deucher | |
2007-06-04 | RADEON: add support for RMX on DVI, make sure RMX is only enabled on crtc1 | Alex Deucher | |
2007-06-04 | RADEON: remove some cruft | Alex Deucher | |
2007-06-04 | RADEON: number the outputs if there are more than one of the same | Alex Deucher | |
2007-06-03 | radeon: disable irqs at server start until 3D app starts | Dave Airlie | |
2007-06-03 | randr-1.2 increase dri minor version for mesa to know we can do vbl on both | Dave Airlie | |
2007-06-03 | randr-1.2: add support for vblank on both heads | Dave Airlie | |
Also disable vbl when 3D isn't running | |||
2007-06-03 | randr-1.2: make native mode preferred | Dave Airlie | |
If we have a native mode from the BIOS make it preferred mode | |||
2007-06-02 | RADEONProbePLLParameters sets pll->reference_div, and | Paul TBBle Hampson | |
RADEONGetPanelInfoFromReg uses it. This ensures that the former is called before the latter. (this should fix randr on ppc) | |||
2007-05-31 | Fix build whithout XF86DRI | Matthieu Herrb | |
2007-05-30 | radeon: Lots of warning fixes. | Michel Dänzer | |
Move code where it's used, remove unused variables, etc. | |||
2007-05-30 | remove these syncs, at least on rs480 it doesn't break | Dave Airlie | |
probably requires testing on other r300 based cards, with the syncs in we hang when moving the cursor into the second CRTC. | |||
2007-05-30 | Merge branch 'origin' into randr-1.2-test | Dave Airlie | |
Conflicts: src/radeon_cursor.c src/radeon_display.c src/radeon_driver.c | |||
2007-05-29 | Fix build without XF86DRI | Matthieu Herrb | |
2007-05-29 | Fix build without XF86DRI | Matthieu Herrb | |
2007-05-30 | radeon: add bios quirk for nx6125 monid | Dave Airlie | |
2007-05-30 | rs480: more unknown regs | Dave Airlie | |
Hardcode the values from a working fglrx run, this works for me now I've no idea what it might do for anyone else | |||
2007-05-29 | rs480: make second crtc work with magic number in magic register. | Dave Airlie | |
I've no idea why or what this does. | |||
2007-05-29 | rs480: only has single dac | Dave Airlie | |
2007-05-29 | Merge branch 'origin' | Dave Airlie | |
2007-05-26 | RADEON: remove some dead code from the last commit | Alex Deucher | |
2007-05-26 | RADEON: more rotation work (still not there) | Alex Deucher | |
- once again borrowed heavily from intel | |||
2007-05-26 | RADEON: first pass at rotation (not working yet) | Alex Deucher | |
- based heavily on intel | |||
2007-05-26 | RADEON: clean up and add comment regarding clones | Alex Deucher | |
2007-05-26 | RADEON: Switch SetOutputType() to use names rather than numbers | Alex Deucher | |
2007-05-26 | RADEON: make sure we have the lock when SYNCing | Alex Deucher | |
2007-05-26 | RADEON: Make sure LVDS and FP2 routing info gets written | Alex Deucher | |
2007-05-26 | RADEON: fix handling of DRI lock | Alex Deucher | |
2007-05-26 | RADEON: implement backlight control for LVDS | Alex Deucher | |
This code is currently disabled as I'm not sure which laptops actually use this method for backlight control. My laptop seems to use another method as adjusting the backlight level doesn't seem to touch LVDS_GEN_CNTL. Maybe just macs? | |||
2007-05-25 | RADEON: implement auto/analog/digital output property for DVI-I (untested) | Alex Deucher | |
2007-05-25 | RADEON: more clean of last commits | Alex Deucher | |
2007-05-25 | RADEON: fixup last commit and add support for ext TMDS detect | Alex Deucher | |
2007-05-25 | RADEON: clean up non-DDC probe, add detect for DVI | Alex Deucher | |
2007-05-23 | RADEON: clean up some logic | Alex Deucher | |
2007-05-23 | RADEON: add output properties (not functional yet) | Alex Deucher | |
2007-05-22 | radeon: Provide new DRI texOffsetStart hook when available with EXA. | Michel Dänzer | |
2007-05-22 | RADEON: Only add valid connectors | Alex Deucher | |
2007-05-21 | radeon: HW cursor cleanup. | Michel Dänzer | |
Don't needlessly turn the HW cursor on/off in RADEONLoadCursor*(). Besides cleaning up the code, this semms to avoid some HW cursor related 3D lockups, see https://bugs.freedesktop.org/show_bug.cgi?id=10815 . My best guess is that this is because the engine is now always idled before touching the CRTC registers. |