Skip to content

Draft:tests/amdgpu: Add high priority queue test

arunpravin24 requested to merge arunpravin24/drm:main into main
  • Create a context, override the priority as HIGH and assert the context scheduled on high priority gfx pipe/queue for execution, then proceed for NOP submit to verify command submission.

  • Write a new function creating a new file amdgpu_sched.c to override the context priority in accordance with sched operation using DRM_IOCTL_AMDGPU_SCHED IOCTL command.

  • Add out parameter support to struct drm_amdgpu_sched.

Signed-off-by: Arunpravin Paneer Selvam Arunpravin.PaneerSelvam@amd.com

Merge request reports