From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 50892] Invalid command stream with TURKS running Cinnamon
Date: Sat, 09 Jun 2012 08:44:38 +0000 [thread overview]
Message-ID: <bug-50892-502-C93rlMTjEl@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-50892-502@http.bugs.freedesktop.org/>
https://bugs.freedesktop.org/show_bug.cgi?id=50892
--- Comment #6 from Zoltán Böszörményi <zboszor@pr.hu> 2012-06-09 01:44:38 PDT ---
Tried to compile v3 on vanilla 3.4.1 but it failed:
CC [M] drivers/gpu/drm/radeon/evergreen_cs.o
drivers/gpu/drm/radeon/evergreen_cs.c: In function
‘evergreen_cs_track_validate_cb’:
drivers/gpu/drm/radeon/evergreen_cs.c:447:28: error: request for member ‘ptr’
in something not a structure or union
make[4]: *** [drivers/gpu/drm/radeon/evergreen_cs.o] Error 1
make[3]: *** [drivers/gpu/drm/radeon] Error 2
make[2]: *** [drivers/gpu/drm] Error 2
make[1]: *** [drivers/gpu] Error 2
make: *** [drivers] Error 2
This one-liner over your patch fixes the compilation:
--- drivers/gpu/drm/radeon/evergreen_cs.c~ 2012-06-09 08:51:34.000000000
+0200
+++ drivers/gpu/drm/radeon/evergreen_cs.c 2012-06-09 10:42:29.054351410
+0200
@@ -444,7 +444,7 @@
* command stream.
*/
if (!surf.mode) {
- volatile u32 *ib = p->ib.ptr;
+ volatile u32 *ib = p->ib->ptr;
unsigned long tmp, nby, bsize, size, min = 0;
/* find the height the ddx wants */
--
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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2012-06-09 8:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-08 18:13 [Bug 50892] New: Invalid command stream with TURKS running Cinnamon bugzilla-daemon
2012-06-08 18:18 ` [Bug 50892] " bugzilla-daemon
2012-06-08 18:18 ` bugzilla-daemon
2012-06-08 19:31 ` bugzilla-daemon
2012-06-08 19:52 ` bugzilla-daemon
2012-06-08 20:42 ` bugzilla-daemon
2012-06-09 4:02 ` bugzilla-daemon
2012-06-09 8:44 ` bugzilla-daemon [this message]
2012-06-09 10:43 ` bugzilla-daemon
2012-06-09 10:46 ` bugzilla-daemon
2012-06-09 10:46 ` bugzilla-daemon
2012-06-09 11:05 ` bugzilla-daemon
2012-06-09 11:06 ` bugzilla-daemon
2012-07-01 10:47 ` bugzilla-daemon
2014-01-23 15:31 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-50892-502-C93rlMTjEl@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox