diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2025-04-17 15:19:42 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@collabora.com> | 2025-04-22 11:56:03 +0300 |
commit | b437b8f745e21de6b45a9b3bd712407f6b4c1ecb (patch) | |
tree | 9ed9e918a3ec3bfa3511f7e85b9f82a861640684 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e1eb7293ab4107e9e19fa609835e657fe30dfec7 (diff) | |
download | linux-b437b8f745e21de6b45a9b3bd712407f6b4c1ecb.tar.xz |
drm/panthor: Don't create a file offset for NO_MMAP BOs
Right now the DRM_PANTHOR_BO_NO_MMAP flag is ignored by
panthor_ioctl_bo_mmap_offset(), meaning BOs with this flag set can
have a file offset but can't be mapped anyway, because
panthor_gem_mmap() will filter them out.
If we error out at mmap_offset creation time, we can get rid of
panthor_gem_mmap() and call drm_gem_shmem_object_mmap directly, and
we get rid of this inconsistency of having an mmap offset for a
BO that can never be mmap-ed.
Changes in v2:
- Get rid of panthor_gem_mmap()
- Get rid of the Fixes tag and adjust the commit message accordingly
- Return ENOPERM instead of EINVAL
Changes in v3:
- Don't leak the BO ref
- Add R-bs
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Link: https://lore.kernel.org/r/20250417121942.3574111-1-boris.brezillon@collabora.com
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions