[Bug 102204] GLideN64 very slow on oland/radeonsi

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102204 H4nN1baL changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |reizemb...@gmail.com

[PATCH] drm/msm/mdp5: fix semicolon.cocci warning

2018-01-21 Thread Julia Lawall
From: Fengguang Wu Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall --- v2: Fix driver name in subject line url:

[PATCH v2] drm/msm/hdmi: fix semicolon.cocci warnings

2018-01-21 Thread Julia Lawall
From: Fengguang Wu Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Laurent Pinchart Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall

[PATCH v2] drm: zte: fix device_node_continue.cocci warnings

2018-01-21 Thread Julia Lawall
From: Fengguang Wu Device node iterators put the previous value of the index variable, so an explicit put causes a double put. Generated by: scripts/coccinelle/iterators/device_node_continue.cocci Fixes: 88e6e13dd66c ("drm: vc4: Use drm_atomic_helper_shutdown() to

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #28 from Barto (mister.free...@laposte.net) --- I made another test, by using a player like VLC and a video file ( 1080p, 60 FPS ) : - with a video file 1080p@60 fps, GPU acceleration disabled ( XV output ) and kernel 4.15rc8 : I can

[PATCH] dt-bindings: display: stm32: add pixel clock mandatory property

2018-01-21 Thread Philippe Cornu
Add the DPI/RGB input pixel clock in mandatory properties because it really offers a better preciseness for timing computations. Signed-off-by: Philippe Cornu --- Please apply "dt-bindings: display: stm32: correct clock-names in dsi panel example" before this patch.

Re: [PATCH] drm: vc4: fix semicolon.cocci warnings

2018-01-21 Thread Eric Anholt
Julia Lawall writes: > From: Fengguang Wu > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci Looks like you've grabbed the wrong driver in the subject prefix for these, might want to resend with those fixed to

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #23 from Barto (mister.free...@laposte.net) --- so here is the output of "cat /sys/kernel/debug/dri/0/ttm_dma_page_pool" when no youtube video are played ( firefox is not running ), with kernel 4.15rc8 : pool refills

[Bug 98856] DIRT: Showdown broken graphics with Mesa built with -Ofast

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98856 --- Comment #9 from Gregor Münch --- Still the same with -Ofast. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

Re: [PATCH v2] dt-bindings: display: stm32: add pixel clock mandatory property

2018-01-21 Thread Philippe CORNU
Hi Rob, On 01/19/2018 11:43 PM, Rob Herring wrote: > On Fri, Jan 12, 2018 at 04:30:34PM +0100, Philippe Cornu wrote: >> Add the DPI/RGB input pixel clock in mandatory properties >> because it really offers a better preciseness for timing >> computations. >> Note: Fix also the DSI panel example

Re: [PATCH v17 03/10] video: backlight: Add of_find_backlight helper in backlight.c

2018-01-21 Thread Noralf Trønnes
Den 19.01.2018 12.05, skrev Daniel Thompson: On Fri, Jan 19, 2018 at 10:42:15AM +, Meghana Madhyastha wrote: Add of_find_backlight, a helper function which is a generic version of tinydrm_of_find_backlight that can be used by other drivers to avoid repetition of code and simplify things.

[Bug 101484] [regression, bisected] Steam fails to render content, if mesa is compiled with -O2 -march=native (CPU with bmi instruction supported)

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101484 Gregor Münch changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH 1/2] drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE

2018-01-21 Thread Giulio Benetti
Can't set dclk polarity on sun4i. Handle both positive and negative dclk polarity, according to bus_flags. Signed-off-by: Giulio Benetti --- drivers/gpu/drm/sun4i/sun4i_tcon.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git

[Bug 104602] Graphical artifacts in Civilization VI on RX Vega

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104602 --- Comment #3 from Jason Playne --- So I was able to get an API trace of the problem! (I am rather happy to now be holding apitrace correctly!) it does weigh in at 1.5GiB compressed but it does show all the badly

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #21 from Christian König (christian.koe...@amd.com) --- (In reply to Barto from comment #18) > pool refills pages freedinuse available name >wc 801 0 2834 370 radeon >

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #19 from Barto (mister.free...@laposte.net) --- (In reply to Christian König from comment #16) > Huge pages are always disabled on your system. It would be interesting to > see what happens when you try to enable them, not disable

