Files
mesa/src
Yogesh Mohan Marimuthu 93703d2d19 winsys/amdgpu: add userq cmd submission support in amdgpu_cs_submit_ib()
This patch adds the job submission code for userq. An indirect buffer, in
short ib, can be considered a job. The job is submitted directly to the
userq ring buffer and the doorbell is rung to notify the firmware to
execute the job.

The packets that are submitted to execute the job is below,

1) fence wait multi packet for any dependency fence
2) hdp flush packs to flush host data path
3) indirect buffer packet
4) protected signal packet

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29010>
2024-12-03 12:02:06 +00:00
..
2024-12-02 19:26:47 +00:00
2024-12-03 02:46:39 +00:00
2024-11-26 20:45:41 +00:00
2024-12-02 21:22:44 +00:00
2024-11-26 20:45:41 +00:00
2024-10-21 01:14:35 +00:00
2024-12-02 15:15:52 +00:00
2024-09-06 17:34:17 +00:00
2024-11-26 20:45:41 +00:00