summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorJude Shih <shenshih@amd.com>2021-04-01 11:10:41 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-04-09 16:54:42 -0400
commitf066af882b3755c5cdd2574e860433750c6bce1e (patch)
tree02196541f0648530c3322a01be4b0baef2f4ac80 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent3495d3c3267af7cd8aa692c8685fcf1465a5f97d (diff)
downloadlinux-stable-f066af882b3755c5cdd2574e860433750c6bce1e.tar.gz
linux-stable-f066af882b3755c5cdd2574e860433750c6bce1e.tar.bz2
linux-stable-f066af882b3755c5cdd2574e860433750c6bce1e.zip
drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
[Why & How] We use outbox interrupt that allows us to do the AUX via DMUB Therefore, we need to add some irq source related definition in the header files; Signed-off-by: Jude Shih <shenshih@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index ce13b2c8db90..dc3a69296321 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -922,6 +922,7 @@ struct amdgpu_device {
struct amdgpu_irq_src pageflip_irq;
struct amdgpu_irq_src hpd_irq;
struct amdgpu_irq_src dmub_trace_irq;
+ struct amdgpu_irq_src dmub_outbox_irq;
/* rings */
u64 fence_context;