aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fourcc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+4
2021-05-27drm/fourcc: Add 16 bpc fixed point framebuffer formats.Mario Kleiner1-0/+4
2021-05-27drm: Remove drm_get_format_name()Sakari Ailus1-25/+0
2020-10-20drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin1-0/+1
2020-06-19drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsBen Davis1-0/+12
2019-11-28drm/fourcc: Fill out all block sizes for P210Daniel Vetter1-1/+1
2019-11-28drm/fourcc: Fill out all block sizes for P10/12/16Daniel Vetter1-3/+3
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard1-48/+0
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-20/+0
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-34/+0
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-16/+0
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/drm-misc into drm-misc-nextSean 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_format tooGerd 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 drm-misc-nextDaniel 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