[Bug 208981] trace with B550I AORUS PRO AX and AMD Ryzen 5 PRO 4650G

2020-09-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208981 --- Comment #5 from Florian La Roche (florian.laro...@gmail.com) --- I have tested kernels 5.6.19, 5.7.10 and 5.7.17 and they all show this problem. I assume your report means this also happens on a 5.4.x kernel (Ubuntu 20.04 LTS) Display seams t

Re: [PATCH 3/5] drm/bridge: nwl-dsi: Add support for clock-drop-level

2020-09-06 Thread Guido Günther
Hi Robert, On Fri, Aug 28, 2020 at 02:13:30PM +0300, Robert Chiras (OSS) wrote: > From: Robert Chiras > > The clock-drop-level is needed in order to add more blanking space needed > by DSI panels when sending DSI commands. One level is the equivalent of > phy_ref rate from the PLL rate. Since the

[PATCH] drm/panel: s6e63m0: Fix up DRM_DEV* regression

2020-09-06 Thread Linus Walleij
Ooops the panel drivers stopped to use DRM_DEV* messages and we predictably create errors by merging code that still use it. Signed-off-by: Linus Walleij --- .../gpu/drm/panel/panel-samsung-s6e63m0-dsi.c | 28 +-- .../gpu/drm/panel/panel-samsung-s6e63m0-spi.c | 8 +++--- drivers

[Bug 208373] drm:drm_atomic_helper_wait_for_dependencies - drm_kms_helper - flip_done timed out

2020-09-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208373 Gluzskiy Alexandr (sss123n...@list.ru) changed: What|Removed |Added CC||sss123n...@list.r

Re: [git pull] drm fixes for 5.9-rc4

2020-09-06 Thread Dave Airlie
On Sat, 5 Sep 2020 at 05:02, Linus Torvalds wrote: > > On Thu, Sep 3, 2020 at 8:53 PM Dave Airlie wrote: > > > > Not much going on this week, nouveau has a display hw bug workaround, > > amdgpu has some PM fixes and CIK regression fixes, one single radeon > > PLL fix, and a couple of i915 display

[Bug 209179] New: nouveau 0000:01:00.0: can't change power state from D3cold to D0 (config space inaccessible)

2020-09-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209179 Bug ID: 209179 Summary: nouveau :01:00.0: can't change power state from D3cold to D0 (config space inaccessible) Product: Drivers Version: 2.5 Kernel Version: 5.8.7

[Bug 209179] nouveau 0000:01:00.0: can't change power state from D3cold to D0 (config space inaccessible)

2020-09-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=209179 --- Comment #1 from ker...@mattmcadoo.com --- Created attachment 292389 --> https://bugzilla.kernel.org/attachment.cgi?id=292389&action=edit 5.8.7 kernel config -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH 4/9] arm64: dts: renesas: r8a77961: Add FCP device nodes

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds FCP device nodes for R-Car M3-W+ (r8a77961) SoC. This patch is test on R-Car M3-W+ Salvator-XS board. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 52 +++ 1 file changed, 52 insertions(+) diff --

[PATCH 1/9] dt-bindings: display: renesas: du: Document the r8a77961 bindings

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto Document the R-Car M3-W+ (R8A77961) SoC in the R-Car DU bindings. Signed-off-by: Kuninori Morimoto --- Documentation/devicetree/bindings/display/renesas,du.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/renesas,du.txt

[PATCH 5/9] arm64: dts: renesas: r8a77961: Add VSP device nodes

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds VSP device nodes for R-Car M3-W+ (r8a77961) SoC. This patch is test on R-Car M3-W+ Salvator-XS board. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 55 +++ 1 file changed, 55 insertions(+) diff --

[PATCH 2/9] dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds R-Car M3-W+ (R8A77961) SoC bindings. Signed-off-by: Kuninori Morimoto --- .../devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hd

[PATCH 0/9] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS

2020-09-06 Thread Kuninori Morimoto
Hi Geert, Laurent These patches enables HDMI Display/Sound for R8A77961. These are tested on R-Car M3-W+ Salvator-XS board. Kuninori Morimoto (9): dt-bindings: display: renesas: du: Document the r8a77961 bindings dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support drm: rcar-du: A

