OSDN Git Service

drm/i915/dp: make intel_dp_pack_aux() static again
authorJani Nikula <jani.nikula@intel.com>
Wed, 12 Jan 2022 10:57:03 +0000 (12:57 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 13 Jan 2022 13:20:48 +0000 (15:20 +0200)
commit2616be2eac4b1c361ece55dfd8f942dcecb25de2
tree3a59db7404b44e95176679ff5afea22457e8b171
parentcd6e4c2fbb004f06d9c552761c171fed82ab5225
drm/i915/dp: make intel_dp_pack_aux() static again

The last user of intel_dp_pack_aux() outside intel_dp_aux.c got removed
in commit ad26451a7902 ("drm/i915/display: Drop PSR support from HSW and
BDW"). Make the function static again.

Rename the pack/unpack functions to follow the usual naming conventions
while at it.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220112105703.1151391-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dp_aux.c
drivers/gpu/drm/i915/display/intel_dp_aux.h