OSDN Git Service

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)
commitc4aed87630d41ee54e2ee23d4583c3dd423296dd
treed445a87cd9225254e6620b609acf549d8ca23f00
parentbce31d4c1ae8865d6382e3a27b07b4bb8e020ade
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