aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <[email protected]>2023-03-27 22:35:33 +0530
committerAlex Deucher <[email protected]>2023-03-31 11:18:32 -0400
commit120ceaf78e28f20ec7244c021d24d1e409572be1 (patch)
treebe6abaf3474f180a8bbb1faed50b840e58714c0f /tools/perf/scripts/python/export-to-postgresql.py
parent8782007b5f5795f118c5167f46d8c8142abcc92f (diff)
drm/amd/amdgpu: Fix error do not initialise globals to 0
Global variables do not need to be initialized to 0 and checkpatch flags this error in drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: ERROR: do not initialise globals to 0 +int amdgpu_no_queue_eviction_on_vm_fault = 0; Fix this checkpatch error. Cc: Christian König <[email protected]> Cc: Alex Deucher <[email protected]> Cc: Mario Limonciello <[email protected]> Signed-off-by: Srinivasan Shanmugam <[email protected]> Reviewed-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions