summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fourcc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2018-01-291-0/+2
* drm: Add mode_config .get_format_info() hookVille Syrjälä2017-03-221-0/+6
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-1/+9
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-181-1/+0
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-181-0/+1
* drm: Centralize format informationLaurent Pinchart2016-10-181-0/+21
* drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter2016-08-291-0/+1
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-1/+1
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-1/+1
* drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart2016-06-091-0/+37
* UAPI: (Scripted) Disintegrate include/drmDavid Howells2012-10-041-135/+0
* Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-5/+1
|\
| * drm: Drop the NV12M and YUV420M formatsVille Syrjälä2012-09-131-5/+1
* | drm: Add NV24 and NV42 pixel formatsLaurent Pinchart2012-09-181-0/+2
|/
* drm: Add multi buffer plane pixel formatsSeung-Woo Kim2011-12-291-0/+7
* drm: fourcc: Use __u32 instead of u32Ville Syrjälä2011-12-201-2/+2
* drm: Redefine pixel formatsVille Syrjälä2011-12-011-27/+94
* drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-0/+63