[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #45 from Mathieu Belanger --- Just an update : Still no new "random" crash since patch applied. The only crash I got since patch applied are some partial and recoverable crash that occurred due to insufficient voltage to the

Re: linux-next: manual merge of the drm tree with the drm-misc-fixes tree

2019-09-15 Thread Vasily Khoruzhick
On Sun, Sep 15, 2019 at 2:18 PM Mark Brown wrote: > > Hi all, Hi Mark, > Today's linux-next merge of the drm tree got a conflict in: > > drivers/gpu/drm/lima/lima_gem.c > > between commit: > > 21670bd78a25001cf8e ("drm/lima: fix lima_gem_wait() return value") > > from the drm-misc-fixes

Re: [Nouveau] [Intel-gfx] [PATCH v6 08/17] drm/ttm: use gem vma_node

2019-09-15 Thread Ben Skeggs
On Wed, 11 Sep 2019 at 07:53, Thierry Reding wrote: > > On Sat, Sep 07, 2019 at 09:58:46PM -0400, Ilia Mirkin wrote: > > On Wed, Aug 21, 2019 at 7:55 AM Thierry Reding > > wrote: > > > > > > On Wed, Aug 21, 2019 at 04:33:58PM +1000, Ben Skeggs wrote: > > > > On Wed, 14 Aug 2019 at 20:14, Gerd

Re: [PATCH 0/3] add panel driver for innolux, p097pfg with ssd2825 bridge

2019-09-15 Thread Nicolas Boichat
Hi Jitao, On Thu, Sep 12, 2019 at 5:04 PM Jitao Shi wrote: > > Add driver to support panel innolux,p097pfg with bridge ssd2858. > SSD2858 can spilt dsi 4 lanes to 8 lanes. > > Jitao Shi (3): > drm/panel: panel-innolux: Allow 2 reset pins for panel > dt-bindings: display: Add documentation

[Bug 202445] amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering

2019-09-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202445 --- Comment #33 from Clément Guérin (li...@protonmail.com) --- It looks like the luminance flickering situation is much improved when using linux 5.3 with this "LFC behaviour" patch applied:

[PATCH v5 5/8] dt-bindings: display: panel: add boe tv101wum-n53 panel documentation

2019-09-15 Thread Jitao Shi
Add dcumentation for boe,tv101wum-n53, which is mipi dsi video panel and resolution is 1200x1920. Signed-off-by: Jitao Shi --- .../display/panel/boe,tv101wum-n53.txt| 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v5 8/8] drm/panel: support for auo,b101uan08.3 wuxga dsi video mode panel

2019-09-15 Thread Jitao Shi
Auo,auo,b101uan08.3's connector is same as boe,tv101wum-nl6. The most codes can be reuse. So auo,b101uan08.3 and boe,tv101wum-nl6 use one driver file. Add the different parts in driver data. Signed-off-by: Jitao Shi --- .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 78 +++ 1

[PATCH v5 7/8] dt-bindings: display: panel: add AUO auo,b101uan08.3 panel documentation

2019-09-15 Thread Jitao Shi
Add dcumentation for auo,b101uan08.3, which is mipi dsi video panel and resolution is 1200x1920. Signed-off-by: Jitao Shi --- .../display/panel/auo,b101uan08.3.txt | 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v5 4/8] drm/panel: support for auo, kd101n80-45na wuxga dsi video mode panel

2019-09-15 Thread Jitao Shi
Auo,kd101n80-45na's connector is same as boe,tv101wum-nl6. The most codes can be reuse. So auo,kd101n80-45na and boe,tv101wum-nl6 use one driver file. Add the different parts in driver data. Signed-off-by: Jitao Shi --- drivers/gpu/drm/panel/Kconfig | 6 +-

[PATCH v5 2/8] drm/panel: support for BOE tv101wum-nl6 wuxga dsi video mode panel

2019-09-15 Thread Jitao Shi
Add driver for BOE tv101wum-nl6 panel is a 10.1" 1200x1920 panel. Signed-off-by: Jitao Shi Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 + .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 709

[PATCH v5 1/8] dt-bindings: display: panel: Add BOE tv101wum-n16 panel bindings

2019-09-15 Thread Jitao Shi
Add documentation for boe tv101wum-n16 panel. Signed-off-by: Jitao Shi Reviewed-by: Sam Ravnborg --- .../display/panel/boe,tv101wum-nl6.txt| 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v5 6/8] drm/panel: support for boe, tv101wum-n53 wuxga dsi video mode panel

2019-09-15 Thread Jitao Shi
Boe,tv101wum-n53's connector is same as boe,tv101wum-nl6. The most codes can be reuse. So boe,tv101wum-n53 and boe,tv101wum-nl6 use one driver file. Add the different parts in driver data. Signed-off-by: Jitao Shi --- .../gpu/drm/panel/panel-boe-tv101wum-nl6.c| 31 +++ 1

