Files
linux/drivers/gpu/drm
Gaghik Khachatrian 82f510ae5a drm/amd/display: Fix compiler warnings
[Why] Implicit conversions from wider integer types to byte-sized fields
were generating compiler warnings. These warnings hide intentional protocol
/storage boundaries and reduce signal quality during builds. Making
conversion intent explicit improves readability and warning hygiene
without changing behavior.

[How] Added explicit, type-safe  casts at intentional narrow-storage
boundaries. Kept data models & runtime logic unchanged, only clarifying
conversion intent.

Functionality and behavior is unchanged; only type intent is explicit.
Aligned warning cleanup with existing coding standards for explicit
boundary conversions.

Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2026-04-17 15:23:39 -04:00
..
2025-10-31 10:34:52 +02:00
2026-03-10 09:42:09 +08:00
2026-03-11 11:18:31 +01:00
2026-03-11 11:18:31 +01:00
2025-10-31 10:34:52 +02:00
2026-04-07 12:36:31 +02:00
2026-03-17 17:50:49 +01:00
2026-03-13 18:02:32 -03:00
2026-04-13 10:16:13 +03:00
2026-04-07 12:36:31 +02:00
2025-10-31 10:34:52 +02:00
2026-04-07 12:36:31 +02:00
2026-03-12 07:23:23 -07:00