File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -944,8 +944,10 @@ static void xe_lrc_finish(struct xe_lrc *lrc)
944
944
* store it in the PPHSWP.
945
945
*/
946
946
#define CONTEXT_ACTIVE 1ULL
947
- static ssize_t wa_bb_setup_utilization (struct xe_lrc * lrc , struct xe_hw_engine * hwe ,
948
- u32 * batch , size_t max_len )
947
+ static ssize_t setup_utilization_wa (struct xe_lrc * lrc ,
948
+ struct xe_hw_engine * hwe ,
949
+ u32 * batch ,
950
+ size_t max_len )
949
951
{
950
952
u32 * cmd = batch ;
951
953
@@ -1044,7 +1046,7 @@ static void finish_bo(struct bo_setup_state *state)
1044
1046
static int setup_wa_bb (struct xe_lrc * lrc , struct xe_hw_engine * hwe )
1045
1047
{
1046
1048
static const struct bo_setup funcs [] = {
1047
- { .setup = wa_bb_setup_utilization },
1049
+ { .setup = setup_utilization_wa },
1048
1050
};
1049
1051
struct bo_setup_state state = {
1050
1052
.lrc = lrc ,
You can’t perform that action at this time.
0 commit comments