diff options
author | Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> | 2023-11-16 17:02:23 +0200 |
---|---|---|
committer | Jouni Högander <jouni.hogander@intel.com> | 2023-11-23 14:50:43 +0200 |
commit | 1aba67132cbc46856dfa8f904cd7021a75b1806d (patch) | |
tree | a3531efbe3d669f362fc4744521a28481b9f8e90 /drivers/gpu/drm/i915/Makefile | |
parent | 07e823c0fd991565106eff6f03892c5d645cd690 (diff) |
drm/i915/display: Separate xe and i915 common dpt code into own file
Here created intel_dpt_common.c to hold intel_dpt_configure which is
needed for both xe and i915.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231116150225.204233-1-juhapekka.heikkila@gmail.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 7e5d6a39d450..65e984242089 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -275,6 +275,7 @@ i915-y += \ display/intel_dpll.o \ display/intel_dpll_mgr.o \ display/intel_dpt.o \ + display/intel_dpt_common.o \ display/intel_drrs.o \ display/intel_dsb.o \ display/intel_dsb_buffer.o \ |