diff options
author | Jani Nikula <jani.nikula@intel.com> | 2021-10-13 12:11:59 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2021-10-14 11:22:55 +0200 |
commit | 1eecf31e3c962aabc1e9c5a469cfa2d161e5254d (patch) | |
tree | f5785d082306703f18e55ac3c34e5da650e4869f /drivers/gpu/drm/i915/Makefile | |
parent | drm/i915/display: remove unused intel-mid.h include (diff) | |
download | linux-1eecf31e3c962aabc1e9c5a469cfa2d161e5254d.tar.xz linux-1eecf31e3c962aabc1e9c5a469cfa2d161e5254d.zip |
drm/i915: split out vlv sideband to a separate file
The VLV/CHV sideband code is pretty distinct from the rest of the
sideband code. Split it out to new vlv_sideband.[ch].
Pure code movement with relevant #include changes, and a tiny checkpatch
fix on top.
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/755ebbbaf01fc6d306b763b6ef60f45e671ba290.1634119597.git.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 21b05ed0e4e8..d50d2b144fc6 100644 --- a/drivers/gpu/drm/i915/Makefile +++ b/drivers/gpu/drm/i915/Makefile @@ -54,6 +54,7 @@ i915-y += i915_drv.o \ intel_step.o \ intel_uncore.o \ intel_wakeref.o \ + vlv_sideband.o \ vlv_suspend.o # core library code |