[PATCH] xen: remove setting of 'transp' parameter

2022-05-21 Thread Tom Rix
cppcheck reports [drivers/video/fbdev/xen-fbfront.c:226]: (style) Assignment of function parameter has no effect outside the function. The value parameter 'transp' is not used, so setting it can be removed. Signed-off-by: Tom Rix --- drivers/video/fbdev/xen-fbfront.c | 1 - 1 file changed, 1 d

[PATCH] drm/vkms: Update vkms_composer_worker documentation

2022-05-21 Thread André Almeida
Since commit ba420afab565 ("drm/vkms: Bugfix racing hrtimer vblank handle") the work is scheduled at vkms_vblank_simulate() and since commit 5ef8100a3919 ("drm/vkms: flush crc workers earlier in commit flow") the work is flushed at vkms_atomic_commit_tail(). Update function commment to reflect that

[PATCH] drm/rockchip: remove vop_writel

2022-05-21 Thread Tom Rix
cppcheck reports [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function 'vop_writel' is never used. vop_writel is static function that is not used, so remove it. Signed-off-by: Tom Rix --- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 6 -- 1 file changed, 6 deletions(-)

Re: [PATCH v2 4/4] drm/bridge: anx7625: Use DPI bus type

2022-05-21 Thread Daniel Vetter
On Sat, 21 May 2022 at 18:07, Daniel Vetter wrote: > > On Tue, 17 May 2022 at 18:09, Robert Foss wrote: > > > > On Mon, 25 Apr 2022 at 11:14, Xin Ji wrote: > > > > > > On Mon, Apr 25, 2022 at 04:24:50PM +0800, Chen-Yu Tsai wrote: > > > > On Fri, Apr 22, 2022 at 10:13 PM Robert Foss > > > > wro

Re: [PATCH v2 4/4] drm/bridge: anx7625: Use DPI bus type

2022-05-21 Thread Daniel Vetter
On Tue, 17 May 2022 at 18:09, Robert Foss wrote: > > On Mon, 25 Apr 2022 at 11:14, Xin Ji wrote: > > > > On Mon, Apr 25, 2022 at 04:24:50PM +0800, Chen-Yu Tsai wrote: > > > On Fri, Apr 22, 2022 at 10:13 PM Robert Foss > > > wrote: > > > > > > > > On Fri, 22 Apr 2022 at 16:01, Robert Foss > >

Re: [PATCH] drm/bridge: fix anx6345 power up sequence

2022-05-21 Thread Vasily Khoruzhick
On Thu, May 19, 2022 at 6:40 AM Torsten Duwe wrote: > > On Wed, 18 May 2022 09:53:58 -0700 > Vasily Khoruzhick wrote: > > > On Thu, Apr 28, 2022 at 8:58 AM Torsten Duwe wrote: > > > > power on the eDP bridge? Could there be any leftovers from that > > > mechanism? I use a hacked-up U-Boot with a

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-21 Thread Krzysztof Kozlowski
On 19/05/2022 23:14, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas which are missing

[PATCH v2] drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size

2022-05-21 Thread Saurabh Sengar
There were two different approaches getting used in this driver to allocate vram: 1. VRAM allocation from PCI region for Gen1 2. VRAM alloaction from MMIO region for Gen2 First approach limilts the vram to PCI BAR size, which is 64 MB in most legacy systems. This limits the maximum

[PATCH] drivers/firmware: Move sysfb_init() from device_initcall to subsys_initcall_sync

2022-05-21 Thread Huacai Chen
Consider a configuration like this: 1, efifb (or simpledrm) is built-in; 2, a native display driver (such as radeon) is also built-in. Because efifb, radeon and sysfb are all in device_initcall() level, the order in practise is like this: efifb registered at first, but no "efi-framebuffer" device

[PATCH] drm/amdkfd: fix typo in comment

2022-05-21 Thread Julia Lawall
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers

[PATCH] drm/amdgpu/gfx: fix typos in comments

2022-05-21 Thread Julia Lawall
Spelling mistakes (triple letters) in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c |2 +- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c |4 ++-- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c |2 +- 3 files changed, 4 insert

[PATCH] drm/i915: fix typos in comments

2022-05-21 Thread Julia Lawall
Spelling mistakes (triple letters) in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/i915/display/intel_color.c |2 +- drivers/gpu/drm/i915/display/intel_pps.c |2 +- drivers/gpu/drm/i915/gt/intel_execlists_submissio

[PATCH] drm/nouveau/mmu: fix typo in comment

2022-05-21 Thread Julia Lawall
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c b/drivers/gpu/d

[PATCH] drm/i915/gvt: fix typo in comment

2022-05-21 Thread Julia Lawall
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/i915/gvt/gtt.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c index 9c5cc28

[PATCH] drm/etnaviv: fix typo in comment

2022-05-21 Thread Julia Lawall
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnav

Re: [PATCH 2/2] x86/pat: add functions to query specific cache mode availability

2022-05-21 Thread Thorsten Leemhuis
On 20.05.22 16:48, Chuck Zmudzinski wrote: > On 5/20/2022 10:06 AM, Jan Beulich wrote: >> On 20.05.2022 15:33, Chuck Zmudzinski wrote: >>> On 5/20/2022 5:41 AM, Jan Beulich wrote: On 20.05.2022 10:30, Chuck Zmudzinski wrote: > On 5/20/2022 2:59 AM, Chuck Zmudzinski wrote: >> On 5/20/20

[linux-next:master] BUILD REGRESSION 18ecd30af1a8402c162cca1bd58771c0e5be7815

2022-05-21 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master branch HEAD: 18ecd30af1a8402c162cca1bd58771c0e5be7815 Add linux-next specific files for 20220520 Error/Warning reports: https://lore.kernel.org/linux-mm/202204291924.vtgzmeri-...@intel.com https://lore.kern

Re: [PATCH v3 3/4] drm/bridge: Add devm_drm_bridge_add()

2022-05-21 Thread Maxime Ripard
Hi, On Tue, May 10, 2022 at 12:29:43PM -0700, Douglas Anderson wrote: > This adds a devm managed version of drm_bridge_add(). Like other > "devm" function listed in drm_bridge.h, this function takes an > explicit "dev" to use for the lifetime management. A few notes: > * In general we have a "stru