Re: [PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings

2023-12-24 Thread Randy Dunlap
On 12/24/23 22:51, Vegard Nossum wrote: > As of commit b77fdd6a48e6 ("scripts/kernel-doc: restore warning for > Excess struct/union"), we see the following warnings when running 'make > htmldocs': > > ./include/uapi/drm/nouveau_drm.h:292: warning: Excess struct member >

[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings

2023-12-24 Thread Vegard Nossum
As of commit b77fdd6a48e6 ("scripts/kernel-doc: restore warning for Excess struct/union"), we see the following warnings when running 'make htmldocs': ./include/uapi/drm/nouveau_drm.h:292: warning: Excess struct member 'DRM_NOUVEAU_VM_BIND_OP_MAP' description in 'drm_nouveau_vm_bind_op'

Re: [PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl

2023-12-24 Thread kernel test robot
Hi Julia, kernel test robot noticed the following build warnings: [auto build test WARNING on v6.7-rc6] [also build test WARNING on linus/master] [cannot apply to drm-misc/drm-misc-next drm/drm-next next-20231222] [If your patch is applied to the wrong git tree, kindly drop us a note. And when

Re: [PATCH] drm/rockchip: vop2: Avoid use regmap_reinit_cache at runtime

2023-12-24 Thread Heiko Stuebner
On Sun, 17 Dec 2023 16:44:15 +0800, Andy Yan wrote: > From: Andy Yan > > Marek Report a possible irq lock inversion dependency warning when > commit 81a06f1d02e5 ("Revert "drm/rockchip: vop2: Use regcache_sync() > to fix suspend/resume"") lands linux-next. > > I can reproduce this warning with:

Re: [PATCH] drm/rockchip: vop2: clean up some inconsistent indenting

2023-12-24 Thread Heiko Stuebner
On Tue, 19 Dec 2023 14:26:35 +0800, Jiapeng Chong wrote: > No functional modification involved. > > drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1708 rk3588_calc_cru_cfg() warn: > inconsistent indenting. > > Applied, thanks! [1/1] drm/rockchip: vop2: clean up some inconsistent indenting

Re: [PATCH] MAINTAINERS: Change vmware.com addresses to broadcom.com

2023-12-24 Thread Florian Fainelli
On 12/24/2023 6:20 AM, Zack Rusin wrote: Update the email addresses for vmwgfx and vmmouse to reflect the fact that VMware is now part of Broadcom. Add a .mailmap entry because the vmware.com address will start bouncing soon. Signed-off-by: Zack Rusin Cc: Andrew Morton Cc: Ian Forbes Cc:

[PATCH] drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init

2023-12-24 Thread Zhipeng Lu
The hwmgr->backend, (i.e. data) allocated by kzalloc is not freed in the error-handling paths of smu7_get_evv_voltages and smu7_update_edc_leakage_table. However, it did be freed in the error-handling of phm_initializa_dynamic_state_adjustment_rule_settings, by smu7_hwmgr_backend_fini. So the lack