summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGaghik Khachatrian <gaghik.khachatrian@amd.com>2026-04-30 05:59:42 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-05-11 23:11:03 +0300
commite13d7181625d71c8e00360b68aba945e2f628693 (patch)
tree023beddb678caac56e6a607b0f08cd325fd75992 /include/linux
parentd359986a2e06684846ee3c2037405ef1fc130f2d (diff)
downloadlinux-e13d7181625d71c8e00360b68aba945e2f628693.tar.xz
drm/amd/display: Fix enum decl warnings
[Why] warnings were triggered by enum forward declarations that are not valid in C++ without an explicit underlying type. [How] - Replace problematic enum forward declarations with C++-safe forms where applicable. - Use plain integer types for interface-only declarations that do not require strong enum typing. - Update dependent winterface signatures and related type usage consistently. - Add required include and type-visibility fixes to avoid follow-on parse and type-resolution issues. Reviewed-by: Aric Cyr <aric.cyr@amd.com> Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com> Signed-off-by: James Lin <pinglei.lin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions