aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-57/+454
2018-10-03video/hdmi: Constify infoframe passed to the pack functionsGravatar Ville Syrjälä 1-26/+399
2018-10-01video/hdmi: Constify infoframe passed to the log functionsGravatar Ville Syrjälä 1-11/+11
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsGravatar Ville Syrjälä 1-14/+37
2018-10-01video/hdmi: Constify 'buffer' to the unpack functionsGravatar Ville Syrjälä 1-11/+12
2018-09-24media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCGravatar Hans Verkuil 1-4/+4
2018-05-11video/hdmi: Reject illegal picture aspect ratiosGravatar Ville Syrjälä 1-0/+3
2017-11-22video/hdmi: Allow "empty" HDMI infoframesGravatar Ville Syrjälä 1-20/+31
2016-10-17video: Add new aspect ratios for HDMI 2.0Gravatar Shashank Sharma 1-0/+4
2015-01-27[media] hdmi: rename HDMI_AUDIO_CODING_TYPE_EXT_STREAM to _EXT_CTGravatar Hans Verkuil 1-1/+1
2015-01-27[media] hdmi: added unpack and logging functions for InfoFramesGravatar Martin Bugge 1-7/+815
2013-08-30video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUIGravatar Lespiau, Damien 1-2/+2
2013-08-30video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeGravatar Lespiau, Damien 1-12/+13
2013-08-30video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Gravatar Lespiau, Damien 1-36/+10
2013-08-30video/hdmi: Introduce helpers for the HDMI vendor specific infoframeGravatar Lespiau, Damien 1-0/+90
2013-08-30video/hdmi: Derive the bar data valid bit from the bar data fieldsGravatar Lespiau, Damien 1-2/+3
2013-08-30video/hdmi: Don't let the user of this API create invalid infoframesGravatar Lespiau, Damien 1-1/+5
2013-08-08video/hmdi: Clear the whole incoming buffer, not just the infoframe sizeGravatar Damien Lespiau 1-4/+4
2013-08-08video/hdmi: Introduce a generic hdmi_infoframe unionGravatar Damien Lespiau 1-0/+43
2013-08-08video/hdmi: Replace the payload length by their definesGravatar Damien Lespiau 1-3/+3
2013-04-12video: hdmi: Relicense under MITGravatar Thierry Reding 1-3/+18
2013-02-22video: Add generic HDMI infoframe helpersGravatar Thierry Reding 1-0/+308