drm/i915/pm: drop get_fifo_size vfunc.
authorDave Airlie <airlied@redhat.com>
Tue, 28 Sep 2021 22:57:46 +0000 (01:57 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 29 Sep 2021 05:27:33 +0000 (08:27 +0300)
commit758b2fc26640c3641fb145cf61bc79a255dae5ea
tree8a778599f172fbea3e2dc78e244441a81767d5b9
parent5716c8c6f4b6a985acaf83a19d89131c113f7aeb
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
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c