]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/dp/mst: Replace the fixed point thing with straight calculation
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 25 Sep 2019 14:14:42 +0000 (17:14 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 30 Sep 2019 17:57:42 +0000 (20:57 +0300)
commited20b7d5c65785909816a462aa7d3174064a58a3
tree3d6eb90885b2b1b6567c4a4db1346cbc756ba8b3
parent0c3bb15cfc0eb1b509de1b7dd9a0e8c18c0ac5e5
drm/dp/mst: Replace the fixed point thing with straight calculation

Get rid of the drm_fixp_from_fraction() usage and just do the
straightforward calculation directly.

Cc: Lyude Paul <lyude@redhat.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190925141442.23236-3-ville.syrjala@linux.intel.com
Reviewed-by: Lyude Paul <lyude@redhat.com>
drivers/gpu/drm/drm_dp_mst_topology.c