Yea, I don't think so. I copied the diff++ and patch won't apply it.
Code:
siggma@ibex:~/xf86-video-ati$ sudo patch -p001 < ../tearfreepatch.txt
patching file src/atombios_crtc.c
patch: **** malformed patch at line 6: OUTREG(AVIVO_D1MODE_VIEWPORT_SIZE + radeon_crtc->crtc_offset,
Either copying it from the web messed up line endings or it's not valid for the current version.

Thanks anyway.
Update:
For those who care the latest radeonhd works better now and is almost usable.
Git compile instructions are here: http://www.digitalself.org/2008/06/1...ri-3d-support/
Relevant xorg.conf for r560 (x1650) using HDMI->DMI adapter ->LG 19" panel below:
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "radeonhd"
# Option "AccelMethod" "EXA"
Option "DRI" "true"
Option "UseFastTLS" "2"
Option "BackingStore" "on"
Option "MaxGARTSize" "512"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
Option "DisplayPriority" "HIGH" #BIOS or AUTO
EndSection
NOTE: Page flipping makes a HUGE difference for me. I still see video artifacts but it's nowhere near as bad as it has been.