aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
AgeCommit message (Expand)Author
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul
2019-03-13drm/fourcc: Add 64 bpp half float formatsKevin Strasser
2019-03-12drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder
2019-03-12drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey
2019-03-05drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma
2019-02-08drm/fourcc: Add new P010, P016 video formatRandy Li
2018-11-20drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy
2018-11-02drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe
2018-10-05drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter
2018-09-25drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann
2018-09-06drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson
2018-07-18drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder
2018-01-29drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard
2017-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter
2017-03-22drm: Add mode_config .get_format_info() hookVille Syrjälä
2017-03-15drm: add RGB formats with separate alpha planePhilipp Zabel
2016-11-12drm: move allocation out of drm_get_format_name()Eric Engestrom
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart
2016-10-18drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart
2016-10-18drm: Centralize format informationLaurent Pinchart
2016-08-29drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart