OSDN Git Service

drm/amdkfd: fix clock counter retrieval for node without GPU
authorAndres Rodriguez <andres.rodriguez@amd.com>
Tue, 10 Apr 2018 21:32:33 +0000 (17:32 -0400)
committerOded Gabbay <oded.gabbay@gmail.com>
Tue, 24 Apr 2018 09:34:44 +0000 (12:34 +0300)
commit1cf6cc74bbeb85bb87c3ca3f3df97a283c3aa737
tree35bc2fe2f2bc298e0e63833e88695a4ab266ce69
parentded5e5622c38f6d0188c776bfd6793e1cdbb7606
drm/amdkfd: fix clock counter retrieval for node without GPU

Currently if a user requests clock counters for a node without a GPU
resource we will always return EINVAL.

Instead if no GPU resource is attached, fill the gpu_clock_counter
argument with zeroes so that we may proceed and return valid CPU
counters.

Signed-off-by: Andres Rodriguez <andres.rodriguez@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c