drm/i915: add new "soc" sub-directory and move PCH and DRAM code there
Add a new sub-directory for things that aren't specifically about the GPU and don't really belong in the i915 driver top level, but also don't belong under any of the existing sub-directories either. Name it "soc", and move the PCH and DRAM code there. Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Acked-by:Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by:
Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221208142347.602726-1-jani.nikula@intel.com
Showing
- drivers/gpu/drm/i915/Makefile 5 additions, 2 deletionsdrivers/gpu/drm/i915/Makefile
- drivers/gpu/drm/i915/i915_driver.c 2 additions, 1 deletiondrivers/gpu/drm/i915/i915_driver.c
- drivers/gpu/drm/i915/i915_drv.h 2 additions, 1 deletiondrivers/gpu/drm/i915/i915_drv.h
- drivers/gpu/drm/i915/soc/intel_dram.c 0 additions, 0 deletionsdrivers/gpu/drm/i915/soc/intel_dram.c
- drivers/gpu/drm/i915/soc/intel_dram.h 0 additions, 0 deletionsdrivers/gpu/drm/i915/soc/intel_dram.h
- drivers/gpu/drm/i915/soc/intel_pch.c 0 additions, 0 deletionsdrivers/gpu/drm/i915/soc/intel_pch.c
- drivers/gpu/drm/i915/soc/intel_pch.h 0 additions, 0 deletionsdrivers/gpu/drm/i915/soc/intel_pch.h
Loading
Please register or sign in to comment