[PATCH 03/32] drm/radeon: Use DIV_ROUND_UP()

2016-11-17 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Use DIV_ROUND_UP() instead of hand rolling it. Just a drive-by change. Cc: Alex Deucher Cc: "Christian König" Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/radeon/radeon_legacy_crtc.c | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH 03/32] drm/radeon: Use DIV_ROUND_UP()

2016-11-17 Thread Alex Deucher
On Thu, Nov 17, 2016 at 11:14 AM, wrote: > From: Ville Syrjälä > > Use DIV_ROUND_UP() instead of hand rolling it. Just a drive-by change. > > Cc: Alex Deucher > Cc: "Christian König" > Signed-off-by: Ville Syrjälä Reviewed-by: Alex Deucher > --- >