[PATCH v4 4/8] drm: Add DRM client cap for aspect-ratio

2018-01-21 Thread Nautiyal, Ankit K
From: Ankit Nautiyal To enable aspect-ratio support in DRM, blindly exposing the aspect-ratio information along with mode, can break things in existing user-spaces which have no intention or support to use this aspect-ratio information. To avoid this, a new drm

Re: [PATCH v17 06/10] drm/tinydrm: Call devres version of of_find_backlight

2018-01-21 Thread Noralf Trønnes
Den 19.01.2018 11.46, skrev Meghana Madhyastha: Call devm_of_find_backlight (the devres version) instead of of_find_backlight. Signed-off-by: Meghana Madhyastha --- I already put my r-b on this one in the previous version, but now also: Tested-by: Noralf

[PATCH] dt-bindings: display: stm32: correct clock-names in dsi panel example

2018-01-21 Thread Philippe Cornu
In the dsi panel example, clock names in the "clock-names" field have been swapped: * "pclk" (peripheral clock) is < 1 CLK_F469_DSI> on stm32f4 * "ref" (dsi phy pll ref clock) is <_hse> on stm32f4 Signed-off-by: Philippe Cornu ---

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #25 from Barto (mister.free...@laposte.net) --- Someone has made a suggestion to me : go to "about:support" in firefox for ckecking some options, I can read this : HW_COMPOSITING blocked by default: Acceleration blocked by platform

Re: [RFC 1/4] drm/nouveau: Add support for basic clockgating on Kepler1

2018-01-21 Thread Martin Peres
On 16/01/18 00:06, Lyude Paul wrote: > This adds support for enabling automatic clockgating on nvidia GPUs for > Kepler1, referred to as "CG" throughout the driver. This is one of two > powersaving levels that Kepler1 supports. Thanks a lot for all this work! It was long overdue and it is nice to

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #17 from Christian König (christian.koe...@amd.com) --- What is the content of /sys/kernel/debug/dri/0/ttm_dma_page_pool while you are playing a youtube video? And can you try to compile the kernel with CONFIG_SWIOTLB disabled? --

Re: [PATCH v2] drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()

2018-01-21 Thread Eric Anholt
Boris Brezillon writes: > When saving BOs in the hang state we skip one entry of the > kernel_state->bo[] array, thus leaving it to NULL. This leads to a NULL > pointer dereference when, later in this function, we iterate over all > BOs to check their ->madv

[Bug 104655] AMD R9 Fury + BenQ XL2546: Setting 240 Hz results in screen distortion

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104655 --- Comment #6 from omin...@autistici.org --- Tested this with my on-board Intel graphics capabilities. The issue does not occur. It seems to be isolated to AMD graphics. -- You are receiving this mail because: You are the assignee for the

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #24 from Barto (mister.free...@laposte.net) --- I forgot the third case, here is the output after a youtube video has been played on firefox 57, I closed firefox and now here is the output : # cat

[Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio)

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101900 letha...@gmail.com changed: What|Removed |Added Summary|No HDMI HBR audio on|No HDMI HBR audio on

Re: [PATCH v2 03/12] drm: rcar-du: Fix legacy DT to create LVDS encoder nodes

2018-01-21 Thread Sergei Shtylyov
Hello! On 1/13/2018 2:14 AM, Laurent Pinchart wrote: Here's my (superficial) comments... The internal LVDS encoders now have their own DT bindings. Before switching the driver infrastructure to those new bindings, implement backward-compatibility through live DT patching. Patching is

[Bug 101900] No HDMI HBR audio on Polaris (no TrueHD, no Atmos, no Neo:X, no HD Master audio) and static noise in sound when LPCM

