[Bug 210683] Nasty amdgpu powersave regression Navi14

2020-12-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210683 --- Comment #6 from mwei...@googlemail.com --- This seems to affect APUs as well. I can reproduce the issue on Raven (3500U). -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of

[Bug 201497] [amdgpu]: '*ERROR* No EDID read' is back in 4.19

2020-12-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201497 --- Comment #18 from chrisk...@goldmail.de --- A short update: In the meantime I am adding the modeline for my monitor manualy. The automated solution is a 10-monitor.conf like in this thread: https://archived.forum.manjaro.org/t/stuck-at-low-disp

Re: [PATCH v2, 3/3] mailbox: cmdq: add mt8192 support

2020-12-24 Thread Chun-Kuang Hu
Hi, Yongqiang: Yongqiang Niu 於 2020年12月24日 週四 上午8:55寫道: > > add mt8192 support > > Signed-off-by: Yongqiang Niu > --- > drivers/mailbox/mtk-cmdq-mailbox.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c > b/drivers/mailbox/mtk-cmdq-mailbox.c > index

[Bug 209987] Memory leak in amdgpu_dm_update_connector_after_detect

2020-12-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209987 --- Comment #8 from Lee Starnes (lstarnes1...@gmail.com) --- (In reply to Alex Deucher from comment #6) > Does this patch work any better? > https://www.mail-archive.com/amd-gfx@lists.freedesktop.org/msg54780.html This looks better than my patch.

Re: [PATCH v8 1/4] dt-bindings: display: Document the Xylon LogiCVC display controller

2020-12-24 Thread Rob Herring
On Wed, 23 Dec 2020 22:29:44 +0100, Paul Kocialkowski wrote: > The Xylon LogiCVC is a display controller implemented as programmable > logic in Xilinx FPGAs. > > Signed-off-by: Paul Kocialkowski > Acked-by: Rob Herring > --- > .../display/xylon,logicvc-display.yaml| 313

Re: [PATCH] drm/amdgpu:Fixed the wrong macro definition in amdgpu_trace.h

2020-12-24 Thread Paul Menzel
Dear Chenyang, Am 23.12.20 um 02:19 schrieb Chenyang Li: In line 24 "_AMDGPU_TRACE_H" is missing an underscore. Nice catch. Could you please update the commit message summary, by adding a space after the prefix (colon), and using imperative mood [1]? drm/amdgpu: Fix macro name _AMDGPU_TRA

Re: [git pull] drm fixes for 5.11-rc1

2020-12-24 Thread pr-tracker-bot
The pull request you sent on Thu, 24 Dec 2020 12:29:16 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2020-12-24 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ef2c8b81b88868f042579b9dd021cc9edbc2d0c6 Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [git pull] drm fixes for 5.11-rc1

2020-12-24 Thread Linus Torvalds
On Wed, Dec 23, 2020 at 6:29 PM Dave Airlie wrote: > > Xmas eve pull request present. Just some fixes that trickled in this > past week. Mostly amdgpu fixes, with a dma-buf/mips build fix and some > misc komeda fixes. Well, I already pulled and pushed out my merge, but only noticed afterwards tha

Re: [PATCH] drm/mediatek: dsi: Use IRQF_TRIGGER_NONE for dsi irq trigger type

2020-12-24 Thread CK Hu
+ Chun-Kuang, Philipp: This mail has been sent to dri devel and linux mediatek, but why it does not exist in mail lists? Regards, CK On Thu, 2020-12-24 at 17:54 +0800, Huijuan Xie wrote: > The interrupt trigger is already set by OF. When do devm_request_irq() > in driver, please use IRQF_TRIGG