diff options
author | Dave Airlie <airlied@redhat.com> | 2015-02-24 00:23:56 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-03-19 17:26:45 +0100 |
commit | de6284aa0162e6814e4d5f17a0177e0e5aee1ce5 (patch) | |
tree | 3b11da52f793919a0b207af40db14228c62a427d /drivers/gpu/drm/radeon/radeon.h | |
parent | drm/dp_mst: add a function to retrieve vcpi slots (diff) | |
download | linux-de6284aa0162e6814e4d5f17a0177e0e5aee1ce5.tar.xz linux-de6284aa0162e6814e4d5f17a0177e0e5aee1ce5.zip |
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.h | 1 |
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 */ |