[PATCH v5 3/8] dt-bindings: display: panel: add auo kd101n80-45na panel bindings

2019-09-15 Thread Jitao Shi
Add documentation for auo kd101n80-45na panel. Signed-off-by: Jitao Shi Reviewed-by: Sam Ravnborg --- .../display/panel/auo,kd101n80-45na.txt | 34 +++ 1 file changed, 34 insertions(+) create mode 100644

[PATCH v5 0/8] add driver for boe, tv101wum-nl6, boe, tv101wum-n53, auo, kd101n80-45na and auo, b101uan08.3 panels

2019-09-15 Thread Jitao Shi
Changes since v4: - add auo,b101uan08.3 panel for this driver. - add boe,tv101wum-n53 panel for this driver. Changes since v3: - remove check enable_gpio. - fine tune the auo,kd101n80-45na panel's power on timing. Changes since v2: - correct the panel size - remove blank line in Kconfig -

RE: [EXT] Re: [v5 2/2] drm/arm/mali-dp: Add display QoS interface configuration for Mali DP500

2019-09-15 Thread Wen He
> -Original Message- > From: Liviu Dudau > Sent: 2019年9月12日 22:47 > To: Wen He > Cc: linux-de...@linux.nxdi.nxp.com; Brian Starkey ; > David Airlie ; Daniel Vetter ; Rob Herring > ; Mark Rutland ; > dri-devel@lists.freedesktop.org; devicet...@vger.kernel.org; >

[Bug 204611] amdgpu error scheduling IBs when waking from sleep

2019-09-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204611 --- Comment #3 from tones...@hotmail.com --- I'm still working on trying to bisect the problem, but it's been challenging. Following the advice at https://01.org/blogs/rzhang/2015/best-practice-debug-linux-suspend/hibernate-issues I turned on

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #44 from Marko Popovic --- Another Update: Unfortunately even with WIP patch applied I got another random desktop freeze in Gnome shell of SDMA type. Turned back the nodma tweak in order to avoid having those until further fixes

linux-next: manual merge of the drm tree with the kbuild tree

