]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Inline do_dsc_compute_compressed_bpp()
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 Jan 2025 12:50:02 +0000 (14:50 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Feb 2025 14:31:35 +0000 (16:31 +0200)
commitdf64948ec2cecb1dc0747072aca23621ebf80be9
treea6163d6bdcd23e4dfa62c11fdbb49f3c718d9914
parent9e276d220a650def051a3981a8dfb86c5c23a892
drm/i915/dp: Inline do_dsc_compute_compressed_bpp()

With just the one platform independent loop left in
do_dsc_compute_compressed_bpp(), we don't really need the extra function
that is simply becoming increasingly hard to even figure out a decent
name for. Just merge the whole thing to
dsc_compute_compressed_bpp(). Good riddance to the short lived
do_dsc_compute_compressed_bpp().

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/91ae42cbdffe4938a665667955c577f887b92b9d.1738327620.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp.c