DRI not working, AMD E 300 with Radeon HD 6310

Waitman Gobble waitman at waitman.net
Thu Nov 20 14:57:30 UTC 2014


On Thu, 20 Nov 2014 14:45:58 +0100
Gerd Hafenbrack <hafenbrack at freenet.de> wrote:

> Why curious?
> R600 driver is for all Radeon HD series up to (including) Northern Islands.
> Which driver should it load to your mind?
> 
> On 2014-11-20 14:09, Waitman Gobble wrote:
> > Glad it is working. Curious that its loading the r600 driver.
> _______________________________________________
> freebsd-x11 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"

Is this not related to the R600 chipset series? 

*It's extremely possible it's my mistake in understanding.*

http://xorg.freedesktop.org/wiki/RadeonFeature/

under "Decoder ring for engineering vs marketing names"

R600	R600, RV610, RV630, RV620, RV635, RV670, RS780, RS880	HD2400 - HD4290
(these are circa 2006)
Evergreen	CEDAR, REDWOOD, JUNIPER, CYPRESS, PALM (Wrestler/Ontario), SUMO (Llano), SUMO2 (Llano)	HD5430 - HD5970, all HD6000 not listed under Northern Islands, HD7350

I think the HD 6310 should be using evergreen and not R600.. 

/usr/src # find . | grep evergreen
./sys/dev/drm2/radeon/evergreen_reg_safe.h
./sys/dev/drm2/radeon/evergreen_hdmi.c
./sys/dev/drm2/radeon/evergreen_reg.h
./sys/dev/drm2/radeon/evergreen_blit_shaders.c
./sys/dev/drm2/radeon/reg_srcs/evergreen
./sys/dev/drm2/radeon/evergreen_blit_shaders.h
./sys/dev/drm2/radeon/evergreend.h
./sys/dev/drm2/radeon/evergreen.c
./sys/dev/drm2/radeon/evergreen_blit_kms.c
./sys/dev/drm2/radeon/evergreen_cs.c

But, there's reference to r600 in the evergreen code, and vice-versa in head/sys/dev/drm2/radeon/r600.c, so maybe all is good.

-- 
Waitman Gobble <waitman at waitman.net>


More information about the freebsd-x11 mailing list