diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-12-08 22:13:06 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-12-20 22:31:00 -0500 |
commit | c324acd5032f516b8188da99d2ce05cf8d1294d6 (patch) | |
tree | f39637387eafcd91b3a82e303e6a6452be0a8911 /drivers/gpu/drm/radeon/radeon_combios.c | |
parent | 7a868e18a4907dc8f1f05d99bcb9fd3fa8881ee4 (diff) |
drm/radeon/kms: parse the extended LCD info block
This block may contain various additional LCD info such
as physical size and a stored EDID.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_combios.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_combios.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index 3bddea5b5295..111a844c1ecb 100644 --- a/drivers/gpu/drm/radeon/radeon_combios.c +++ b/drivers/gpu/drm/radeon/radeon_combios.c | |||
@@ -471,8 +471,9 @@ bool radeon_combios_check_hardcoded_edid(struct radeon_device *rdev) | |||
471 | return true; | 471 | return true; |
472 | } | 472 | } |
473 | 473 | ||
474 | /* this is used for atom LCDs as well */ | ||
474 | struct edid * | 475 | struct edid * |
475 | radeon_combios_get_hardcoded_edid(struct radeon_device *rdev) | 476 | radeon_bios_get_hardcoded_edid(struct radeon_device *rdev) |
476 | { | 477 | { |
477 | if (rdev->mode_info.bios_hardcoded_edid) | 478 | if (rdev->mode_info.bios_hardcoded_edid) |
478 | return rdev->mode_info.bios_hardcoded_edid; | 479 | return rdev->mode_info.bios_hardcoded_edid; |