]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: fix incorrect use of drm_file->pid
authorChristian König <christian.koenig@amd.com>
Fri, 17 Aug 2018 17:38:33 +0000 (19:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Sep 2018 07:47:00 +0000 (09:47 +0200)
commit15ca3cf67c1872f6d0de9fe8588ec754b30b29ef
tree5bfe951b81149f3571e52230ba5de4bb1f832247
parentdd4a6ffb5bc1a36776bc4de1b3dc72cc31f48be6
drm/amdgpu: fix incorrect use of drm_file->pid

commit c4aed87630d41ee54e2ee23d4583c3dd423296dd upstream.

That's the PID of the creator of the file (usually the X server) and not
the end user of the file.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
CC: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c