summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+7
2019-06-28ASoC: vc4: vc4_htmi: consider CPU-Platform possibilityKuninori Morimoto1-0/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-19ASoC: vc4: vc4_hdmi: don't select unnecessary PlatformKuninori Morimoto1-4/+0
2019-06-19drm/vc4: hdmi: Set default state margin at resetMaxime Ripard1-1/+7
2019-06-06ASoC: vc4: vc4_htmi: use modern dai_link styleKuninori Morimoto1-4/+15
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-3/+3
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-86/+70
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-10drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä1-8/+1
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-4/+5
2018-12-19drm/vc4: Attach margin props to the HDMI connectorBoris Brezillon1-0/+16
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-04-05Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-32/+15
2018-03-05drm/vc4: Replace long HDMI udelay with usleep_rangeStefan Wahren1-1/+1
2018-02-12ASoC: vc4_hdmi: replace codec to componentKuninori Morimoto1-32/+15
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+15
2017-11-24Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+2
2017-11-15drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinksVille Syrjälä1-1/+2
2017-11-09drm/vc4: Reject HDMI modes with too high of clocks.Eric Anholt1-0/+15
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-1/+0
2017-09-08drm/vc4: clean up error handling on devm_kzalloc failureColin Ian King1-12/+3
2017-08-14drm/vc4: Fix leak of HDMI EDIDEric Anholt1-0/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-07-26drm/vc4: add HDMI CEC supportHans Verkuil1-6/+224
2017-07-26drm/vc4: prepare for CEC supportHans Verkuil1-30/+29
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-15/+15
2017-04-18drm/vc4: Add runtime PM support to the HDMI encoder driverBoris Brezillon1-82/+92
2017-03-16drm/vc4: Add HDMI audio supportEric Anholt1-1/+493
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-3/+20
2017-01-26drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä1-1/+1
2017-01-26drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä1-9/+5
2017-01-26drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä1-1/+3
2016-10-06drm/vc4: Add support for double-clocked modes.Eric Anholt1-5/+11
2016-10-06drm/vc4: Set up the AVI and SPD infoframes.Eric Anholt1-5/+131
2016-10-06drm/vc4: Fix support for interlaced modes on HDMI.Eric Anholt1-33/+12
2016-10-06drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.Eric Anholt1-2/+2
2016-10-06drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.Eric Anholt1-0/+3
2016-10-06drm/vc4: Enable limited range RGB output on HDMI with CEA modes.Eric Anholt1-2/+29
2016-08-19drm/vc4: Fix handling of interlaced video modes.Mario Kleiner1-2/+27
2016-07-15Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie1-6/+7
2016-07-07gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen1-6/+7
2016-06-10drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon1-9/+0
2016-04-14drm/vc4: Fix NULL deref in HDMI init error pathEric Anholt1-1/+1
2016-03-13drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.Eric Anholt1-2/+10
2016-03-13drm/vc4: Let gpiolib know that we're OK with sleeping for HPD.Eric Anholt1-1/+1
2016-02-26drm/vc4: Add another reg to HDMI debug dumping.Eric Anholt1-0/+1