drm/amdgpu: add irq source id definition for VCN/JPEG 4.0

Add interrupt source id macros.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Tao Zhou 2022-10-20 17:28:48 +08:00 committed by Alex Deucher
parent 5331745801
commit 56ea353ea4

View File

@ -38,4 +38,7 @@
#define VCN_4_0__SRCID__JPEG6_DECODE 174 // 0xae JRBC6 Decode interrupt
#define VCN_4_0__SRCID__JPEG7_DECODE 175 // 0xaf JRBC7 Decode interrupt
#define VCN_4_0__SRCID_UVD_POISON 160
#define VCN_4_0__SRCID_DJPEG0_POISON 161
#define VCN_4_0__SRCID_EJPEG0_POISON 162
#endif