Re: [PATCH 0/6] drm/gma500: 1 fix + further cleanups

2022-09-14 Thread Hans de Goede
Hi, On 9/14/22 08:50, Patrik Jakobsson wrote: > On Fri, Sep 9, 2022 at 1:56 PM Hans de Goede wrote: >> >> Hi Patrik, >> >> Here is another gma500 patch-series with one more bugfix and a bunch >> of other cleanups of stuff which I noticed while doing the previous >> set of bugfixes. >> > > Hi

Re: mgag200 broken on kernel-6.0-rc3 on DELL/T620

2022-09-14 Thread Thomas Zimmermann
Hi Am 13.09.22 um 17:15 schrieb Wang Yugui: [...] so I tried to revert patch of mgag200 driver in batch of 2 or 3, the I noticed the patch 'Subject: drm/mgag200: Remove special case for G200SE with <2 MiB' and then tried this dirty fix. Oh, great work! Thank you. From looking at the

[PATCH] drm/amd/display: fix boolconv.cocci warning

2022-09-14 Thread Yihao Han
./drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c:729:63-68: WARNING: conversion to bool not needed here Generated by: scripts/coccinelle/misc/boolconv.cocci Signed-off-by: Yihao Han --- drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 0/6] drm/gma500: 1 fix + further cleanups

2022-09-14 Thread Patrik Jakobsson
On Fri, Sep 9, 2022 at 1:56 PM Hans de Goede wrote: > > Hi Patrik, > > Here is another gma500 patch-series with one more bugfix and a bunch > of other cleanups of stuff which I noticed while doing the previous > set of bugfixes. > Hi Hans, nice cleanups! I'm rather busy at the moment so you can

[PATCH] drm/amdgpu/display: using swap() instead of temp variable

2022-09-14 Thread Yihao Han
Use swap() instead of the temp variable to swap values. Signed-off-by: Yihao Han --- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c

Re: [PATCH v2 1/3] drm/rockchip: define gamma registers for RK3399

2022-09-14 Thread Linus Heckemann
Hugh Cole-Baker writes: > > The VOP on RK3399 has a different approach from previous versions for > setting a gamma lookup table, using an update_gamma_lut register. As > this differs from RK3288, give RK3399 its own set of "common" register > definitions. > > Signed-off-by: Hugh Cole-Baker >

[PATCH] drm: nouveau: move bounds checking to the front in nouveau_svm_fault_buffer_dtor()

2022-09-14 Thread Hangyu Hua
It is better to check i before use it in array to avoid potential out of bound access. Signed-off-by: Hangyu Hua --- drivers/gpu/drm/nouveau/nouveau_svm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_svm.c

Re: [PATCH] drm/rockchip: vop2: Fix Null Pointer Dereference on Multiple VPs

2022-09-14 Thread Sascha Hauer
On Tue, Sep 13, 2022 at 08:55:22AM +0200, Michael Riesch wrote: > Hi, > > On 9/12/22 20:02, Chris Morgan wrote: > > From: Chris Morgan > > Cc: Sascha -> any thoughts on this one? > > Best regards, > Michael > > > If I use more than one VP to output on an RK3566 based device I > > receive the

Re: [PATCH v2 00/10] drm/msm: probe deferral fixes

2022-09-14 Thread Johan Hovold
On Tue, Sep 13, 2022 at 03:23:10PM -0500, Steev Klimaszewski wrote: > Hi Johan, > > On 9/13/22 3:53 AM, Johan Hovold wrote: > > The MSM DRM driver is currently broken in multiple ways with respect to > > probe deferral. Not only does the driver currently fail to probe again > > after a late

<    1   2