✓ CI.checkpatch: success for drm/i915/dram: dram_info refactoring (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 27 16:08:43 UTC 2025
== Series Details ==
Series: drm/i915/dram: dram_info refactoring (rev2)
URL : https://patchwork.freedesktop.org/series/148703/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a03a7a040e6712b7b1a2806fb4eec4a136ce88ac
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue May 27 12:25:26 2025 +0300
drm/i915/dram: allocate struct dram_info dynamically
Allocate struct drm_info dynamically, and convert the struct
drm_i915_private and struct xe_device dram_info member into a const
pointer. Move the struct definition to intel_dram.h, and keep it opaque
to everyone not needing it. This also removes the duplication of the
struct definition.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch b85200adaeff8739c0358088e20a8cbdb4bda851 drm-intel
f492cffe0878 drm/i915/bw: pass struct dram_info pointer around
a5d1fb0ef8b4 drm/i915/dram: add accessor for struct dram_info and use it
6b1d335ba3f6 drm/i915/wm: DG2 doesn't have dram info to look up wm_lv_0_adjust_needed
46b8ed147989 drm/i915/dram: pass struct dram_info pointer around
ab4dc9ccd728 drm/i915/dram: add return value and handling to intel_dram_detect()
a03a7a040e67 drm/i915/dram: allocate struct dram_info dynamically
More information about the Intel-xe
mailing list