Hi Dave, Sima, please pull the following fixes for the upcoming -rc. One small fix to properly disable TX clock gating on cores where it is known to be broken. The other patch is a bit more controversial, as it reverts a UAPI change that was introduced in the last merge window to better support NPUs. However, userspace decided to deduce the relevant properties from the chip ID itself [1], so there is no need for this UAPI anymore. So in hopes to keep this a blip in the 6.9-rc series, we are removing the exported properties again. Regards, Lucas [1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28574 The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: https://git.pengutronix.de/git/lst/linux tags/drm-etnaviv-fixes-2024-04-25 for you to fetch changes up to e877d705704d7c8fe17b6b5ebdfdb14b84c207a7: Revert "drm/etnaviv: Expose a few more chipspecs to userspace" (2024-04-25 16:56:20 +0200) ---------------------------------------------------------------- - fix GC7000 TX clock gating - revert NPU UAPI changes ---------------------------------------------------------------- Christian Gmeiner (1): Revert "drm/etnaviv: Expose a few more chipspecs to userspace" Derek Foreman (1): drm/etnaviv: fix tx clock gating on some GC7000 variants drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 24 ++---------------------- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 12 ------------ drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 34 ---------------------------------- include/uapi/drm/etnaviv_drm.h | 5 ----- 4 files changed, 2 insertions(+), 73 deletions(-)