[PATCH 16/19] drm/atomic-helpers: document how to implement async commit

2014-08-03 Thread Daniel Vetter
On Fri, Aug 1, 2014 at 1:52 PM, Rob Clark wrote: >> + * 1. Run drm_atomic_helper_prepare_planes() first. This is the only >> function >> + * which commit needs to call which can fail, so we want to run it first and >> + * synchronously. > > Without some converted driver to look at for reference,

[PATCH 5/5] gpu/drm/ttm: Pass GFP flags in order to avoid deadlock.

2014-08-03 Thread Tetsuo Handa
>From cf572226bd1f67305dc5477fccdc6daa30396994 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 3 Aug 2014 20:02:31 +0900 Subject: [PATCH 5/5] gpu/drm/ttm: Pass GFP flags in order to avoid deadlock. Commit 7dc19d5a "drivers: convert shrinkers to new count/scan API" added deadlock warnings t

[PATCH 4/5] gpu/drm/ttm: Fix possible stack overflow by recursive shrinker calls.

2014-08-03 Thread Tetsuo Handa
>From 16009d9def2c3087772e6c9dbec6c60950ae768b Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 3 Aug 2014 20:02:03 +0900 Subject: [PATCH 4/5] gpu/drm/ttm: Fix possible stack overflow by recursive shrinker calls. While ttm_dma_pool_shrink_scan() tries to take mutex before doing GFP_KERNEL

[PATCH 3/5] gpu/drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.

2014-08-03 Thread Tetsuo Handa
>From e945aa0d6518563835c3f279b9c7f9fc3f20b38b Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 3 Aug 2014 20:01:10 +0900 Subject: [PATCH 3/5] gpu/drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions. I can observe that RHEL7 environment stalls with 100% CPU usage when

[PATCH 2/5] gpu/drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().

2014-08-03 Thread Tetsuo Handa
>From ee941e18a3c05a7589b690669611c3f0895a2d5a Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 3 Aug 2014 20:00:40 +0900 Subject: [PATCH 2/5] gpu/drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan(). We can use "unsigned int" instead of "atomic_t" by updating start_poo

[PATCH 1/5] gpu/drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().

2014-08-03 Thread Tetsuo Handa
>From 5c2f18ca300a1182e40f143b81e927426232b005 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Sun, 3 Aug 2014 19:59:35 +0900 Subject: [PATCH 1/5] gpu/drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan(). list_empty(&_manager->pools) being false before taking _manager->lock does n

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

2014-08-03 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/20140803/808b66e6/attachment-0001.html>

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

2014-08-03 Thread bugzilla-dae...@freedesktop.org
ing 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/20140803/df5dd494/attachment.html>

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

2014-08-03 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/20140803/4e30d3f9/attachment.html>

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

2014-08-03 Thread bugzilla-dae...@freedesktop.org
ing 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/20140803/6b10a644/attachment.html>

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

2014-08-03 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140803/2053345e/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-03 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/20140803/e73fc71e/attachment.html>

[Bug 81021] AMD CPUs w/ Integrated Graphics (APUs) And Turbo Core Only Boost If "fglrx" Module Is Loaded

2014-08-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=81021 --- Comment #7 from LiNuxXer --- Hello Alex, (In reply to Alex Deucher from comment #6) > Turbo Core (bapm) is controlled by a microcontroller on the APU. The same > microcontroller also manages the GPU power management. On most APU systems, >

[PATCH 07/15] drm/exynos: dsi: Add support for panel prepare and unprepare routines

2014-08-03 Thread Inki Dae
2014-08-01 18:05 GMT+09:00 Thierry Reding : > On Thu, Jul 31, 2014 at 11:12:06PM +0530, Ajay Kumar wrote: >> Modify exynos_dsi driver to support the new panel calls: >> prepare and unprepare. >> >> Signed-off-by: Ajay Kumar >> --- >> drivers/gpu/drm/exynos/exynos_drm_dsi.c | 12 ++-- >>

[PATCH 1/2] drm/exynos: g2d: make ioctls more robust

2014-08-03 Thread Inki Dae
2014-07-23 23:57 GMT+09:00 Tobias Jakobi : > Both exynos_g2d_set_cmdlist_ioctl and exynos_g2d_exec_ioctl don't check > if the G2D was succesfully probe. If that is not the case, then g2d_priv > is just NULL and extracting 'dev' from it in the next step is going to > produce a kernel oops. > > Add

[PATCH v2 1/2] drm/mipi-dsi: add (LPM) Low Power Mode transfer support

2014-08-03 Thread Inki Dae
2014-08-03 16:03 GMT+09:00 Inki Dae : > 2014-07-29 19:23 GMT+09:00 Andrzej Hajda : >> On 07/29/2014 02:57 AM, YoungJun Cho wrote: >>> Hi Andrzej, >>> >>> On 07/29/2014 01:09 AM, Andrzej Hajda wrote: On 07/28/2014 04:00 AM, Inki Dae wrote: > This patch adds below two flags for LPM transfer,

[Bug 79980] Random radeonsi crashes

2014-08-03 Thread bugzilla-dae...@freedesktop.org
top.org/archives/dri-devel/attachments/20140803/1e5a6c6c/attachment.html>

[PATCH v2 1/2] drm/mipi-dsi: add (LPM) Low Power Mode transfer support

2014-08-03 Thread Inki Dae
2014-07-29 19:23 GMT+09:00 Andrzej Hajda : > On 07/29/2014 02:57 AM, YoungJun Cho wrote: >> Hi Andrzej, >> >> On 07/29/2014 01:09 AM, Andrzej Hajda wrote: >>> On 07/28/2014 04:00 AM, Inki Dae wrote: This patch adds below two flags for LPM transfer, and it attaches LPM flags to a msg in ac

[Bug 76490] Hang during boot when DPM is on (R9 270X)

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

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2014-08-03 Thread bugzilla-dae...@freedesktop.org
/dri-devel/attachments/20140803/71b1ab0c/attachment.html>

[PATCH 1/2] drm/exynos: g2d: make ioctls more robust

2014-08-03 Thread Tobias Jakobi
Inki Dae wrote: > It seems that you have no build test because above line incurs build > error. Anyway I fixed it up. That's why I have sent v2 of the patch. With best wishes, Tobias

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-03 Thread bugzilla-dae...@freedesktop.org
g new for me. -- 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/20140803/d266bf89/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

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

[Bug 66963] Rv6xx dpm problems

2014-08-03 Thread bugzilla-dae...@freedesktop.org
o. -- 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/20140803/0e92ff1a/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-03 Thread bugzilla-dae...@freedesktop.org
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140803/c47d5f23/attachment.html>

[Bug 81644] Random crashes on RadeonSI with Chromium.

2014-08-03 Thread bugzilla-dae...@freedesktop.org
iving 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/20140803/bf91b719/attachment.html>