✓ CI.checkpatch: success for drm/xe: Cleanup force wake registers bit definitions (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 7 14:18:22 UTC 2024
== Series Details ==
Series: drm/xe: Cleanup force wake registers bit definitions (rev2)
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 5ec4437908e48aa096c9941c8f441e588abf007a
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 b5a9ff6572c2849d2e02c8595b24639fdf1864a9 drm-intel
5ec4437908e4 drm/xe: Cleanup force wake registers bit definitions
More information about the Intel-xe
mailing list