✓ CI.checkpatch: success for drm/xe/display: fix i915_gem_object_is_shmem() wrapper

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 5 16:02:48 UTC 2024


== Series Details ==

Series: drm/xe/display: fix i915_gem_object_is_shmem() wrapper
URL   : https://patchwork.freedesktop.org/series/129547/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 35ea490a32c3cec1baf525255734adc1ac873347
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Mon Feb 5 15:31:11 2024 +0000

    drm/xe/display: fix i915_gem_object_is_shmem() wrapper
    
    shmem ensures the memory is cleared on allocation, however here we are
    using TTM, which doesn't natively support shmem (other than for swap),
    but instead just allocates normal system memory. And we only zero such
    memory for userspace allocations. In the case of intel_fbdev we are
    missing the memset_io().
    
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch 65b31bb0da2e57ac39ddf5f7bf77ca191e6b6fad drm-intel
35ea490a3 drm/xe/display: fix i915_gem_object_is_shmem() wrapper




More information about the Intel-xe mailing list