Files
ack-tegra/drivers/gpu/drm/drm_syncobj.c
Giuliano Procida 3aa4e29eea ANDROID: GKI: fix up CRC issue with struct drm_atomic_state
In commit 93f581d763 ("drm/gem: Test for imported GEM buffers with
helper"), a new .h file is included in the drm include files, which
messes with the definition of struct drm_atomic_state by moving some
fields from "unknown" to "known".

Fix this up by adding ANDROID_KABI_DECLONLY directives for every type
affected in every affected source file.

Fixes: 93f581d763 ("drm/gem: Test for imported GEM buffers with helper")
Change-Id: Ia1ecbc152650747bc321156d6920e42121eb34ee
Signed-off-by: Giuliano Procida <gprocida@google.com>
2025-07-01 08:42:53 -07:00

46 KiB