summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
AgeCommit message (Expand)AuthorLines
2017-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter-0/+8
2017-03-22drm: Add mode_config .get_format_info() hookVille Syrjälä-0/+25
2017-03-15drm: add RGB formats with separate alpha planePhilipp Zabel-0/+8
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom-9/+5
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart-31/+0
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart-8/+24
2016-10-18drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart-149/+37
2016-10-18drm: Centralize format informationLaurent Pinchart-0/+84
2016-08-29drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter-0/+43
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom-2/+2
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom-8/+9
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart-0/+320