]> git.baikalelectronics.ru Git - kernel.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Aug 2018 19:19:18 +0000 (14:19 -0500)
commitfc2ff265af5503bab9c63b8d6332142dd56f8c22
treed445a87cd9225254e6620b609acf549d8ca23f00
parent94987b51835f8775f765c727a8cb4787f5658b3d
drm/amdgpu: fix incorrect use of drm_file->pid

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
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c