drm/amdgpu: Actually check flags for all context ops.
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tue, 6 Aug 2024 20:27:32 +0000 (22:27 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Aug 2024 17:03:57 +0000 (13:03 -0400)
commit0573a1e2ea7e35bff08944a40f1adf2bb35cea61
tree4ac5f3473a1e31fc0530789f87f061345f29224a
parente6c6bd6253e792cee6c5c065e106e87b9f0d9ae9
drm/amdgpu: Actually check flags for all context ops.

Missing validation ...

Checked libdrm and it clears all the structs, so we should be
safe to just check everything.

Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit c6b86421f1f9ddf9d706f2453159813ee39d0cf9)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c