diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-11-05 13:16:01 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-11-06 11:35:30 +1000 |
commit | b75fad0682caacb16012582deecbd7d19bc2f68e (patch) | |
tree | a9934e8233c4e7b51537bdaba9b400be0aa29e01 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | 4170a6c1bc106d7fcf94f5842224ac4dac61006b (diff) |
drm/radeon/kms: store detailed connector info
This will be useful for mode validation and certain
atom tables.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index ccb783868ad..ace726aa0d7 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h @@ -317,6 +317,7 @@ struct radeon_connector { struct edid *edid; void *con_priv; bool dac_load_detect; + uint16_t connector_object_id; }; struct radeon_framebuffer { |