index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_fourcc.h
Age
Commit message (
Expand
)
Author
2019-05-21
drm/fourcc: Fix the parameters name in the documentation
Maxime Ripard
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height
Maxime Ripard
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
2019-05-20
drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
Maxime Ripard
2019-05-20
drm: Remove users of drm_format_num_planes
Maxime Ripard
2019-01-18
drm/fourcc: Add format info helpers for checking YUV sub-sampling
Paul Kocialkowski
2019-01-18
drm/fourcc: Add format info helpers for checking YUV planes disposition
Paul Kocialkowski
2018-11-02
drm/fourcc: Add char_per_block, block_w and block_h in drm_format_info
Alexandru Gheorghe
2018-10-22
drm: fourcc: Convert drm_format_info kerneldoc to in-line member documentation
Alexandru Gheorghe
2018-09-25
drm: move native byte order quirk to new drm_driver_legacy_fb_format function
Gerd Hoffmann
2018-09-06
drm: byteorder: add DRM_FORMAT_HOST_*
Gerd Hoffmann
2018-07-18
drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuv
Ayan Kumar Halder
2018-01-29
drm/fourcc: Add a alpha field to drm_format_info
Maxime Ripard
2017-03-22
drm: Add mode_config .get_format_info() hook
Ville Syrjälä
2016-11-12
drm: move allocation out of drm_get_format_name()
Eric Engestrom
2016-10-18
drm: Don't export the drm_fb_get_bpp_depth() function
Laurent Pinchart
2016-10-18
drm: WARN when calling drm_format_info() for an unsupported format
Laurent Pinchart
2016-10-18
drm: Centralize format information
Laurent Pinchart
2016-08-29
drm: move drm_mode_legacy_fb_format to drm_fourcc.c
Daniel Vetter
2016-08-16
drm: remove `const` attribute to hint at caller that they now own the memory
Eric Engestrom
2016-08-15
drm: make drm_get_format_name thread-safe
Eric Engestrom
2016-06-09
drm: Move format-related helpers to drm_fourcc.c
Laurent Pinchart
2012-10-04
UAPI: (Scripted) Disintegrate include/drm
David Howells
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
2012-09-18
drm: Add NV24 and NV42 pixel formats
Laurent Pinchart
2012-09-13
drm: Drop the NV12M and YUV420M formats
Ville Syrjälä
2011-12-29
drm: Add multi buffer plane pixel formats
Seung-Woo Kim
2011-12-20
drm: fourcc: Use __u32 instead of u32
Ville Syrjälä
2011-12-01
drm: Redefine pixel formats
Ville Syrjälä
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes