Skip to content

Commit

Permalink
drm: Move mode tables to drm_edid.c
Browse files Browse the repository at this point in the history
The modes are only used from within drm_edid.c so we move them there to
avoid creating duplicates by multiple inclusion of drm_edid_modes.h. As
a side-effect we can also get rid of a few variables that keep track of
the number of entries in the tables and use ARRAY_SIZE() instead.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Thierry Reding committed Feb 22, 2013
1 parent 18316c8 commit a6b2183
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 781 deletions.
Loading

0 comments on commit a6b2183

Please sign in to comment.