]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe: Drop useless forcewake get/put
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 13 May 2024 21:37:48 +0000 (14:37 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 14 May 2024 04:21:13 +0000 (21:21 -0700)
commit402c014cbcc7c9ada6d62ee646b2b359d4793ce2
tree22ba58a032792732513f87aa81d86ffa9354348b
parent61549a2ee5940af4d49ba227d7e7798ccf6f04a5
drm/xe: Drop useless forcewake get/put

Forcewake used to be needed in xe_gt_init_early() since it was calling
xe_gt_topology_init(). That call was dropped in commit 4c47049d93b7
("drm/xe/guc: Fix missing topology init"), but the forcewake calls were
left behind. Remove them.

Cc: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Reviewed-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240513213751.1017791-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt.c