drm/amd/display: Use explicit size for types in DCCG's struct dp_dto_params
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 6 Dec 2023 19:52:23 +0000 (14:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2023 20:09:53 +0000 (15:09 -0500)
Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h

index 6b44557fcb1a81231fe4a36d7e48cd13f5271051..b9a06bf84cc97f7a1c502607a341666c17198570 100644 (file)
@@ -59,8 +59,8 @@ enum dentist_dispclk_change_mode {
 struct dp_dto_params {
        int otg_inst;
        enum signal_type signal;
-       long long pixclk_hz;
-       long long refclk_hz;
+       uint64_t pixclk_hz;
+       uint64_t refclk_hz;
 };
 
 enum pixel_rate_div {