summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fourcc.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst1-6/+6
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul1-0/+4
2019-03-13drm/fourcc: Add 64 bpp half float formatsKevin Strasser1-0/+4
2019-03-12drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder1-0/+1
2019-03-12drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey1-0/+16
2019-03-05drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma1-0/+6
2019-02-08drm/fourcc: Add new P010, P016 video formatRandy Li1-0/+9
2018-11-20drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy1-0/+1
2018-11-02drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe1-0/+12
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe1-0/+62
2018-10-05drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter1-3/+3
2018-09-25drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann1-0/+5
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann1-0/+30
2018-09-06drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson1-10/+27
2018-07-18drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder1-21/+21
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