]> Pileus Git - ~andy/linux/commit
drm/radeon: eliminate redundant connector_names table
authorIlija Hadzic <ihadzic@research.bell-labs.com>
Fri, 4 May 2012 15:25:12 +0000 (11:25 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 17 May 2012 10:44:58 +0000 (11:44 +0100)
commitc1d2dbd2ad39b7870c741404220fd251dc69c678
tree3ae9f9943d61857dfc385ba71c7634e318dd27e2
parent6f789301fa1c1da88eea1f3802d85af5bf66436b
drm/radeon: eliminate redundant connector_names table

connector_names table is just a repeat of information that
already exists in drm_connector_enum_list and the same string
can be retrieved using drm_get_connector_name function.

Nuke the redundant table and use the proper function to retrieve
the connector name.

Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_display.c