2018-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101900 --- Comment #26 from letha...@gmail.com --- The UVD polaris firmware update from 18 of january 2018 solves my problem: the LPCM & DTS sound is normal now. Still missing are high bitrate codecs (dts-hd etc). The RX cards can finally serve as

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #18 from Barto (mister.free...@laposte.net) --- here is the output of "cat /sys/kernel/debug/dri/0/ttm_dma_page_pool" with kernel 4.15rc8 when I play a youtube video hd@60 fps in full screen mode : pool refills pages

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #20 from Christian König (christian.koe...@amd.com) --- (In reply to Barto from comment #19) > AnonHugePages:106496 kB > ShmemHugePages:0 kB ... > but what means the line "AnonHugePages" ? Ah crap you are right,

Re: [PATCH v17 03/10] video: backlight: Add of_find_backlight helper in backlight.c

2018-01-21 Thread Noralf Trønnes
Den 19.01.2018 11.42, skrev Meghana Madhyastha: Add of_find_backlight, a helper function which is a generic version of tinydrm_of_find_backlight that can be used by other drivers to avoid repetition of code and simplify things. Signed-off-by: Meghana Madhyastha

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #16 from Christian König (christian.koe...@amd.com) --- (In reply to Barto from comment #15) > Hello Christian, > > I tried to disable "transparent huge page" with the kernel parameter > "transparent_hugepage=never", but the bug is

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #26 from Christian König (christian.koe...@amd.com) --- (In reply to Barto from comment #25) > but this advice seems to be a "cheat mode/workaround", it doesn't explain > why your commit triggers this problem with firefox 57 when >

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #22 from Barto (mister.free...@laposte.net) --- (In reply to Christian König from comment #21) > Best approach would be to gather the "while you play the video" numbers from > a separate system over ssh, because when you put the

Re: [PATCH v17 09/10] drm/panel: Use of_find_backlight helper

2018-01-21 Thread Noralf Trønnes
Den 19.01.2018 11.47, skrev Meghana Madhyastha: Replace of_find_backlight_by_node and of the code around it with of_find_backlight helper to avoid repetition of code. Signed-off-by: Meghana Madhyastha --- changes in v17: -remove put_device() to avoid double put

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #27 from Barto (mister.free...@laposte.net) --- (In reply to Christian König from comment #26) > Now what I see when I look at your numbers is that user space allocated and > freed (13608−4514)*2M = 18.1GB of memory while playing

Re: [RFC] Per file OOM badness

2018-01-21 Thread Eric Anholt
Michel Dänzer writes: > On 2018-01-19 11:02 AM, Michel Dänzer wrote: >> On 2018-01-19 10:58 AM, Christian König wrote: >>> Am 19.01.2018 um 10:32 schrieb Michel Dänzer: On 2018-01-19 09:39 AM, Christian König wrote: > Am 19.01.2018 um 09:20 schrieb Michal Hocko:

[Bug 198511] lags in youtube videos 1080p 60fps with radeon hd4650 and kernel 4.15rc8

2018-01-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198511 --- Comment #15 from Barto (mister.free...@laposte.net) --- Hello Christian, I tried to disable "transparent huge page" with the kernel parameter "transparent_hugepage=never", but the bug is still here here is the output of "cat /proc/meminfo"

Re: [PATCH] drm/amdkfd: Use ARRAY_SIZE macro in kfd_build_sysfs_node_entry

2018-01-21 Thread Gustavo A. R. Silva
Quoting Felix Kuehling : Looks good. This change is Reviewed-by: Felix Kuehling Thanks Felix. -- Gustavo ___ dri-devel mailing list dri-devel@lists.freedesktop.org

[PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly

2018-01-21 Thread Giulio Benetti
On previous handling, if specified DRM_MODE_FLAG_N*SYNC, it was ignored, because only PHSYNC and PVSYNC were taken into account. DRM_MODE_FLAG_P*SYNC and DRM_MODE_FLAG_N*SYNC are not exclusive. If flags contains PVSYNC, it doesn't mean it is NVSYNC. And it's true also the contrary. Also, as I've