]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panthor: Group panthor_kernel_bo_xxx() helpers
authorBoris Brezillon <boris.brezillon@collabora.com>
Wed, 1 Apr 2026 13:48:48 +0000 (15:48 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Fri, 3 Apr 2026 11:23:27 +0000 (13:23 +0200)
commitf36adaaf3d0cd8423086ad2ee332970bab0dacd3
treed391e18fc67d4f8681ea0eaad6db4263c354811a
parentcf91128f3d5fd99a333ca4ecc0f13049a7024b0c
drm/panthor: Group panthor_kernel_bo_xxx() helpers

Move all panthor_kernel_bo_xxx() helpers at the end of the file, just
before the debugfs init logic. This will make further panthor_gem.c
refactoring more readable.

v2:
- Collect R-bs

v3:
- No changes

v4:
- No changes

v5:
- No changes

v6:
- No changes

v7:
- No changes

Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patch.msgid.link/20260401134854.2275433-5-boris.brezillon@collabora.com
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
drivers/gpu/drm/panthor/panthor_gem.c