summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-051-32/+15
|\
| * ASoC: vc4_hdmi: replace codec to componentKuninori Morimoto2018-02-121-32/+15
* | drm/vc4: Replace long HDMI udelay with usleep_rangeStefan Wahren2018-03-051-1/+1
|/
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-1/+15
|\
| * drm/vc4: Reject HDMI modes with too high of clocks.Eric Anholt2017-11-091-0/+15
| * drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-1/+0
* | Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-11-241-1/+2
|\ \ | |/ |/|
| * drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinksVille Syrjälä2017-11-151-1/+2
* | drm/vc4: clean up error handling on devm_kzalloc failureColin Ian King2017-09-081-12/+3
|/
* drm/vc4: Fix leak of HDMI EDIDEric Anholt2017-08-141-0/+1
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm/vc4: add HDMI CEC supportHans Verkuil2017-07-261-6/+224
* drm/vc4: prepare for CEC supportHans Verkuil2017-07-261-30/+29
* drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-15/+15
* drm/vc4: Add runtime PM support to the HDMI encoder driverBoris Brezillon2017-04-181-82/+92
* drm/vc4: Add HDMI audio supportEric Anholt2017-03-161-1/+493
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-3/+20
* drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä2017-01-261-1/+1
* drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä2017-01-261-9/+5
* drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä2017-01-261-1/+3
* drm/vc4: Add support for double-clocked modes.Eric Anholt2016-10-061-5/+11
* drm/vc4: Set up the AVI and SPD infoframes.Eric Anholt2016-10-061-5/+131
* drm/vc4: Fix support for interlaced modes on HDMI.Eric Anholt2016-10-061-33/+12
* drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.Eric Anholt2016-10-061-2/+2
* drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.Eric Anholt2016-10-061-0/+3
* drm/vc4: Enable limited range RGB output on HDMI with CEA modes.Eric Anholt2016-10-061-2/+29
* drm/vc4: Fix handling of interlaced video modes.Mario Kleiner2016-08-191-2/+27
* Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-151-6/+7
|\
| * gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-071-6/+7
* | drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-9/+0
|/
* drm/vc4: Fix NULL deref in HDMI init error pathEric Anholt2016-04-141-1/+1
* drm/vc4: Respect GPIO_ACTIVE_LOW on HDMI HPD if set in the devicetree.Eric Anholt2016-03-131-2/+10
* drm/vc4: Let gpiolib know that we're OK with sleeping for HPD.Eric Anholt2016-03-131-1/+1
* drm/vc4: Add another reg to HDMI debug dumping.Eric Anholt2016-02-261-0/+1
* drm/vc4: Bring HDMI up from power off if necessary.Eric Anholt2016-02-261-1/+28
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-211-0/+590