-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Linux update to 6.16.y #10143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Linux update to 6.16.y #10143
Conversation
e10b9fe
to
5dd0deb
Compare
Hi @heitbaum, I did some tests on rk3328 (but considering that the patch you modified is related to the hvec decoder which is common to all currently supported rockchip socs) and everything works regularly. |
Thanks. I’ll start tidying those commits up. |
drm/bridge: Add encoder parameter to drm_bridge_funcs.attach - torvalds/linux@98007a0 fixes: drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c:162:19: error: initialization of 'int (*)(struct drm_bridge *, struct drm_encoder *, enum drm_bridge_attach_flags)' from incompatible pointer type 'int (*)(struct drm_bridge *, enum drm_bridge_attach_flags)' [-Wincompatible-pointer-types] 162 | .attach = sun8i_hdmi_enc_attach, | ^~~~~~~~~~~~~~~~~~~~~ drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c:162:19: note: (near initialization for 'sun8i_hdmi_enc_bridge_funcs.attach') drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c:34:12: note: 'sun8i_hdmi_enc_attach' declared here 34 | static int sun8i_hdmi_enc_attach(struct drm_bridge *bridge, | ^~~~~~~~~~~~~~~~~~~~~ make[6]: *** [scripts/Makefile.build:287: drivers/gpu/drm/sun4i/sun8i_dw_hdmi.o] Error 1 make[5]: *** [scripts/Makefile.build:554: drivers/gpu/drm/sun4i] Error 2 make[5]: *** Waiting for unfinished jobs....
Subject: [v20,3/9] phy: Add HDMI configuration options upstreamed as torvalds/linux@10ed34d https://lore.kernel.org/all/[email protected]/
drm/bridge: Add encoder parameter to drm_bridge_funcs.attach - torvalds/linux@98007a0 fixes: drivers/gpu/drm/bridge/cadence/cdns-mhdp8501-dp.c:682:19: error: initialization of 'int (*)(struct drm_bridge *, struct drm_encoder *, enum drm_bridge_attach_flags)' from incompatible pointer type 'int (*)(struct drm_bridge *, enum drm_bridge_attach_flags)' [-Wincompatible-pointer-types] 682 | .attach = cdns_dp_bridge_attach, | ^~~~~~~~~~~~~~~~~~~~~ drivers/gpu/drm/bridge/cadence/cdns-mhdp8501-dp.c:682:19: note: (near initialization for 'cdns_dp_bridge_funcs.attach') drivers/gpu/drm/bridge/cadence/cdns-mhdp8501-dp.c:553:12: note: 'cdns_dp_bridge_attach' declared here 553 | static int cdns_dp_bridge_attach(struct drm_bridge *bridge, | ^~~~~~~~~~~~~~~~~~~~~ make[7]: *** [scripts/Makefile.build:287: drivers/gpu/drm/bridge/cadence/cdns-mhdp8501-dp.o] Error 1 make[7]: *** Waiting for unfinished jobs....
Patch as-is for HEVC does not apply torvalds/linux@d35c64e
media: rkvdec: Add image format concept - torvalds/linux@774837e fixes: drivers/staging/media/rkvdec/rkvdec.c:327:33: error: initialization of 'const struct rkvdec_decoded_fmt_desc *' from incompatible pointer type 'const u32 *' {aka 'const unsigned int *'} [-Wincompatible-pointer-types] 327 | .decoded_fmts = rkvdec_hevc_decoded_fmts, | ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/staging/media/rkvdec/rkvdec.c:327:33: note: (near initialization for 'rkvdec_coded_fmts[0].decoded_fmts')
packages updated
6.16.x mainline kernel update
6.16.x - x patches
errors / fixes / issues / regressions / todo
this commit is required else the following error occurs. Need to review???
aaf2657
log
6.16-rc6 Build tested on all of:
6.16.y Run tested on all of: