✓ CI.checkpatch: success for drm/i915/dram: dram_info refactoring
Patchwork
patchwork at emeril.freedesktop.org
Wed May 7 15:27:11 UTC 2025
== Series Details ==
Series: drm/i915/dram: dram_info refactoring
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 634a5240ad92273b3c3c8bc37afadf125ae7478e
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed May 7 18:18:22 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 4f521146ae830688a534fa249e5ee37ae31b095a drm-intel
9f9b454bf1b9 drm/i915/bw: pass struct dram_info pointer around
41e50463d81b drm/i915/dram: add accessor for struct dram_info and use it
07aa62285472 drm/i915/wm: DG2 doesn't have dram info to look up wm_lv_0_adjust_needed
718108ce2c01 drm/i915/dram: pass struct dram_info pointer around
b0db7d930b98 drm/i915/dram: add return value and handling to intel_dram_detect()
634a5240ad92 drm/i915/dram: allocate struct dram_info dynamically
More information about the Intel-xe
mailing list