From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 79980] Random radeonsi crashes
Date: Mon, 14 Jul 2014 16:50:26 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0114118128=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4BC436E453
for ; Mon, 14 Jul 2014 09:50:26 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0114118128==
Content-Type: multipart/alternative; boundary="1405356626.e224b31.11461"; charset="us-ascii"
--1405356626.e224b31.11461
Date: Mon, 14 Jul 2014 16:50:26 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=79980
--- Comment #33 from Lukas Kahnert ---
compile error on 3.16-rc5 with this patch
drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_object_close':
drivers/gpu/drm/radeon/radeon_gem.c:183:10: error: 'struct radeon_cs_reloc' has
no member named 'domain'
bo_reloc.domain = RADEON_GEM_DOMAIN_VRAM;
^
drivers/gpu/drm/radeon/radeon_gem.c:184:10: error: 'struct radeon_cs_reloc' has
no member named 'alt_domain'
bo_reloc.alt_domain = RADEON_GEM_DOMAIN_VRAM;
^
scripts/Makefile.build:257: recipe for target
'drivers/gpu/drm/radeon/radeon_gem.o' failed
--
You are receiving this mail because:
You are the assignee for the bug.
--1405356626.e224b31.11461
Date: Mon, 14 Jul 2014 16:50:26 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 33
on bug 79980
from Lukas Kahnert
compile error on 3.16-rc5 with this patch
drivers/gpu/drm/radeon/radeon_gem.c: In function 'radeon_gem_object_close':
drivers/gpu/drm/radeon/radeon_gem.c:183:10: error: 'struct radeon_cs_reloc' has
no member named 'domain'
bo_reloc.domain = RADEON_GEM_DOMAIN_VRAM;
^
drivers/gpu/drm/radeon/radeon_gem.c:184:10: error: 'struct radeon_cs_reloc' has
no member named 'alt_domain'
bo_reloc.alt_domain = RADEON_GEM_DOMAIN_VRAM;
^
scripts/Makefile.build:257: recipe for target
'drivers/gpu/drm/radeon/radeon_gem.o' failed
You are receiving this mail because:
- You are the assignee for the bug.
--1405356626.e224b31.11461--
--===============0114118128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============0114118128==--