summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/aspeed/aspeed_gfx.h
diff options
context:
space:
mode:
authorTommy Haung <tommy_huang@aspeedtech.com>2022-03-02 10:49:28 +0800
committerJoel Stanley <joel@jms.id.au>2022-03-03 09:08:35 +1030
commit5e2421ce79703b969eeb9684cedaa76be5305ddd (patch)
tree8a26571d33ed4691b7b89a5d76b0d0e1973595b9 /drivers/gpu/drm/aspeed/aspeed_gfx.h
parent9ae2ac4d31a85ce59cc560d514a31b95f4ace154 (diff)
downloadlinux-5e2421ce79703b969eeb9684cedaa76be5305ddd.tar.bz2
drm/aspeed: Update INTR_STS handling
Add interrupt clear register define for further chip support. Signed-off-by: Tommy Haung <tommy_huang@aspeedtech.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au> Link: https://patchwork.freedesktop.org/patch/msgid/20220302024930.18758-4-tommy_huang@aspeedtech.com
Diffstat (limited to 'drivers/gpu/drm/aspeed/aspeed_gfx.h')
-rw-r--r--drivers/gpu/drm/aspeed/aspeed_gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/aspeed/aspeed_gfx.h b/drivers/gpu/drm/aspeed/aspeed_gfx.h
index 96501152bafa..4e6a442c3886 100644
--- a/drivers/gpu/drm/aspeed/aspeed_gfx.h
+++ b/drivers/gpu/drm/aspeed/aspeed_gfx.h
@@ -12,6 +12,7 @@ struct aspeed_gfx {
struct regmap *scu;
u32 dac_reg;
+ u32 int_clr_reg;
u32 vga_scratch_reg;
u32 throd_val;
u32 scan_line_max;