summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/sti_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard1-1/+1
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä1-1/+3
2017-11-21drm/sti: Handle return value of platform_get_irq_bynameArvind Yadav1-0/+5
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter1-1/+0
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-05-18Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-13/+10
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring1-9/+8
2017-05-09drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring1-4/+2
2017-04-10[media] sti: hdmi: add CEC notifier supportBenjamin Gaignard1-0/+11
2017-02-10drm/sti: hdmi: automatically check DVI/HDMI modeVincent Abriou1-25/+6
2017-02-10drm/sti: remove deprecated sink_term configVincent Abriou1-7/+0
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-11/+0
2017-01-27drm/sti: Remove drm_debugfs_remove_files() callsNoralf Trønnes1-11/+0
2017-01-23Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into ...Dave Airlie1-104/+101
2017-01-06drm/sti: allow audio playback on HDMI even if disabled.Arnaud Pouliquen1-104/+101
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart1-2/+1
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou1-20/+0
2016-09-20drm/sti: fix debug logsFabien Dessenne1-1/+1
2016-09-20drm/sti: dpms function missing for HDMI connectorVincent Abriou1-0/+1
2016-09-20drm: sti: fix coccicheck warningsBenjamin Gaignard1-4/+4
2016-07-05Merge tag 'asoc-hdmi-codec-pdata' of git://git.kernel.org/pub/scm/linux/kerne...Dave Airlie1-3/+4
2016-07-01drm: sti: Add ASoC generic hdmi codec support.Arnaud Pouliquen1-17/+277
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard1-19/+2
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard1-4/+15
2016-06-09drm: sti: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard1-7/+0
2016-02-26drm/sti: add debugfs entries for HDMI connectorVincent Abriou1-1/+174
2016-02-26drm/sti: add hdmi_mode property for HDMI connectorVincent Abriou1-2/+28
2016-02-26drm/sti: add colorspace property to the HDMI connectorVincent Abriou1-1/+67
2016-02-26drm/sti: add HDMI vendor specific infoframeVincent Abriou1-9/+73
2016-02-26drm/sti: reset infoframe transmission when HDMI is stoppedVincent Abriou1-0/+43
2016-02-26drm/sti: HDMI infoframe transmission mode not take into accountVincent Abriou1-1/+1
2015-11-03drm/sti: hdmi use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy1-11/+6
2015-11-03drm/sti: hdmi fix i2c adapter device refcountingVladimir Zapolskiy1-18/+31
2015-11-03drm/sti: Build monolithic driverThierry Reding1-2/+0
2015-11-03drm/sti: Constify function pointer structsVille Syrjälä1-2/+3
2015-08-03drm/sti: code clean upVincent Abriou1-1/+1
2015-08-03drm: sti: fix sub-components bindBenjamin Gaignard1-13/+12
2015-06-08drm/sti: hdmi fix CEA-861E video format timing errorVincent Abriou1-2/+2
2015-03-19drm: sti: convert driver to atomic modesetBenjamin Gaignard1-1/+5
2015-02-05drm: sti: HDMI add audio infoframeArnaud Pouliquen1-42/+137
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar1-9/+1
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar1-1/+2
2014-12-11drm: sti: fix hdmi avi infoframeBenjamin Gaignard1-16/+17
2014-12-11drm: sti: remove gpio for HDMI hot plug detectionBenjamin Gaignard1-9/+2
2014-12-11drm: sti: allow to change hdmi ddc i2c adapterBenjamin Gaignard1-13/+27
2014-09-17drm: sti: do not iterate over the info frame arrayBenjamin Gaignard1-1/+0
2014-08-26drm: sti: Make of_device_id array constKiran Padwal1-1/+1