diff options
author | Jani Nikula <jani.nikula@intel.com> | 2022-11-09 15:42:06 +0100 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2022-11-17 15:12:56 +0100 |
commit | 03120feffb21703bb4d61ae85c574889c6cb13d7 (patch) | |
tree | 8a9b08c25598a9cc2f380c7829b2d184751ac103 /drivers/gpu/drm/i915/Makefile | |
parent | Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into dr... (diff) | |
download | linux-03120feffb21703bb4d61ae85c574889c6cb13d7.tar.xz linux-03120feffb21703bb4d61ae85c574889c6cb13d7.zip |
drm/i915/hti: abstract hti handling
The HTI or HDPORT handling is sprinkled around. Centralize to one place.
Add a note about how subtle the mapping from HDPORT_STATE register to
dpll mask actually is.
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/20221109144209.3624739-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r-- | drivers/gpu/drm/i915/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile index 51704b54317c..cb8232bd315b 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -247,6 +247,7 @@ i915-y += \ display/intel_global_state.o \ display/intel_hdcp.o \ display/intel_hotplug.o \ + display/intel_hti.o \ display/intel_lpe_audio.o \ display/intel_modeset_verify.o \ display/intel_modeset_setup.o \ |