drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c
authorJani Nikula <jani.nikula@intel.com>
Wed, 25 Aug 2021 15:47:51 +0000 (18:47 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 27 Aug 2021 08:43:54 +0000 (11:43 +0300)
commite2cf6afcdacf937b67f362a623254dac32e7c509
tree9ed45c5045691aa145e9a686ec9d16c4e069c193
parent12b2c3016d68b649e5d67530655c505bed7948aa
drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c

This fairly detailed stuff that really has no place in
intel_display.c. Combine the calls into one to avoid exposing both.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b0037775480380e5d73d0b112da478d6f0ea30fe.1629906431.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_fdi.c
drivers/gpu/drm/i915/display/intel_fdi.h