Re: [PATCH] drm: mxsfb: Shutdown the display on system shutdown

2022-01-01 Thread Laurent Pinchart
Hi Marek, Thank you for the patch. On Sat, Jan 01, 2022 at 10:37:55PM +0100, Marek Vasut wrote: > When the system shuts down or warm reboots, the display may be active. > Implement the platform_driver .shutdown() operation and shut down the > display. > > Signed-off-by: Marek Vasut > Cc: Daniel

Re: [v1 1/2] dt-bindings: msm/dsi: Add 10nm dsi phy tuning properties

2022-01-01 Thread Rob Herring
On Thu, 30 Dec 2021 14:54:35 +0530, Rajeev Nandan wrote: > Add 10nm dsi phy tuning properties for phy drive strength and > phy drive level adjustemnt. > > Signed-off-by: Rajeev Nandan > --- > .../devicetree/bindings/display/msm/dsi-phy-10nm.yaml | 19 > +++ > 1 file changed, 19

[PATCH] drm: mxsfb: Shutdown the display on system shutdown

2022-01-01 Thread Marek Vasut
When the system shuts down or warm reboots, the display may be active. Implement the platform_driver .shutdown() operation and shut down the display. Signed-off-by: Marek Vasut Cc: Daniel Vetter Cc: Laurent Pinchart Cc: Lucas Stach Cc: Sam Ravnborg Cc: Stefan Agner Cc: Thomas Zimmermann ---

Re: [PATCH] drm/ast: Create the driver for ASPEED proprietory Display-Port

2022-01-01 Thread kernel test robot
Hi KuoHsiang, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm/drm-next] [also build test WARNING on tegra-drm/drm/tegra/for-next v5.16-rc7] [cannot apply to drm-intel/for-linux-next drm-tip/drm-tip drm-exynos/exynos-drm-next airlied/drm-next next-20211224]

[PATCH] drm/ast: fix semicolon.cocci warnings

2022-01-01 Thread kernel test robot
From: kernel test robot drivers/gpu/drm/ast/ast_dp.c:166:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: KuoHsiang Chou Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/lin

Re: Regression report on laptop suspend

2022-01-01 Thread Thorsten Leemhuis
Hi, this is your Linux kernel regression tracker speaking. On 30.12.21 16:55, Christian Casteyde wrote: > Le lundi 27 décembre 2021 17:40:28 Rafael J. Wysocki a écrit : >> CC Daniel, Thomas and dri-devel. >> >> On Mon, Dec 27, 2021 at 5:32 PM wrote: >>> Hello >>> >>> I've noticed my laptop totall

[Bug 215443] [radeon] BUG: Unable to handle kernel data access on read at 0xc007ffffffff9130, Oops: Kernel access of bad area, sig: 11 [#1]

2022-01-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=215443 --- Comment #1 from Erhard F. (erhar...@mailbox.org) --- Created attachment 300197 --> https://bugzilla.kernel.org/attachment.cgi?id=300197&action=edit kernel .config (kernel 5.16-rc7, Talos II) -- You may reply to this email to add a comment.

[Bug 215443] New: [radeon] BUG: Unable to handle kernel data access on read at 0xc007ffffffff9130, Oops: Kernel access of bad area, sig: 11 [#1]

2022-01-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=215443 Bug ID: 215443 Summary: [radeon] BUG: Unable to handle kernel data access on read at 0xc0079130, Oops: Kernel access of bad area, sig: 11 [#1] Product: Platform Spec

Re: 回复: Re: [PATCH] gpu/drm/radeon:Fix null pointer risk

2022-01-01 Thread Christian König
Am 31.12.21 um 09:37 schrieb 温志伟: Then the judgment in line 944 is needed. Are the possibilities of these two positions consistent. Why keep this judgment? Because when mem is non-NULL bo_va->bo can't be NULL either. Regards, Christian. Regards, Wen Zhiwei. *主 题:*Re: [PA