mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/amdgpu: add mqd_update callback to AMDGPU user queue interface
Extend the AMDGPU user queue function interface to support MQD updates by adding an mqd_update callback. v2: add the input paramter struct drm_amdgpu_userq_in in mqd_update Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
79a0ff59a5
commit
c26ad36d90
|
|
@ -81,6 +81,8 @@ struct amdgpu_usermode_queue {
|
|||
struct amdgpu_userq_funcs {
|
||||
int (*mqd_create)(struct amdgpu_usermode_queue *queue,
|
||||
struct drm_amdgpu_userq_in *args);
|
||||
int (*mqd_update)(struct amdgpu_usermode_queue *queue,
|
||||
struct drm_amdgpu_userq_in *args);
|
||||
void (*mqd_destroy)(struct amdgpu_usermode_queue *uq);
|
||||
int (*unmap)(struct amdgpu_usermode_queue *queue);
|
||||
int (*map)(struct amdgpu_usermode_queue *queue);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user