https://bugs.freedesktop.org/show_bug.cgi?id=31841 --- Comment #7 from Benjamin Franzke <benjaminfranzke@xxxxxxxxxxxxxx> 2010-11-23 11:36:58 PST --- diska is using egl_gallium which differentiates between r300 and r600 in drm-mode using the function "is_r3xx" provided by winsys/radeon/drm/radeon_drm.h This function just checks a range of pci ids, the evergreen ids lay in the range: static INLINE boolean is_r3xx(int pciid) { return (pciid > 0x3150) && (pciid < 0x796f); } Thats why state_trackers/egl/drm/native_drm.c loads pipe_r300. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel