commit | 99efd1c92b7ae8f46b74552513bfa975f080485b | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Oct 15 22:30:27 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Oct 24 21:22:25 2019 +0300 |
tree | 69162ff29cf7d3a7a9b878845bb413cc77238881 | |
parent | bb6ae9e653dc1019312466cde7be3db69681d3b6 [diff] |
drm/i915: Eliminate skl_check_pipe_max_pixel_rate() The normal cdclk handling now takes care of making sure the plane's pixel rate doesn't exceed the spec appointed percentage of the cdclk frequency. Thus we can nuke skl_check_pipe_max_pixel_rate(). Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191015193035.25982-6-ville.syrjala@linux.intel.com