[Bug 31841] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 23 11:36:58 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31841

--- Comment #7 from Benjamin Franzke <benjaminfranzke at googlemail.com> 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.


More information about the dri-devel mailing list