]> 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)
commit6066c3f2a646e6412e8e3d96e2c61b31851880e6
treed445a87cd9225254e6620b609acf549d8ca23f00
parent28aff97543dd74dc95573d29e6de08114726dcbd
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