summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: hdmi: switch to struct drm_edidJani Nikula2024-04-221-7/+11
* drm/sun4i: hdmi: Fix u64 div on 32bit archMaxime Ripard2024-03-141-1/+1
* drm/sun4i: hdmi: Add missing drm_atomic headerMaxime Ripard2024-03-011-0/+1
* drm/sun4i: hdmi: Consolidate atomic_check and mode_validMaxime Ripard2024-02-261-27/+47
* drm/sun4i: hdmi: Switch to container_of_constMaxime Ripard2024-02-261-12/+4
* drm/sun4i: hdmi: Move mode_set into enableMaxime Ripard2024-02-261-24/+14
* drm/sun4i: hdmi: Convert encoder to atomicMaxime Ripard2024-02-261-7/+10
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/sun4i: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmiJosé Expósito2022-04-221-3/+3
* drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-3/+1
* drm: sun4i: hdmi: Fix inverted HPD resultChen-Yu Tsai2020-07-171-1/+1
* drm: sun4i: hdmi: Remove extra HPD pollingChen-Yu Tsai2020-06-301-3/+2
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-031-1/+1
|\
| * media: cec-gpio: handle gpiod_get_value errors correctlyHans Verkuil2020-04-291-1/+1
* | drm/sun4i: Use simple encoderThomas Zimmermann2020-04-021-9/+3
|/
* drm/sun4i: hdmi: Remove duplicate cleanup callsStefan Mavrodiev2019-12-181-2/+0
* drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info()Hans Verkuil2019-09-091-2/+4
* drm/sun4i: hdmi: Provide ddc symlink in sun4i hdmi connector sysfs directoryAndrzej Pietrasiewicz2019-07-311-3/+4
* drm/sun4i: drop use of drmP.hSam Ravnborg2019-07-171-8/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm/sun4i: hdmi: add support for ddc-i2c-bus propertyMans Rullgard2019-04-011-3/+37
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-0/+4
|\
| * drm/sun4i: hdmi: Fix usage of TMDS clockPriit Laes2019-01-221-0/+4
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* | drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-1/+2
|/
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* drm/sun4i: hdmi: Fix another error handling path in 'sun4i_hdmi_bind()'Christophe JAILLET2018-03-201-1/+2
* drm/sun4i: hdmi: Fix an error handling path in 'sun4i_hdmi_bind()'Christophe JAILLET2018-03-201-1/+2
* drm/sun4i: hdmi: Move the mode_valid callback to the encoderMaxime Ripard2017-12-201-19/+20
* drm/sun4i: validate modes for HDMIHans Verkuil2017-12-151-0/+19
* drm/sun4i: hdmi: Support HDMI controller on A10Chen-Yu Tsai2017-10-171-0/+53
* drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard2017-10-171-7/+0
* drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard2017-10-171-8/+0
* drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set functionChen-Yu Tsai2017-10-161-10/+16
* drm/sun4i: hdmi: Add support for A31's HDMI controllerChen-Yu Tsai2017-10-111-0/+58
* drm/sun4i: hdmi: Add support for controller hardware variantsChen-Yu Tsai2017-10-111-20/+92
* drm/sun4i: hdmi: create a regmap for later useChen-Yu Tsai2017-10-111-0/+15
* drm/sun4i: hdmi: Disable clks in bind function error path and unbind functionChen-Yu Tsai2017-10-111-5/+14
* Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-08-211-91/+65
|\
| * sun4i_hdmi: add CEC supportHans Verkuil2017-07-181-1/+54
| * drm/sun4i: hdmi: Implement I2C adapter for A10s DDC busJonathan Liu2017-07-171-90/+11
* | drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* | drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma2017-07-141-1/+1
|/
* drm/sun4i: Add HDMI supportMaxime Ripard2017-06-011-0/+501