summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-02-24 09:23:56 +1000
committerAlex Deucher <alexander.deucher@amd.com>2015-03-19 12:26:45 -0400
commitde6284aa0162e6814e4d5f17a0177e0e5aee1ce5 (patch)
tree3b11da52f793919a0b207af40db14228c62a427d /drivers/gpu/drm/radeon/radeon.h
parent87f5942d1f7bc320a0ec70ac4a8a3396024c7091 (diff)
radeon: introduce a dp_work handler
This is to be called on short HPD irqs, just introduce the basic infrastructure for it. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 26a339b1b2cd..1506332d6f22 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -2412,6 +2412,7 @@ struct radeon_device {
struct radeon_rlc rlc;
struct radeon_mec mec;
struct work_struct hotplug_work;
+ struct work_struct dp_work;
struct work_struct audio_work;
int num_crtc; /* number of crtcs */
struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */