diff options
author | Jani Nikula <jani.nikula@intel.com> | 2022-06-17 11:48:16 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2022-06-20 18:28:42 +0200 |
commit | 2c7676b6b1f57713f55e738f803ecaf91dfc399f (patch) | |
tree | c8063433f055d8ce5c4cce0957483915d4889ede /drivers/gpu/drm/i915/Makefile | |
parent | drm/i915/display: Re-add check for low voltage sku for max dp source rate (diff) | |
download | linux-2c7676b6b1f57713f55e738f803ecaf91dfc399f.tar.xz linux-2c7676b6b1f57713f55e738f803ecaf91dfc399f.zip |
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/Makefile | 1 |
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 \ |