[Intel-xe] ✓ CI.checkpatch: success for drm/xe/dgfx: Release mmap mappings on rpm suspend (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Nov 28 18:38:51 UTC 2023


== Series Details ==

Series: drm/xe/dgfx: Release mmap mappings on rpm suspend (rev2)
URL   : https://patchwork.freedesktop.org/series/122860/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4b54330b7cf280336c13fcc3220b0d3a27aeeef8
Author: Badal Nilawar <badal.nilawar at intel.com>
Date:   Tue Nov 28 21:11:18 2023 +0530

    drm/xe/dgfx: Release mmap mappings on rpm suspend
    
    Release all mmap mappings for all vram objects which are associated
    with userfault such that, while pcie function in D3hot, any access
    to memory mappings will raise a userfault.
    
    Upon userfault, in order to access memory mappings, if graphics
    function is in D3 then runtime resume of dgpu will be triggered to
    transition to D0.
    
    v2:
      - Add lock dep assertion before updating vram_userfault_count (Rodrigo)
      - Avoid iomem check before bo migration check as bo can migrate
        to system memory (Matthew Auld)
    
    Cc: Matthew Auld <matthew.auld at intel.com>
    Cc: Anshuman Gupta <anshuman.gupta at intel.com>
    Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch b06c9f366cd09b888be061d23eecffed7139c09b drm-intel
4b54330b7 drm/xe/dgfx: Release mmap mappings on rpm suspend




More information about the Intel-xe mailing list