kernel icon indicating copy to clipboard operation
kernel copied to clipboard

6.1 compile error

Open stranzjanmarc-eng opened this issue 5 months ago • 0 comments

When attempting to build the current version of the Linux kernel (branch develop-6.1; SHA1 cef907463922f246977813d803c440b5b2fb1765), the following errors are displayed:

drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_iommu_fault_handler': drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:8616:14: error: unused variable 'use_cluster' [-Werror=unused-variable]

drivers/gpu/drm/rockchip/rockchip_drm_vop2.c: In function 'vop2_create_crtc': drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:14513:21: error: 'use_cluster' undeclared (first use in this function); did you mean 'page_cluster'?

The build process is canceled.

Is there already a patch for this?

stranzjanmarc-eng avatar Aug 12 '25 10:08 stranzjanmarc-eng