aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_fourcc.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-07drm/fb: Extend format_info member arrays to handle four planesGravatar Dhinakaran Pandiyan 1-4/+4
2019-05-21drm/fourcc: Fix the parameters name in the documentationGravatar Maxime Ripard 1-2/+2
2019-05-20drm: Remove users of drm_format_info_plane_cppGravatar Maxime Ripard 1-17/+0
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightGravatar Maxime Ripard 1-2/+44
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppGravatar Maxime Ripard 1-1/+17
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingGravatar Maxime Ripard 1-2/+0
2019-05-20drm: Remove users of drm_format_num_planesGravatar Maxime Ripard 1-1/+0
2019-01-18drm/fourcc: Add format info helpers for checking YUV sub-samplingGravatar Paul Kocialkowski 1-0/+75
2019-01-18drm/fourcc: Add format info helpers for checking YUV planes dispositionGravatar Paul Kocialkowski 1-0/+42
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoGravatar Alexandru Gheorghe 1-2/+59
2018-10-22drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentationGravatar Alexandru Gheorghe 1-10/+20
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGravatar Gerd Hoffmann 1-0/+2
2018-09-06drm: byteorder: add DRM_FORMAT_HOST_*Gravatar Gerd Hoffmann 1-0/+22
2018-07-18drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvGravatar Ayan Kumar Halder 1-0/+2
2018-01-29drm/fourcc: Add a alpha field to drm_format_infoGravatar Maxime Ripard 1-0/+2
2017-03-22drm: Add mode_config .get_format_info() hookGravatar Ville Syrjälä 1-0/+6
2016-11-12drm: move allocation out of drm_get_format_name()Gravatar Eric Engestrom 1-1/+9
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionGravatar Laurent Pinchart 1-1/+0
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatGravatar Laurent Pinchart 1-0/+1
2016-10-18drm: Centralize format informationGravatar Laurent Pinchart 1-0/+21
2016-08-29drm: move drm_mode_legacy_fb_format to drm_fourcc.cGravatar Daniel Vetter 1-0/+1
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryGravatar Eric Engestrom 1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeGravatar Eric Engestrom 1-1/+1
2016-06-09drm: Move format-related helpers to drm_fourcc.cGravatar Laurent Pinchart 1-0/+37
2012-10-04UAPI: (Scripted) Disintegrate include/drmGravatar David Howells 1-135/+0
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedGravatar Daniel Vetter 1-5/+1
2012-09-18drm: Add NV24 and NV42 pixel formatsGravatar Laurent Pinchart 1-0/+2
2012-09-13drm: Drop the NV12M and YUV420M formatsGravatar Ville Syrjälä 1-5/+1
2011-12-29drm: Add multi buffer plane pixel formatsGravatar Seung-Woo Kim 1-0/+7
2011-12-20drm: fourcc: Use __u32 instead of u32Gravatar Ville Syrjälä 1-2/+2
2011-12-01drm: Redefine pixel formatsGravatar Ville Syrjälä 1-27/+94
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Gravatar Jesse Barnes 1-0/+63