diff options
author | Jack Xiao <Jack.Xiao@amd.com> | 2022-04-11 23:46:13 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-04 17:43:51 +0300 |
commit | 32de57e9ef59b6f646849a8bd615b7c978a4fa6d (patch) | |
tree | 99ba984bb576a14f71cd2b0206884d7c1a2a39a8 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | f10e80e3a4171a451027e480dafde6c8c3974eb7 (diff) | |
download | linux-32de57e9ef59b6f646849a8bd615b7c978a4fa6d.tar.xz |
drm/amdgpu/mes: manage mes doorbell allocation
It is used to manage the doorbell allocation of mes processes and queues.
Driver calls into process doorbell allocation to get the slice doorbell
for the process, then the doorbell for a queue is allocated from the
process doorbell slice.
Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 7a1b13fabebb..803e7f5dc458 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -144,6 +144,7 @@ amdgpu-y += \ # add MES block amdgpu-y += \ + amdgpu_mes.o \ mes_v10_1.o # add UVD block |