commit | 758b2fc26640c3641fb145cf61bc79a255dae5ea | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Wed Sep 29 01:57:46 2021 +0300 |
committer | Jani Nikula <jani.nikula@intel.com> | Wed Sep 29 08:27:33 2021 +0300 |
tree | 8a778599f172fbea3e2dc78e244441a81767d5b9 | |
parent | 5716c8c6f4b6a985acaf83a19d89131c113f7aeb [diff] |
drm/i915/pm: drop get_fifo_size vfunc. The i845_update_wm code was always calling the i845 variant, and the i9xx_update_wm had only a choice between i830 and i9xx paths, hardly worth the vfunc overhead. Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/07523b1e46cd10adb2991ed4d2619b542a48c1ce.1632869550.git.jani.nikula@intel.com