<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - R6xx freezes with kernel 3.17 and up"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91268#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - R6xx freezes with kernel 3.17 and up"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91268">bug 91268</a>
from <span class="vcard"><a class="email" href="mailto:kap3tan@gmail.com" title="Kajzer <kap3tan@gmail.com>"> <span class="fn">Kajzer</span></a>
</span></b>
<pre>Trouble is that kernel won't compile now.
CC [M] drivers/gpu/drm/radeon/radeon_object.o
drivers/gpu/drm/radeon/radeon_object.c: In function
‘radeon_ttm_placement_from_domain’:
drivers/gpu/drm/radeon/radeon_object.c:117:20: error: ‘RADEON_GEM_GTT_UC’
undeclared (first use in this function)
if (rbo->flags & RADEON_GEM_GTT_UC) {
^
drivers/gpu/drm/radeon/radeon_object.c:117:20: note: each undeclared identifier
is reported only once for each function it appears in
drivers/gpu/drm/radeon/radeon_object.c:119:28: error: ‘RADEON_GEM_GTT_WC’
undeclared (first use in this function)
} else if ((rbo->flags & RADEON_GEM_GTT_WC) ||
^
drivers/gpu/drm/radeon/radeon_object.c: In function ‘radeon_bo_create’:
drivers/gpu/drm/radeon/radeon_object.c:198:18: error: ‘RADEON_GEM_GTT_WC’
undeclared (first use in this function)
bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC);
^
drivers/gpu/drm/radeon/radeon_object.c:198:38: error: ‘RADEON_GEM_GTT_UC’
undeclared (first use in this function)
bo->flags &= ~(RADEON_GEM_GTT_WC | RADEON_GEM_GTT_UC);
^
make[5]: *** [drivers/gpu/drm/radeon/radeon_object.o] Error 1
I made a patch with git show 02376d8282b88f07d0716da6155094c8760b1a13 >
badcommit.patch
It patched fine with no errors.
I'm out of moves now, is there any other way to either add this commit to 3.16
or take it out from 3.17 ?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>