way to go AMD / ATI
thanks for your continued efforts put on the drivers (KMS, gallium, energy savings, 3D, etc.)![]()
HoN support is a long ways off; I can't even get it working on my Intel GPU. There is a texture compression problem (for all OSS drivers), which can be worked around by faking st3c OpenGL extension. But I get a mesa crash once I start a game, however it seems to be specific to Intel since it's crashing in i965 header. And Intel currently has much better 3D support than R600 in Mesa.
way to go AMD / ATI
thanks for your continued efforts put on the drivers (KMS, gallium, energy savings, 3D, etc.)![]()
The Tigris platform with Caspian 45nm CPU is supposed to be released next month, but from what I've read availability will be restricted to Asia at first, and may not reach US/Europe/rest of world till much later.
It's been pretty frustrating to me too - AMD makes the best GPUs but you can't buy a notebook with an AMD CPU, GPU, and top-rank display; they simply don't exist. (Thanks a lot, Intel and your illegal business practices. You suck.) Even with the anti-trust convictions in Asia and Europe, the market hasn't changed.
I'm still looking for an AMD-powered 15" notebook with WUXGA LED-backlit display. Seems like I'll be looking for a long time still, unless I find a compatible WUXGA screen to swap into my Puma laptop (which is currently WSXGA+).
But back on topic - nice going guys, this is great progress on the drivers.
There is a patch: http://www.phoronix.com/forums/showp...&postcount=172
You need it for kernel > 2.6.28!
Well, I think most of the time a CPU is in idle mode. Therefore it is a quite valid benchmark! On Notebooks the performance is not the important part, but battery life is*. If you need performance, you buy a desktop PC (with a lot less problems with cooling, noise aand burned fingers) or do stuff remote on a real numbercruncher.
But back to topic:
Congratulations! :-)
*Especially if people like you and bridgeman and your colleagues taking work away from the CPU with your GPUs (e.g. HD-encoding/decoding)! YOU are killing AMDs CPUs! YOU are killing good arguments for buying a AMD CPU with your uber-graphic-chips that nearly do everything beside cooking coffee and making toast (any chance that this will implemented in R900?)! SHAME ON YOU, you GPU-programmers, builder, architects! I think, this is a hostile takeover from ATi! ;-)
Now I got the stats that I was looking for
Could I have used git to tell me what branches that exist?Code:~/drm$ git diff b48bd 59ed4 --stat bsd-core/drm_mode.h | 1 + bsd-core/r600_cp.c | 1 + bsd-core/r600_microcode.h | 1 + bsd-core/radeon/Makefile | 4 +- linux-core/Makefile.kernel | 2 +- linux-core/ati_pcigart.c | 4 +- linux-core/drm_agpsupport.c | 8 + linux-core/drm_compat.h | 9 +- linux-core/drm_fops.c | 2 +- linux-core/drm_memory.c | 5 + linux-core/drm_os_linux.h | 3 +- linux-core/drm_sysfs.c | 6 +- linux-core/drm_vm.c | 9 + linux-core/r600_cmdbuf.c | 1 + linux-core/r600_cp.c | 1 + linux-core/r600_microcode.h | 1 + linux-core/radeon_cs.c | 1 + linux-core/radeon_drv.c | 10 +- shared-core/drm_mode.h | 2 + shared-core/drm_pciids.txt | 123 + shared-core/r600_cmdbuf.c | 685 ++++ shared-core/r600_cp.c | 2545 ++++++++++++ shared-core/r600_microcode.h | 9025 +++++++++++++++++++++++++++++++++++++++++- shared-core/radeon_cp.c | 391 ++- shared-core/radeon_cs.c | 852 ++++ shared-core/radeon_drm.h | 29 +- shared-core/radeon_drv.h | 718 ++++- shared-core/radeon_irq.c | 14 +- shared-core/radeon_state.c | 86 +- tests/modeprint/app | Bin 16233 -> 0 bytes 30 files changed, 14405 insertions(+), 134 deletions(-) ~/drm$