2019-09-15 Thread Mark Brown
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/amd/display/dc/dml/Makefile between commit: 54b8ae66ae1a345 ("kbuild: change *FLAGS_.o to take the path relative to $(obj)") from the kbuild tree and commits: 0f0727d971f6fdf ("drm/amd/display: readd

linux-next: manual merge of the drm tree with the amdgpu tree

2019-09-15 Thread Mark Brown
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h between commit: 03dce35deb8575 ("drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h") from the amdgpu tree and commit: eee3258e8f8be8

linux-next: manual merge of the drm tree with the drm-misc-fixes tree

2019-09-15 Thread Mark Brown
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/lima/lima_gem.c between commit: 21670bd78a25001cf8e ("drm/lima: fix lima_gem_wait() return value") from the drm-misc-fixes tree and commit: 52791eeec1d9f4a7e7f ("dma-buf: rename reservation_object to

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #43 from Marko Popovic --- (In reply to Marko Popovic from comment #42) > Ok I came home from vacation and got my hands on the WIP patch. > > Rocket-League startup SDMA-type freeze is completely gone. > > I will continue testing

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #42 from Marko Popovic --- Ok I came home from vacation and got my hands on the WIP patch. Rocket-League startup SDMA-type freeze is completely gone. I will continue testing the desktop usage without nodma enabled and will report

Re: gnome-shell stuck because of amdgpu driver [5.3 RC5]

2019-09-15 Thread Mikhail Gavrilov
On Mon, 9 Sep 2019 at 14:15, Koenig, Christian wrote: > > I agree with Daniels analysis. > > It looks like the problem is simply that PM turns of a block before all > work is done on that block. > > Have you opened a bug report yet? If not then that would certainly help > cause it is really hard

[Bug 111689] gnome-shell stuck because of amdgpu driver 5.3 kernel

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111689 Bug ID: 111689 Summary: gnome-shell stuck because of amdgpu driver 5.3 kernel Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW

[PATCH] drm/mcde: Fix some resource leak in an error path in 'mcde_probe()'

2019-09-15 Thread Christophe JAILLET
All error handling paths before and after this one go to the 'clk_disable' label in order to free some resources. So the same here. Fixes: ca5be902a87d ("drm/mcde: Fix uninitialized variable") Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/mcde/mcde_drv.c | 3 ++- 1 file changed, 2

[PATCH 2/2] drm/mm: Pack allocated/scanned boolean into a bitfield

2019-09-15 Thread Chris Wilson
The ulterior motive to switching the booleans over to bitops is to allow use of the allocated flag as a bitlock. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_mm.c | 36 +++ .../gpu/drm/i915/gem/i915_gem_execbuffer.c| 6 ++--

[PATCH 1/2] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)

2019-09-15 Thread Chris Wilson
Make dma_fence_enable_sw_signaling() behave like its dma_fence_add_callback() and dma_fence_default_wait() counterparts and perform the test to enable signaling under the fence->lock, along with the action to do so. This ensure that should an implementation be trying to flush the cb_list (by

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #41 from Shmerl --- Just FYI, I just just used latest firmware from here (2019-09-13): https://people.freedesktop.org/~agd5f/radeon_ucode/navi10/ It didn't make a difference, ksysguard is still causing those powerplay errors. --

Re: [PATCH 1/2] backlight: lm3630a: add an enable gpio for the HWEN pin

2019-09-15 Thread Andreas Kemnade
Hi, On Sun, 15 Sep 2019 18:52:04 +0200 Pavel Machek wrote: > Hi! > > > > > > Is this needed? > > > > > > > > > > This is a remove path, not a power management path, and we have no > > > > > idea > > > > > what the original status of the pin was anyway? > > > > > > > > > > > > > Looking

Re: [PATCH 1/2] backlight: lm3630a: add an enable gpio for the HWEN pin

2019-09-15 Thread Pavel Machek
Hi! > > > > Is this needed? > > > > > > > > This is a remove path, not a power management path, and we have no idea > > > > what the original status of the pin was anyway? > > > > > > > > > > Looking at Ishdn on page 5 of the datasheet, switching it off everytime > > > possible seems not

Re: drm fixes for 5.3-rc9

2019-09-15 Thread Linus Torvalds
On Sun, Sep 15, 2019 at 8:12 AM Dave Airlie wrote: > > I've been manually writing the subject lines, seems I need to fix my brain. Note that my "find git pull requests" logic doesn't need it in the subject line at all, so if you just change whatever script you use to generate the email body to

Re: Recent tinydrm -> tiny drm drivers rename causes kernel-doc problems

2019-09-15 Thread Hans de Goede
Hi, On 15-09-2019 17:00, Noralf Trønnes wrote: Hi Hans, Den 15.09.2019 16.32, skrev Hans de Goede: Hi Noralf, While doing a "make htmldocs" I just noticed the following errors: Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c Error: Cannot open file

Re: drm fixes for 5.3-rc9

2019-09-15 Thread Dave Airlie
On Sun, 15 Sep 2019 at 04:58, Linus Torvalds wrote: > > On Thu, Sep 12, 2019 at 8:56 AM Dave Airlie wrote: > > > > Hey Linus, > > > > From the maintainer summit, just some last minute fixes for final, > > details in the tag. > > So because my mailbox was more unruly than normal (because of same

Re: Recent tinydrm -> tiny drm drivers rename causes kernel-doc problems

2019-09-15 Thread Noralf Trønnes
Hi Hans, Den 15.09.2019 16.32, skrev Hans de Goede: > Hi Noralf, > > While doing a "make htmldocs" I just noticed the following errors: > > Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c > Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c >

Recent tinydrm -> tiny drm drivers rename causes kernel-doc problems

2019-09-15 Thread Hans de Goede
Hi Noralf, While doing a "make htmldocs" I just noticed the following errors: Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c Error: Cannot open file ./drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111077 --- Comment #41 from rol...@rptd.ch --- EDIT: to sum up: 1) GIT master + patch => bug present 2) GIT master - patch + revert-commit => bug fixed -- You are receiving this mail because: You are the assignee for the

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111077 --- Comment #40 from rol...@rptd.ch --- I tested the patch now against the master GIT from mesa. It makes no difference. RAM consumption still sky-rockets and application then crashes. -- You are receiving this mail because: You are the

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9

2019-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111481 --- Comment #40 from Shmerl --- With that patch, I get stutters, but not hard freeze when using ksysguard with reading amdgpu sensors. I see such errors in dmesg when that happens: 14889.400985] amdgpu: [powerplay] Failed to export SMU metrics

[PATCH] drm/tegra: switch to using devm_gpiod_get_optional

2019-09-15 Thread Dmitry Torokhov
We do not really need to use API that fetches GPIO data from an arbitrary device tree node, as we are dealing with device tree node assigned to the device structure. We can easily switch to devm_gpiod_get_optional() plus gpiod_set_consumer_name() and clean up the code. Note this is part of

[Bug 204849] New: amdgpu (RX560X) traceboot in dmesg boot output, system instability

2019-09-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204849 Bug ID: 204849 Summary: amdgpu (RX560X) traceboot in dmesg boot output, system instability Product: Drivers Version: 2.5 Kernel Version: 5.3-rc8 Hardware: All