diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-05-14 12:08:35 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-05-20 12:09:37 -0400 |
commit | 948bee3ff41c226b5c8f7d4a78f5562473a09de6 (patch) | |
tree | 9bd05786ffca09615a74e025627705062bcb534f /drivers/gpu/drm/radeon/radeon.h | |
parent | 86a45cac3f86eb65bfdaa122acf1b9073f9e69b2 (diff) | |
download | lwn-948bee3ff41c226b5c8f7d4a78f5562473a09de6.tar.gz lwn-948bee3ff41c226b5c8f7d4a78f5562473a09de6.zip |
drm/radeon: track which asics have UVD
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 ec26d686eb7c..142ce6cc69f5 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -1694,6 +1694,7 @@ struct radeon_device { int num_crtc; /* number of crtcs */ struct mutex dc_hw_i2c_mutex; /* display controller hw i2c mutex */ bool audio_enabled; + bool has_uvd; struct r600_audio audio_status; /* audio stuff */ struct notifier_block acpi_nb; /* only one userspace can use Hyperz features or CMASK at a time */ |