[Bug 93740] weston client egl corruption above certain window size since radeonsi: Enable DCC.

2016-07-02 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160702/a68fa440/attachment.html>

[Bug 96789] Black screen with R9 290 and Apple Cinema Display 23"

2016-07-02 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/99cdbdd3/attachment-0001.html>

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #34 from Benjamin Herrenschmidt --- Well, the Apple Cinema Display is nearly 10 years old too :-) But at least it's an LCD... I will open a new bug on FDO. -- You are receiving this mail because: You are watching the assignee of the

[Bug 96786] AMD Display Library (ADL) functionality unavailable/not working

2016-07-02 Thread bugzilla-dae...@freedesktop.org
are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/04134729/attachment.html>

[Bug 96782] [regression bisected] R600 fp64 and glsl-4.00 piglit failures

2016-07-02 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20160702/8b7ce340/attachment.html>

[patch] drm/mediatek/mtk_mipi_tx: checking the wrong variable

2016-07-02 Thread Matthias Brugger
On 07/01/2016 03:59 PM, Dan Carpenter wrote: > We should be checking "phy_provider" here not "phy". > > Fixes: 2e54c14e310f ('drm/mediatek: Add DSI sub driver') > Signed-off-by: Dan Carpenter > Reviewed-by: Matthias Brugger > diff --git a/drivers/gpu/drm/mediatek/mtk_mipi_tx.c >

[PATCH 4/6] drm/ttm: add the infrastructur for pipelined evictions

2016-07-02 Thread Christian König
Am 02.07.2016 um 10:39 schrieb Thomas Hellstrom: > Christian, > > Thanks for doing this! > A question below: > > On 06/15/2016 01:44 PM, Christian König wrote: >> From: Christian König >> >> Free up the memory immediately, remember the last eviction for each domain >> and >> make new

[Bug 96782] [regression bisected] R600 fp64 and glsl-4.00 piglit failures

2016-07-02 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/72b9f988/attachment-0001.html>

[PATCH] drm/radeon: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Bhaktipriya Shridhar
alloc_workqueue replaces deprecated create_singlethread_workqueue(). A dedicated workqueue has been used since work items need to be flushed as a group rather than individually. Since the flip_queue workqueue is involved in page-flipping and is not being used on a memory reclaim path,

[PATCH] drm/qxl: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Bhaktipriya Shridhar
System workqueues have been able to handle high level of concurrency for a long time now and there's no reason to use dedicated workqueues just to gain concurrency. Since the workqueue in the QXL graphics device driver is involved in freeing and processing the release ring (workitem >gc_workqxl,

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #33 from Christian König --- (In reply to Benjamin Herrenschmidt from comment #30) > The combo is Radeon R9 290 (from Sapphire) and good old Apple Cinema Display > 23" (1920x1200x60 fixed resolution display) on DVI. Well this bug

[PATCH] drm/omap: panel-dsi-cm: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Bhaktipriya Shridhar
The workqueue "workqueue" has only a single workitem(>ulps_work) per panel_drv_data and hence doesn't require ordering. Also, it is not being used on a memory reclaim path. Hence, the singlethreaded workqueue has been replaced with the use of system_wq. System workqueues have been able to handle

[Bug 119631] RadeonSI get a huge performance dip with used with the nine state tracker

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=119631 Thorsten Leemhuis changed: What|Removed |Added CC||regressions at leemhuis.info ---

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #32 from Benjamin Herrenschmidt --- Note 2: Catalyst and the Windows driver both work fine. Any way to know what formula these 2 use (I assume it's the same code) ? -- You are receiving this mail because: You are watching the

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #31 from Benjamin Herrenschmidt --- Note: It's an LCD :-) It's one of those fixed-mode panels Apple has always been fond of, one of the very first 1920x1200 out there. -- You are receiving this mail because: You are watching the

[Bug 96782] [regression bisected] R600 fp64 and glsl-4.00 piglit failures

2016-07-02 Thread bugzilla-dae...@freedesktop.org
ess PRO [Radeon HD 5850] [1002:6899] CPU hardware: AMD Phenom(tm) II X4 955 Processor -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/att

[PATCH 4/6] drm/ttm: add the infrastructur for pipelined evictions

