aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20video/hdmi: Fix AVI bar unpackVille Syrjälä1-4/+4
2019-06-04video/hdmi: Dropped static functions from kernel docUma Shankar1-30/+0
2019-05-22video/hdmi: Add Unpack function for DRM infoframeUma Shankar1-0/+67
2019-05-22drm: Enable HDR infoframe supportUma Shankar1-0/+190
2018-11-13Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-4/+4
2018-10-03video/hdmi: Constify infoframe passed to the pack functionsVille Syrjälä1-26/+399
2018-10-01video/hdmi: Constify infoframe passed to the log functionsVille Syrjälä1-11/+11
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä1-14/+37
2018-10-01video/hdmi: Constify 'buffer' to the unpack functionsVille Syrjälä1-11/+12
2018-09-24media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil1-4/+4
2018-05-11video/hdmi: Reject illegal picture aspect ratiosVille Syrjälä1-0/+3
2017-11-22video/hdmi: Allow "empty" HDMI infoframesVille Syrjälä1-20/+31
2016-10-17video: Add new aspect ratios for HDMI 2.0Shashank Sharma1-0/+4
2015-01-27[media] hdmi: rename HDMI_AUDIO_CODING_TYPE_EXT_STREAM to _EXT_CTHans Verkuil1-1/+1
2015-01-27[media] hdmi: added unpack and logging functions for InfoFramesMartin Bugge1-7/+815
2013-08-30video/hdmi: Rename HDMI_IDENTIFIER to HDMI_IEEE_OUILespiau, Damien1-2/+2
2013-08-30video/hdmi: Use hdmi_vendor_infoframe for the HDMI specific infoframeLespiau, Damien1-12/+13
2013-08-30video/hdmi: Hook the HDMI vendor infoframe with the generic _pack()Lespiau, Damien1-36/+10
2013-08-30video/hdmi: Introduce helpers for the HDMI vendor specific infoframeLespiau, Damien1-0/+90
2013-08-30video/hdmi: Derive the bar data valid bit from the bar data fieldsLespiau, Damien1-2/+3
2013-08-30video/hdmi: Don't let the user of this API create invalid infoframesLespiau, Damien1-1/+5
2013-08-08video/hmdi: Clear the whole incoming buffer, not just the infoframe sizeDamien Lespiau1-4/+4
2013-08-08video/hdmi: Introduce a generic hdmi_infoframe unionDamien Lespiau1-0/+43
2013-08-08video/hdmi: Replace the payload length by their definesDamien Lespiau1-3/+3
2013-04-12video: hdmi: Relicense under MITThierry Reding1-3/+18
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding1-0/+308