aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
Commit message (Expand)AuthorAge
* drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy2018-11-20
* drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe2018-11-02
* drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe2018-11-02
* drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter2018-10-05
* drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann2018-09-25
* drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann2018-09-25
* drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson2018-09-06
* drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder2018-07-18
* drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2018-01-29
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter2017-03-23
|\
| * drm: add RGB formats with separate alpha planePhilipp Zabel2017-03-15
* | drm: Add mode_config .get_format_info() hookVille Syrjälä2017-03-22
|/
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-12
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-18
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-18
* drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart2016-10-18
* drm: Centralize format informationLaurent Pinchart2016-10-18
* drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter2016-08-29
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-16
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-15
* drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart2016-06-09