summaryrefslogtreecommitdiffstats
path: root/drivers/video/hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann2022-09-041-19/+63
* video: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+2
* drivers/video: Fix -Wstringop-truncation in hdmi.cThomas Zimmermann2020-11-031-2/+6
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-1/+1
|\
| * drivers: video: hdmi: cleanup coding style in video a bitBernard Zhao2020-06-011-1/+1
* | video/hdmi: Add Unpack only function for DRM infoframeGwan-gyeong Mun2020-05-141-19/+46
|/
* video: hdmi: Change return type of hdmi_avi_infoframe_init() to voidLaurent Pinchart2020-02-261-9/+2
* video/hdmi: Fix AVI bar unpackVille Syrjälä2019-09-201-4/+4
* video/hdmi: Dropped static functions from kernel docUma Shankar2019-06-041-30/+0
* video/hdmi: Add Unpack function for DRM infoframeUma Shankar2019-05-221-0/+67
* drm: Enable HDR infoframe supportUma Shankar2019-05-221-0/+190
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-131-4/+4
|\
| * media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-09-241-4/+4
* | video/hdmi: Constify infoframe passed to the pack functionsVille Syrjälä2018-10-031-26/+399
* | video/hdmi: Constify infoframe passed to the log functionsVille Syrjälä2018-10-011-11/+11
* | video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä2018-10-011-14/+37
* | video/hdmi: Constify 'buffer' to the unpack functionsVille Syrjälä2018-10-011-11/+12
|/
* video/hdmi: Reject illegal picture aspect ratiosVille Syrjälä2018-05-111-0/+3
* video/hdmi: Allow "empty" HDMI infoframesVille Syrjälä2017-11-221-20/+31
* video: Add new aspect ratios for HDMI 2.0Shashank Sharma2016-10-171-0/+4
* [media] hdmi: rename HDMI_AUDIO_CODING_TYPE_EXT_STREAM to _EXT_CTHans Verkuil2015-01-271-1/+1
* [media] hdmi: added unpack and logging functions for InfoFramesMartin Bugge2015-01-271-7/+815
* video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien2013-08-301-2/+2
* video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeLespiau, Damien2013-08-301-12/+13
* video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Lespiau, Damien2013-08-301-36/+10
* video/hdmi: Introduce helpers for the HDMI vendor specific infoframeLespiau, Damien2013-08-301-0/+90
* video/hdmi: Derive the bar data valid bit from the bar data fieldsLespiau, Damien2013-08-301-2/+3
* video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien2013-08-301-1/+5
* video/hmdi: Clear the whole incoming buffer, not just the infoframe sizeDamien Lespiau2013-08-081-4/+4
* video/hdmi: Introduce a generic hdmi_infoframe unionDamien Lespiau2013-08-081-0/+43
* video/hdmi: Replace the payload length by their definesDamien Lespiau2013-08-081-3/+3
* video: hdmi: Relicense under MITThierry Reding2013-04-121-3/+18
* video: Add generic HDMI infoframe helpersThierry Reding2013-02-221-0/+308