]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp: Rename some variables in xelpd_dsc_compute_link_config()
authorJani Nikula <jani.nikula@intel.com>
Fri, 31 Jan 2025 12:49:56 +0000 (14:49 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 3 Feb 2025 14:31:10 +0000 (16:31 +0200)
commit2e74748c4c0249930c8edcf5ae7b6e5c8c391f7a
tree8574c4d1bd08c70fc6c31b4e10f581dfc198827b
parentdc9ea8777c8b999f6a7e9eb974b2f7ae5e643d9b
drm/i915/dp: Rename some variables in xelpd_dsc_compute_link_config()

Use the _x16 suffix for all .4 fixed point variables. Drop compressed_
prefix, as it's implied from the precision suffix.

As dsc_min_bpp and dsc_max_bpp change domain from int to .4 in the
middle of the function, they remain the same for now.

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