]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/pm: Add APIs for device access checks
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 4 Feb 2025 05:44:21 +0000 (11:14 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:04:06 +0000 (21:04 -0500)
commit55aa33c3fe38763e4f285d5192fb9892133360a7
tree6f9bfeea6d9db4b141253f65df3242f728b622df
parenta5219b41dd908182e6b4c0a9ab842c11973043e6
drm/amd/pm: Add APIs for device access checks

Wrap the checks before device access in helper functions and use them
for device access. The generic order of APIs now is to do input argument
validation first and check if device access is allowed.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Feifei Xu <feifei.xu@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_pm.c