summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fourcc: Add packed 10bit YUV 4:2:0 formatDave Stevenson2021-12-161-0/+3
* drm: Add R10 and R12 FourCCLaurent Pinchart2021-10-281-0/+2
* drm/fourcc: Add R8 to drm_format_infoNoralf Trønnes2021-10-041-0/+1
* Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-06-041-0/+4
|\
| * drm/fourcc: Add 16 bpc fixed point framebuffer formats.Mario Kleiner2021-05-271-0/+4
* | drm: Remove drm_get_format_name()Sakari Ailus2021-05-271-25/+0
|/
* drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin2020-10-201-0/+1
* drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsBen Davis2020-06-191-0/+12
* drm/fourcc: Fill out all block sizes for P210Daniel Vetter2019-11-281-1/+1
* drm/fourcc: Fill out all block sizes for P10/12/16Daniel Vetter2019-11-281-3/+3
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-1/+1
* drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard2019-05-201-48/+0
* drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard2019-05-201-20/+0
* drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-34/+0
* drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-16/+0
* drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst2019-03-211-6/+6
* Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul2019-03-131-0/+4
|\
| * drm/fourcc: Add 64 bpp half float formatsKevin Strasser2019-03-131-0/+4
* | drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder2019-03-121-0/+1
* | drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey2019-03-121-0/+16
|/
* drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma2019-03-051-0/+6
* drm/fourcc: Add new P010, P016 video formatRandy Li2019-02-081-0/+9
* drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy2018-11-201-0/+1
* drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe2018-11-021-0/+12
* drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe2018-11-021-0/+62
* drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter2018-10-051-3/+3
* drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann2018-09-251-0/+5
* drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann2018-09-251-0/+30
* drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson2018-09-061-10/+27
* drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder2018-07-181-21/+21
* drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2018-01-291-25/+25
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter2017-03-231-0/+8
|\
| * drm: add RGB formats with separate alpha planePhilipp Zabel2017-03-151-0/+8
* | drm: Add mode_config .get_format_info() hookVille Syrjälä2017-03-221-0/+25
|/
* drm: move allocation out of drm_get_format_name()Eric Engestrom2016-11-121-9/+5
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-181-31/+0
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-181-8/+24
* drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart2016-10-181-149/+37
* drm: Centralize format informationLaurent Pinchart2016-10-181-0/+84
* drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter2016-08-291-0/+43
* drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom2016-08-161-2/+2
* drm: make drm_get_format_name thread-safeEric Engestrom2016-08-151-8/+9
* drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart2016-06-091-0/+320