[PATCH 3/9] drm: rcar-du: Add r8a77961 support

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds R-Car M3-W+ (R8A77961) support which has compatible to R-Car M3-W (R8A77960). Signed-off-by: Kuninori Morimoto --- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/driver

[PATCH 6/9] arm64: dts: renesas: r8a77961: Add DU device nodes

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds DU device nodes for R-Car M3-W+ (r8a77961) SoC. This patch is test on R-Car M3-W+ Salvator-XS board. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) dif

[PATCH 9/9] arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Sound support

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch enables HDMI Sound on R-Car M3-W+ Salvator-XS board. This patch is test on R-Car M3-W+ Salvator-XS board. This reverts commit b997613fad58a03588f0f64a3d86db6c5bd76dd2. Signed-off-by: Kuninori Morimoto --- .../boot/dts/renesas/r8a77961-salvator-xs.dts | 29 ++

[PATCH 8/9] arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Display support

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch enables HDMI Display on R-Car M3-W+ Salvator-XS board. This patch is test on R-Car M3-W+ Salvator-XS board. Signed-off-by: Kuninori Morimoto --- .../boot/dts/renesas/r8a77961-salvator-xs.dts | 28 +++ 1 file changed, 28 insertions(+) diff --g

[PATCH 7/9] arm64: dts: renesas: r8a77961: Add HDMI device nodes

2020-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds HDMI device nodes for R-Car M3-W+ (r8a77961) SoC. This patch is test on R-Car M3-W+ Salvator-XS board. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/r8a77961.dtsi | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) di

Re: [PATCH] udmabuf: Add missing compact_ioctl

2020-09-06 Thread Gerd Hoffmann
Hi, > +#ifdef CONFIG_COMPAT > + .compat_ioctl = udmabuf_ioctl, > +#endif Pushed to drm-misc-next. thanks, Gerd ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH v3 2/2] drm/virtio: set max_segment

2020-09-06 Thread Gerd Hoffmann
When initializing call virtio_max_dma_size() to figure the scatter list limit. Needed to make virtio-gpu work properly with SEV. v2: place max_segment in drm driver not gem object. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_kms.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH v3 1/2] drm: allow limiting the scatter list size.

2020-09-06 Thread Gerd Hoffmann
Add max_segment argument to drm_prime_pages_to_sg(). When set pass it through to the __sg_alloc_table_from_pages() call, otherwise use SCATTERLIST_MAX_SEGMENT. Also add max_segment field to drm driver and pass it to drm_prime_pages_to_sg() calls in drivers and helpers. v2: place max_segment in d

[PATCH v3 0/2] drm: fix virtio-gpu + sev

2020-09-06 Thread Gerd Hoffmann
virtio-gpu must make sure scatter list segments are not too big. Gerd Hoffmann (2): drm: allow limiting the scatter list size. drm/virtio: set max_segment include/drm/drm_device.h| 8 include/drm/drm_prime.h | 3 ++- drivers/gpu/drm/amd/amdg

Re: [PATCH v2 1/2] drm: allow limiting the scatter list size.

2020-09-06 Thread Gerd Hoffmann
> > + /** > > +* @max_segment: > > +* > > +* Max size for scatter list segments. When unset the default > > +* (SCATTERLIST_MAX_SEGMENT) is used. > > +*/ > > + size_t max_segment; > > Is there no better place for this then "at the bottom"? drm_device is a > huge structure,

Re: [Linux-kernel-mentees] [PATCH v1 0/2] video: fbdev: radeonfb: PCI PM framework upgrade and fix-ups.

2020-09-06 Thread Greg KH
On Mon, Sep 07, 2020 at 12:01:53PM +0530, Vaibhav Gupta wrote: > Please review this patch-series. I see no patch here :( ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [Linux-kernel-mentees] [PATCH v1 1/2] video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM container

2020-09-06 Thread Greg KH
On Mon, Sep 07, 2020 at 12:03:47PM +0530, Vaibhav Gupta wrote: > Why did you send empty emails out? greg k-h ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel