summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
Commit message (Expand)AuthorAgeFilesLines
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-9/+5Star
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-181-31/+0Star
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-181-8/+24
* drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart2016-10-181-149/+37Star
* drm: Centralize format informationLaurent Pinchart2016-10-181-0/+84
* drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter2016-08-291-0/+43
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-2/+2
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-8/+9
* drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart2016-06-091-0/+320