]> git.baikalelectronics.ru Git - kernel.git/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)
commit4d8330526632561ff851ac37d525762d272d4618
tree3ae9f9943d61857dfc385ba71c7634e318dd27e2
parent2e2d4286324678691c5d99c6d67fc2a1a6c77f5d
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