Re: [PATCH 3/3] drm/dp/mst: Replace the fixed point thing with straight calculation

2019-09-25 Thread Lyude Paul
Reviewed-by: Lyude Paul Cc: Mikita Lipski - figured you'd want to know ahead of time you'll need to update your changes to drm_dp_calc_pbn_mode() to match On Wed, 2019-09-25 at 17:14 +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Get rid of the drm_fixp_from_fraction() usage and just do

[PATCH 3/3] drm/dp/mst: Replace the fixed point thing with straight calculation

2019-09-25 Thread Ville Syrjala
From: Ville Syrjälä Get rid of the drm_fixp_from_fraction() usage and just do the straightforward calculation directly. Cc: Lyude Paul Cc: Harry Wentland Cc: Alex Deucher Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_dp_mst_topology.c | 18 ++ 1 file changed, 2 insert