Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | drm: Mark constant arrays of drm_display_mode const | Chris Wilson | 2011-02-22 |
| | | | | | | | | | | | ... and fixup some methods to accept the constant argument. Now that constant module arrays are loaded into read-only memory, using const appropriately has some benefits beyond warning the programmer about likely mistakes. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com> | ||
* | drm/edid: Split mode lists out to their own header for readability | Adam Jackson | 2010-08-09 |
... of the code, not of the mode lists. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |