dml2_dpmm_dcn4.c:215:58: warning: arithmetic between enumeration type 'enum dentist_divider_range' and floating-point type 'double'
New warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c:215:58: warning: arithmetic between enumeration type 'enum dentist_divider_range' and floating-point type 'double' [-Wenum-float-conversion]
215 | divider = (unsigned int)(DFS_DIVIDER_RANGE_SCALE_FACTOR * (vco_freq_khz / clock_khz));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.