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