Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-26 | RADEON: fix depth 16 palette for real this time | Alex Deucher | |
2007-08-25 | RADEON: remove fbdev option | Alex Deucher | |
FBDev support is currently broken, and it not really compatible with randr | |||
2007-08-24 | 64 bit warning fixes. | Michel Dänzer | |
For printf vs. CARD32, use %u or %x and and a cast to unsigned. | |||
2007-08-23 | RADEON: set (hopefully) reasonable default max desktop sizes | Alex Deucher | |
Based on the amount of vram. We really need ttm... | |||
2007-08-23 | radeon: Sane handling of timeouts in WaitForVerticalSync(2). | Alon Ziv | |
RADEONWaitForVerticalSync() and RADEONWaitForVerticalSync2() need to wait for a timeout specified in milliseconds; looping around usleep() causes the timeout to be unnecessarily long, as the OS may sleep longer than requested (on Linux the minimum actual sleep value may be several ms). The new logic uses gettimeofday() in the loop to see when the (absolute) timeout has arrived. Signed-off-by: Alon Ziv <alonz@nolaviz.org> | |||
2007-08-23 | radeon: Restore memmap registers even if only AGP location changed. | Michel Dänzer | |
2007-08-23 | radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10 | Dave Airlie | |
(cherry picked from commit 3334c247540b113f9c4a5ce1879d8648a45a959a) | |||
2007-08-23 | radeon: cleanup some warningsxf86-video-ati-6.7.191 | Dave Airlie | |
2007-08-23 | Merge remote branch 'origin/randr-1.2' | Dave Airlie | |
2007-08-23 | Merge branch 'master' into randr-merge | Dave Airlie | |
Conflicts: src/radeon.h src/radeon_bios.c src/radeon_display.c src/radeon_dri.c src/radeon_driver.c src/radeon_modes.c src/radeon_probe.h src/radeon_video.c | |||
2007-08-21 | RADEON: more tv out fixes and clean up | Alex Deucher | |
2007-08-20 | RADEON: Add DefaultConnectorTable option | Alex Deucher | |
This option skips the parsing the BIOS connector table and falls back to chip specific defaults. Also remove man page section for the now gone bioshotkeys option. | |||
2007-08-15 | RADEON: Remove RADEONRestoreMode() | Alex Deucher | |
Since we no longer use it to write modes all it did was restore some of the regs for a console restore. Just move the relevant bits into RADEONRestore() and remove it. | |||
2007-08-15 | RADEON: fix console restore on r3xx and r4xx | Lisa Wu | |
When restoring the console we need to: 1) we need to restore DAC registers after all other registers are restored and CRTCs are enabled. 2) we need to enable CRTC2 registers before CRTC1 registers | |||
2007-08-04 | Clean up PortInfo to CRTC mapping | Luc Verhaegen | |
Also sanitise blanking and DPMS functions Fixes from Novell Bug 264720, and fd.o 10772 | |||
2007-08-02 | RADEON: avoid a divide by 0 and only save tv out regs if the chip has them | Alex Deucher | |
2007-08-02 | RADEON: fix tv-out enable/disable | Alex Deucher | |
2007-08-01 | RADEON: convert hard coded tv out values to calculations | Alex Deucher | |
2007-07-31 | RADEON: more fixes... | Alex Deucher | |
2007-07-31 | RADEON: 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-29 | RADEON: Initial pass at integrated tv out support | Alex 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-25 | RADEON: Compute PLL VCO gain | Alex Deucher | |
2007-07-25 | RADEON: write out saved vclk and pixclk values | Alex Deucher | |
2007-07-25 | RADEON: hack around console restore hang on r4xx | Alex Deucher | |
r4xx seems to hang when unblanking the crtc(s) when restoring the console. This needs to be investigated further. | |||
2007-07-02 | radeon: 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-29 | RADEON: save crtc on/off state for console restore | Alex Deucher | |
- prevents a possible hang if console is only using 1 crtc | |||
2007-06-29 | RADEON: simplify console restore | Alex Deucher | |
- still need to track crtcs for blank/unblank when restoring text console | |||
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-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: 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-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-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-03 | radeon: disable vbl interrupts when no 3d is running on a new enough drm | 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-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-30 | radeon: Lots of warning fixes. | Michel Dänzer | |
Move code where it's used, remove unused variables, etc. | |||
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 | 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 | |