2016-07-02 Thread Thomas Hellstrom
Christian, Thanks for doing this! A question below: On 06/15/2016 01:44 PM, Christian König wrote: > From: Christian König > > Free up the memory immediately, remember the last eviction for each domain and > make new allocations depend on the last eviction to be completed. > > Signed-off-by:

[PATCH] drm: mediatek: fix prototypes after API change

2016-07-02 Thread Mark Brown
ns(+), 12 deletions(-) -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/3bd628ed/attachment.sig>

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2016-07-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 Benjamin Herrenschmidt changed: What|Removed |Added CC||benh at kernel.crashing.org ---

[Nouveau] [PATCH 2/6] drm/nouveau/core: make use of new strtolower() function

2016-07-02 Thread Alexandre Courbot
On Fri, Jul 1, 2016 at 8:50 AM, Markus Mayer wrote: > Call strtolower() rather than walking the string explicitly to convert > it to lowercase. > > Signed-off-by: Markus Mayer > --- > drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > >

[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

2016-07-02 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20160702/aca55510/attachment.html>

[PATCH] drm/radeon: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Tejun Heo
On Sat, Jul 02, 2016 at 04:33:50PM +0530, Bhaktipriya Shridhar wrote: > alloc_workqueue replaces deprecated create_singlethread_workqueue(). > > A dedicated workqueue has been used since work items need to be flushed > as a group rather than individually. > > Since the flip_queue workqueue is

[PATCH] drm/qxl: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Tejun Heo
On Sat, Jul 02, 2016 at 04:32:09PM +0530, Bhaktipriya Shridhar wrote: > System workqueues have been able to handle high level of concurrency > for a long time now and there's no reason to use dedicated workqueues > just to gain concurrency. Since the workqueue in the QXL graphics device > driver

[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

2016-07-02 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/781cfdef/attachment.html>

[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

2016-07-02 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/8bf04a65/attachment.html>

[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

2016-07-02 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/fc642c4e/attachment-0001.html>

[Bug 96731] [RADEONSI] [LLVM] [bisected] GPU lockups when running Alien: Isolation

2016-07-02 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160702/613ff23b/attachment.html>

[Intel-gfx] Bad flicker on skylake HQD due to code in the 4.7 merge window

2016-07-02 Thread Thorsten Leemhuis
On 23.06.2016 13:25, James Bottomley wrote: > On Tue, 2016-06-21 at 17:00 -0400, James Bottomley wrote: >> On Tue, 2016-06-21 at 18:44 +0300, Ville Syrjälä wrote: >>> On Tue, Jun 21, 2016 at 09:53:15AM -0400, James Bottomley wrote: On Mon, 2016-06-20 at 11:03 +0300, Jani Nikula wrote: >

[Nouveau] [PATCH 2/6] drm/nouveau/core: make use of new strtolower() function

2016-07-02 Thread Markus Mayer
On 1 July 2016 at 18:18, Alexandre Courbot wrote: > On Fri, Jul 1, 2016 at 8:50 AM, Markus Mayer wrote: >> Call strtolower() rather than walking the string explicitly to convert >> it to lowercase. >> >> Signed-off-by: Markus Mayer >> --- >> drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 7

[PATCH] drm/omap: panel-dsi-cm: Remove deprecated create_singlethread_workqueue

2016-07-02 Thread Tejun Heo
On Sat, Jul 02, 2016 at 03:17:08PM +0530, Bhaktipriya Shridhar wrote: > The workqueue "workqueue" has only a single workitem(>ulps_work) per > panel_drv_data and hence doesn't require ordering. > Also, it is not being used on a memory reclaim path. Hence, the > singlethreaded workqueue has been

[Bug 93341] GPU lockups on RadeonHD 7770 (radeonsi driver) when running OpenGL games or after extended periods of time

2016-07-02 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20160702/83480685/attachment.html>

[PATCH 1/6] lib: string: add function strtolower()

2016-07-02 Thread Rasmus Villemoes
On Fri, Jul 01 2016, Markus Mayer wrote: > Add a function called strtolower() to convert strings to lower case > in-place, overwriting the original string. > > This seems to be a recurring requirement in the kernel that is > currently being solved by several duplicated implementations doing the