mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
drv_hangman: Remove unused function
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
d49ef76e98
commit
01153e7d5f
@ -150,19 +150,6 @@ static void assert_error_state_collected(void)
|
|||||||
assert_dfs_entry_not("i915_error_state", "no error state collected");
|
assert_dfs_entry_not("i915_error_state", "no error state collected");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int get_line_count(const char *s)
|
|
||||||
{
|
|
||||||
int count = 0;
|
|
||||||
|
|
||||||
while (*s) {
|
|
||||||
if (*s == '\n')
|
|
||||||
count++;
|
|
||||||
s++;
|
|
||||||
}
|
|
||||||
|
|
||||||
return count;
|
|
||||||
}
|
|
||||||
|
|
||||||
#define MAGIC_NUMBER 0x10001
|
#define MAGIC_NUMBER 0x10001
|
||||||
const uint32_t batch[] = { MI_NOOP,
|
const uint32_t batch[] = { MI_NOOP,
|
||||||
MI_BATCH_BUFFER_END,
|
MI_BATCH_BUFFER_END,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user