aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorSui Jingfeng <[email protected]>2024-09-08 20:11:03 +0800
committerLucas Stach <[email protected]>2024-10-28 16:30:15 +0100
commit56257d4c422d0f45b1367145ffe1a1350d4338b6 (patch)
tree8017850ba94abef132979cee39b11562967fc404 /tools/perf/scripts/python/export-to-postgresql.py
parent13c96ac9a3f0f1c7ba1ff0656ea508e7fa065e7e (diff)
drm/etnaviv: Use unsigned type to count the number of pages
The drm_prime_pages_to_sg() function takes an 'unsigned int' argument to store the length of the page vector. The size of the object in number of CPU pages can not be negative, hence, use 'unsigned' variable to store the number of pages, instead of the 'signed' one. Reviewed-by: Christian Gmeiner <[email protected]> Signed-off-by: Sui Jingfeng <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions