From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 31841] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
Date: Tue, 23 Nov 2010 11:36:58 -0800 (PST)
Message-ID: <20101123193658.26AD513004E@annarchy.freedesktop.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 655B39E772
for ;
Tue, 23 Nov 2010 11:36:58 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31841
--- Comment #7 from Benjamin Franzke 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.