Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm: move allocation out of drm_get_format_name() | Eric Engestrom | 2016-11-12 | 1 | -9/+5 |
* | drm: Don't export the drm_fb_get_bpp_depth() function | Laurent Pinchart | 2016-10-18 | 1 | -31/+0 |
* | drm: WARN when calling drm_format_info() for an unsupported format | Laurent Pinchart | 2016-10-18 | 1 | -8/+24 |
* | drm: Implement the drm_format_*() helpers as drm_format_info() wrappers | Laurent Pinchart | 2016-10-18 | 1 | -149/+37 |
* | drm: Centralize format information | Laurent Pinchart | 2016-10-18 | 1 | -0/+84 |
* | drm: move drm_mode_legacy_fb_format to drm_fourcc.c | Daniel Vetter | 2016-08-29 | 1 | -0/+43 |
* | drm: remove `const` attribute to hint at caller that they now own the memory | Eric Engestrom | 2016-08-16 | 1 | -2/+2 |
* | drm: make drm_get_format_name thread-safe | Eric Engestrom | 2016-08-15 | 1 | -8/+9 |
* | drm: Move format-related helpers to drm_fourcc.c | Laurent Pinchart | 2016-06-09 | 1 | -0/+320 |