Skip to content

Commit 38820e6

Browse files
hghimirarodrigovivi
authored andcommitted
drm/xe/forcewake: Change awake_domain datatype
Change the datatype of awake_domains to unsigned int to accommodate values that differ from the enum xe_force_wake_domains. Cc: Michal Wajdeczko <[email protected]> Cc: Badal Nilawar <[email protected]> Cc: Rodrigo Vivi <[email protected]> Signed-off-by: Himal Prasad Ghimiray <[email protected]> Reviewed-by: Badal Nilawar <[email protected]> Reviewed-by: Michal Wajdeczko <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent f5fc004 commit 38820e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_force_wake_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct xe_force_wake {
7878
/** @lock: protects everything force wake struct */
7979
spinlock_t lock;
8080
/** @awake_domains: mask of all domains awake */
81-
enum xe_force_wake_domains awake_domains;
81+
unsigned int awake_domains;
8282
/** @initialized_domains: mask of all initialized domains */
8383
unsigned int initialized_domains;
8484
/** @domains: force wake domains */

0 commit comments

Comments
 (0)