Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-23 | drm: Mark constant arrays of drm_display_mode const | Chris Wilson | |
... 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> | |||
2010-08-10 | drm/edid: Split mode lists out to their own header for readability | Adam Jackson | |
... of the code, not of the mode lists. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |