[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Make xe_mmio_tile_vram_size() static

Patchwork patchwork at emeril.freedesktop.org
Tue Nov 14 21:13:33 UTC 2023


== Series Details ==

Series: drm/xe: Make xe_mmio_tile_vram_size() static
URL   : https://patchwork.freedesktop.org/series/126426/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 036a7d3c86356c5f6d6891ddcab9eac4208e3b1b
Author: Brian Welty <brian.welty at intel.com>
Date:   Tue Nov 14 13:10:33 2023 -0800

    drm/xe: Make xe_mmio_tile_vram_size() static
    
    During xe_mmio_probe_vram(), we already store the values returned from
    xe_mmio_tile_vram_size() into the xe_tile structures.
    There is no need to call xe_mmio_tile_vram_size() again later during
    setup of the STOLEN region. Just use the values stored in the root tile.
    
    Signed-off-by: Brian Welty <brian.welty at intel.com>
+ /mt/dim checkpatch 25e1993418d13ff3f6e873f814074c758c4cfe2f drm-intel
036a7d3c8 drm/xe: Make xe_mmio_tile_vram_size() static




More information about the Intel-xe mailing list