ANDROID: GKI: fix up CRC issue with struct drm_atomic_state
In commit 93f581d7 ("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: 93f581d7 ("drm/gem: Test for imported GEM buffers with helper") Change-Id: Ia1ecbc152650747bc321156d6920e42121eb34ee Signed-off-by:Giuliano Procida <gprocida@google.com>
Loading
Please sign in to comment