[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
-- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/849e2203/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/e59db871/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-08-02 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/b29c76de/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
tachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/ab2ca816/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
be launched anymore -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/af7ef095/attachment.html>

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-08-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #68 from kilobug at kilobug.org --- So I did a bit more tests, I had a few freezes mostly in non-GL tasks (terminal, ...). SAK does work to kill X and reset the card, thanks perry3d for the tip. Here is a dmesg after a freeze and a SAK

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-08-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #69 from kilobug at kilobug.org --- Created attachment 144881 --> https://bugzilla.kernel.org/attachment.cgi?id=144881&action=edit dmesg after freeze using terminal and a SAK -- You are receiving this mail because: You are watching

[Bug 82046] New: xbmc crashes with recent git mesa (git-150ac07) on r600g

2014-08-02 Thread bugzilla-dae...@freedesktop.org
use glamor as acceleration method. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/cc5d5f46/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-08-02 Thread bugzilla-dae...@freedesktop.org
for kernels < 3.17. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/93450909/attachment.html>

[Bug 82050] New: R9270X pyrit benchmark perf regressions with latest kernel/llvm

2014-08-02 Thread bugzilla-dae...@freedesktop.org
T 2.9) #5: 'Network-Clients': 0.0 PMKs/s (RTT 0.0) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/63d4bbce/attachment.html>

[Bug 74250] [HAWAII][DPM] New Version 3.1 for ASIC_ProfilingInfo / ci_upload_dpm_level_enable_mask failed

2014-08-02 Thread bugzilla-dae...@freedesktop.org
eceiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/99b6cc33/attachment.html>

[Bug 82055] New: [HAWAII] Running some programs, when HW acceleration is on, causes X to spike in CPU usage → unresponsive desktop

2014-08-02 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/ed949270/attachment-0001.html>

[PATCH v2 14/25] amdkfd: Add mqd_manager module

2014-08-02 Thread Oded Gabbay
On 21/07/14 05:33, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:21PM +0300, Oded Gabbay wrote: >> From: Ben Goz >> >> The mqd_manager module handles MQD data structures. MQD stands for Memory >> Queue Descriptor, which is used by the H/W to keep the usermode queue state >> in memory. >

[PATCH v2 11/25] amdkfd: Add basic modules to amdkfd

2014-08-02 Thread Oded Gabbay
On 21/07/14 02:02, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:18PM +0300, Oded Gabbay wrote: >> From: Andrew Lewycky >> >> This patch adds the process module and 4 helper modules: >> >> - kfd_process, which handles process which open /dev/kfd >> - kfd_doorbell, which provides helper fu

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/76a41843/attachment.html>

[PATCH v2 09/25] amdkfd: Add amdkfd skeleton driver

2014-08-02 Thread Oded Gabbay
On 20/07/14 20:09, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:16PM +0300, Oded Gabbay wrote: >> This patch adds the amdkfd skeleton driver. The driver does nothing except >> define a /dev/kfd device. >> >> It returns -ENODEV on all amdkfd IOCTLs. >> >> Signed-off-by: Oded Gabbay >> ---

[PATCH v2 08/25] amdkfd: Add IOCTL set definitions of amdkfd

2014-08-02 Thread Oded Gabbay
On 20/07/14 19:54, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:15PM +0300, Oded Gabbay wrote: >> - KFD_IOC_GET_VERSION: >> Retrieves the interface version of amdkfd >> >> - KFD_IOC_CREATE_QUEUE: >> Creates a usermode queue that runs on a specific GPU device >> >> - KFD_IOC_DEST

[PATCH v2 06/25] drm/radeon: Add radeon <--> amdkfd interface

2014-08-02 Thread Oded Gabbay
On 20/07/14 20:35, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:29:13PM +0300, Oded Gabbay wrote: >> This patch adds the interface between the radeon driver and the amdkfd >> driver. >> The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. >> >> The interface itself is

[Bug 81680] [r600g] Firefox crashes with hardware acceleration turned on

2014-08-02 Thread bugzilla-dae...@freedesktop.org
don't understand how to determine how r600_dri.so was built and etc. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/6be9f5a0/attachment.html>

[Bug 64475] Euro Track Simulator II game slow in cabin with r600g and radeonsi

2014-08-02 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140802/ebf6143f/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-08-02 Thread bugzilla-dae...@freedesktop.org
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/3b73fa0d/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
L: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/2256e64f/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-02 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140802/6119c2db/attachment-0001.html>