✓ CI.checkpatch: success for drm/i915: DRAM type logging
Patchwork
patchwork at emeril.freedesktop.org
Tue Mar 25 02:34:53 UTC 2025
== Series Details ==
Series: drm/i915: DRAM type logging
URL : https://patchwork.freedesktop.org/series/146700/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e0758ed3383d7b7e0bebbf540bc3bf56d21c7aa4
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Mon Mar 24 19:28:42 2025 -0700
drm/i915/dram: Consolidate logging of DRAM type
Instead of logging the dram type in the per version/platform function,
do it in the generic one. This fixes a few discrepancies depending on
the platform:
- There was no DRAM type logging for graphics version 12 and
above
- For graphics version 11, it would log the DRAM type in
skl_get_dram_info(), but could possibly override it later
without any log in icl_pcode_read_mem_global_info()
For bxt_get_dram_info(), there's no need to log the type for each dimm,
as the drm_WARN_ON() already covers the case the are not all the same.
This maintains the behavior of skl_get_dram_info() that would log the
DRAM type even on failures.
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 9a42bdcde0f77b2c1e947e283cc3b267b1ce2056 drm-intel
5aad7b6a9c91 drm/i915/dram: Add missing INTEL_DRAM str conversions
e0758ed3383d drm/i915/dram: Consolidate logging of DRAM type
More information about the Intel-xe
mailing list