]> Git Repo - J-linux.git/commit
drm: Track clients by tgid and not tid
authorTvrtko Ursulin <[email protected]>
Tue, 14 Mar 2023 14:18:55 +0000 (14:18 +0000)
committerChristian König <[email protected]>
Wed, 15 Mar 2023 13:03:00 +0000 (14:03 +0100)
commit4230cea89cafb11b2c2e4dcac8b505e7a766b386
treee0f48d54032109d733b22c9741abc02ac97384b4
parente2945e6c5111726536c6046eaa1b840636e066a8
drm: Track clients by tgid and not tid

Thread group id (aka pid from userspace point of view) is a more
interesting thing to show as an owner of a DRM fd, so track and show that
instead of the thread id.

In the next patch we will make the owner updated post file descriptor
handover, which will also be tgid based to avoid ping-pong when multiple
threads access the fd.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Zack Rusin <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/drm_debugfs.c
drivers/gpu/drm/drm_file.c
drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
This page took 0.046556 seconds and 4 git commands to generate.