summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2022-06-17 12:48:16 +0300
committerJani Nikula <jani.nikula@intel.com>2022-06-20 19:28:42 +0300
commit2c7676b6b1f57713f55e738f803ecaf91dfc399f (patch)
treec8063433f055d8ce5c4cce0957483915d4889ede /drivers/gpu/drm/i915/Makefile
parentd5929835080a60f9119d024fa42f315913942f76 (diff)
downloadlinux-next-2c7676b6b1f57713f55e738f803ecaf91dfc399f.tar.gz
drm/i915/display: split out hw state readout and sanitize
Split out the modeset hardware state readout and sanitize, or state setup, to a separate file. Do some drive-by checkpatch fixes while at it. v2: Rebase 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/20220617094817.3466584-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index ea25322c64e0..f95c69b600ad 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -234,6 +234,7 @@ i915-y += \
display/intel_hotplug.o \
display/intel_lpe_audio.o \
display/intel_modeset_verify.o \
+ display/intel_modeset_setup.o \
display/intel_overlay.o \
display/intel_pch_display.o \
display/intel_pch_refclk.o \