Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tao Zhou and committed by
Alex Deucher
56ea353e 53317458

+3
+3
drivers/gpu/drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_4_0.h
··· 38 38 #define VCN_4_0__SRCID__JPEG6_DECODE 174 // 0xae JRBC6 Decode interrupt 39 39 #define VCN_4_0__SRCID__JPEG7_DECODE 175 // 0xaf JRBC7 Decode interrupt 40 40 41 + #define VCN_4_0__SRCID_UVD_POISON 160 42 + #define VCN_4_0__SRCID_DJPEG0_POISON 161 43 + #define VCN_4_0__SRCID_EJPEG0_POISON 162 41 44 #endif