summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fourcc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/fourcc: Add format info helpers for checking YUV sub-samplingPaul Kocialkowski2019-01-181-0/+75
* drm/fourcc: Add format info helpers for checking YUV planes dispositionPaul Kocialkowski2019-01-181-0/+42
* drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe2018-11-021-2/+59
* drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentationAlexandru Gheorghe2018-10-221-10/+20
* drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann2018-09-251-0/+2
* drm: byteorder: add DRM_FORMAT_HOST_*Gerd Hoffmann2018-09-061-0/+22
* drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder2018-07-181-0/+2
* 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