From df9871064e8b564d9ae2e56d561b64434fd004af Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 26 Jul 2008 08:56:23 +1000 Subject: radeon: add initial atombios modesetting and GEM -> TTM translation layer. This is an initial import of the atom bios parser with modesetting support for r500 hw using atombios. It also includes a simple memory manager layer that translates a radeon GEM style interface onto TTM internally. So far this memory manager has only been used for pinned object allocation for the DDX to test modesetting. --- linux-core/drm_modes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/drm_modes.c') diff --git a/linux-core/drm_modes.c b/linux-core/drm_modes.c index d4cda0be..67f278eb 100644 --- a/linux-core/drm_modes.c +++ b/linux-core/drm_modes.c @@ -546,6 +546,7 @@ void drm_mode_connector_list_update(struct drm_connector *connector) struct drm_display_mode *mode; struct drm_display_mode *pmode, *pt; int found_it; + list_for_each_entry_safe(pmode, pt, &connector->probed_modes, head) { found_it = 0; -- cgit v1.2.3