Hi All, We are currently developing a driver using the Accel framework to enable applications to offload their tasks to the NPU. As part of this effort, we are considering the use of the DRM scheduler for job management. These applications may have their own priority levels to manage task execution efficiently on the NPU. However, since the DRM scheduler currently supports only a limited set of job priority levels (DRM_SCHED_PRIORITY_KERNEL, DRM_SCHED_PRIORITY_HIGH, DRM_SCHED_PRIORITY_NORMAL, and DRM_SCHED_PRIORITY_LOW), we have a couple of questions:
* Are there any plans to increase the number of supported priority levels? * Is there any flexibility or scope for customizing priority levels when using the DRM scheduler? Thanks, Chenna
