✓ CI.checkpatch: success for drm/xe: Cleanup force wake registers bit definitions

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 6 08:46:38 UTC 2024


== Series Details ==

Series: drm/xe: Cleanup force wake registers bit definitions
URL   : https://patchwork.freedesktop.org/series/134543/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ebb98c65125c8b3c050dd8d84d32afe6af8b4367
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Thu Jun 6 14:27:20 2024 +0530

    drm/xe: Cleanup force wake registers bit definitions
    
    - Remove unused bit definitions.
    - Driver uses BIT(0) for waking/sleeping the domain and since the
    registers are masked respective mask bit BIT(16) needs to be set. Use
    defines for these bits and use them in domain initialization.
    
    v3
    - Use defines within domain_init
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Badal Nilawar <badal.nilawar at intel.com>
    Suggested-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
    Reviewed-by: Badal Nilawar <badal.nilawar at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch ec3e566521b91eb773769fa1df899a28063a10e9 drm-intel
ebb98c65125c drm/xe: Cleanup force wake registers bit definitions




More information about the Intel-xe mailing list