Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-28 | RADEON: factor out surface_cntl init into one function | Alex Deucher | |
2007-06-28 | RADEON: move crtc base setups to new functions | Alex Deucher | |
2007-06-28 | RADEON: fix corruption after 3D apps run | Alex Deucher | |
2007-06-28 | RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch() | Alex Deucher | |
2007-06-28 | RADEON: Switch cursor back to memcpy() | Alex Deucher | |
2007-06-25 | RADEON: make sure we unblank in RADEONRestore() | Alex Deucher | |
reported by Andrew Randrianasulu (bugs 11357, 11146) | |||
2007-06-25 | RADEON: make sure we set the stride properly | Alex Deucher | |
2007-06-25 | RADEON: attempt to fix cursor on big endian (only tested on x86) | Alex Deucher | |
2007-06-25 | RADEON: fix possible segfault on mobility chips with MM tables | Alex Deucher | |
spotted by Stefan Buehler | |||
2007-06-25 | RADEON: fix possible segfault on mobility chips with MM tables | Alex Deucher | |
reported by Stefan Buehler | |||
2007-06-25 | RADEON: tiling and FB size fixes | Alex 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-22 | RADEON: bump crtc max to 1200 so 1600x1200 will work out of the box | Alex Deucher | |
- a better fix will be forthcoming... | |||
2007-06-22 | RADEON: Fix VT switch hangs | Andrew Randrianasulu | |
- re-order DRI resume functions in EnterVT() - fixes bug 11287 | |||
2007-06-22 | RADEON: Fix VT switch hangs | Andrew Randrianasulu | |
- reorder RADEONDRISetVBlankInterrupt() and RADEONDRIResume() - see bug 11287 | |||
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-18 | RADEON: only touch LVDS on mobility chips | Alex Deucher | |
2007-06-15 | Update CRT2pScrn->monitor->Last to reflect the | Henry Zhao | |
last mode of CRT2pScrn. See bug 11278. | |||
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: 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-12 | RADEON: limit PanelPwrDly to 2000 ms on ATOM bios as per legacy bios | Tormod Volden | |
- fixes bug 11238 | |||
2007-06-12 | RADEON: make sure RADEON_LVDS_ON is cleared when turning LVDS off | Alex Deucher | |
- fixes bug 3483 | |||
2007-06-11 | radeon: Fix panel size detection from registers with stretched mode programmed. | Michel Dänzer | |
2007-06-11 | radeon: Don't loop indefinitely if no mode matches detected panel size. | Michel Dänzer | |
2007-06-11 | radeon: Fix some more ErrorFs when setting mode. | Michel Dänzer | |
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 | radeon: disable irqs at server start until 3D app starts | Dave Airlie | |
2007-06-03 | radeon: disable vbl interrupts when no 3d is running on a new enough drm | 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 | |