summaryrefslogtreecommitdiff
path: root/drivers/video/hdmi.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-12video: hdmi: Relicense under MITThierry Reding1-3/+18
In order to make it easier to port the code to other operating systems (like the BSDs), relicense the HDMI helpers under the more permissive MIT license. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Dave Airlie <airlied@redhat.com>
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding1-0/+308
Add generic helpers to pack HDMI infoframes into binary buffers. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>