aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fourcc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24drm/fourcc: Add NV20 and NV30 YUV formatsGravatar Jonas Karlman 1-0/+8
2022-11-23drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formatsGravatar Geert Uytterhoeven 1-0/+4
2022-11-16drm/fourcc: Fix vsub/hsub for Q410 and Q401Gravatar Brian Starkey 1-4/+4
2022-07-09drm/fourcc: Add DRM_FORMAT_D[1248]Gravatar Geert Uytterhoeven 1-0/+7
2022-07-09drm/fourcc: Add DRM_FORMAT_R[124]Gravatar Geert Uytterhoeven 1-0/+6
2022-07-09drm/fourcc: Add DRM_FORMAT_C[124]Gravatar Geert Uytterhoeven 1-0/+21
2022-07-09drm/fourcc: Add drm_format_info.is_color_indexed flagGravatar Geert Uytterhoeven 1-1/+1
2022-07-09drm/fourcc: Add drm_format_info_bpp() helperGravatar Geert Uytterhoeven 1-0/+19
2021-12-16drm/fourcc: Add packed 10bit YUV 4:2:0 formatGravatar Dave Stevenson 1-0/+3
2021-10-28drm: Add R10 and R12 FourCCGravatar Laurent Pinchart 1-0/+2
2021-10-04drm/fourcc: Add R8 to drm_format_infoGravatar Noralf Trønnes 1-0/+1
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 1-0/+4
2021-05-27drm/fourcc: Add 16 bpc fixed point framebuffer formats.Gravatar Mario Kleiner 1-0/+4
2021-05-27drm: Remove drm_get_format_name()Gravatar Sakari Ailus 1-25/+0
2020-10-20drm/fourcc: Add AXBXGXRX106106106106 formatGravatar Matteo Franchin 1-0/+1
2020-06-19drm: drm_fourcc: add NV15, Q410, Q401 YUV formatsGravatar Ben Davis 1-0/+12
2019-11-28drm/fourcc: Fill out all block sizes for P210Gravatar Daniel Vetter 1-1/+1
2019-11-28drm/fourcc: Fill out all block sizes for P10/12/16Gravatar Daniel Vetter 1-3/+3
2019-05-27drm: drop use of drmP.h in drm/*Gravatar Sam Ravnborg 1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightGravatar Maxime Ripard 1-48/+0
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppGravatar Maxime Ripard 1-20/+0
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingGravatar Maxime Ripard 1-34/+0
2019-05-20drm: Remove users of drm_format_num_planesGravatar Maxime Ripard 1-16/+0
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsGravatar Maarten Lankhorst 1-6/+6
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Gravatar Sean Paul 1-0/+4
2019-03-13drm/fourcc: Add 64 bpp half float formatsGravatar Kevin Strasser 1-0/+4
2019-03-12drm: Added a new format DRM_FORMAT_XVYU2101010Gravatar Ayan Kumar Halder 1-0/+1
2019-03-12drm/fourcc: Add AFBC yuv fourccs for MaliGravatar Brian Starkey 1-0/+16
2019-03-05drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccGravatar Swati Sharma 1-0/+6
2019-02-08drm/fourcc: Add new P010, P016 video formatGravatar Randy Li 1-0/+9
2018-11-20drm: Introduce new DRM_FORMAT_XYUVGravatar Stanislav Lisovskiy 1-0/+1
2018-11-02drm/fourcc: Add fourcc for Mali linear tiled formatsGravatar Alexandru Gheorghe 1-0/+12
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoGravatar Alexandru Gheorghe 1-0/+62
2018-10-05drm/doc: fix drm_driver_legacy_fb_formatGravatar Daniel Vetter 1-3/+3
2018-09-25drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gravatar Gerd Hoffmann 1-0/+5
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGravatar Gerd Hoffmann 1-0/+30
2018-09-06drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlGravatar Chris Wilson 1-10/+27
2018-07-18drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvGravatar Ayan Kumar Halder 1-21/+21
2018-01-29drm/fourcc: Add a alpha field to drm_format_infoGravatar Maxime Ripard 1-25/+25
2017-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Gravatar Daniel Vetter 1-0/+8
2017-03-22drm: Add mode_config .get_format_info() hookGravatar Ville Syrjälä 1-0/+25
2017-03-15drm: add RGB formats with separate alpha planeGravatar Philipp Zabel 1-0/+8
2016-11-12drm: move allocation out of drm_get_format_name()Gravatar Eric Engestrom 1-9/+5
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionGravatar Laurent Pinchart 1-31/+0
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatGravatar Laurent Pinchart 1-8/+24
2016-10-18drm: Implement the drm_format_*() helpers as drm_format_info() wrappersGravatar Laurent Pinchart 1-149/+37
2016-10-18drm: Centralize format informationGravatar Laurent Pinchart 1-0/+84
2016-08-29drm: move drm_mode_legacy_fb_format to drm_fourcc.cGravatar Daniel Vetter 1-0/+43
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryGravatar Eric Engestrom 1-2/+2
2016-08-15drm: make drm_get_format_name thread-safeGravatar Eric Engestrom 1-8/+9