summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/sun4i: tv: Convert to the new TV mode propertyMaxime Ripard2022-11-241-107/+34
* drm/sun4i: tv: Include drm_atomic.hMaxime Ripard2022-09-091-0/+1
* drm/sun4i: tv: Merge mode_set into atomic_enableMaxime Ripard2022-09-081-15/+10
* drm/sun4i: tv: Add missing reset assertionMaxime Ripard2022-09-071-0/+1
* drm/sun4i: tv: Rename error labelMaxime Ripard2022-09-071-2/+2
* drm/sun4i: tv: Remove useless destroy functionMaxime Ripard2022-09-071-7/+1
* drm/sun4i: tv: Remove useless functionMaxime Ripard2022-09-071-7/+0
* drm/sun4i: tv: Convert to atomic hooksMaxime Ripard2022-09-071-4/+6
* drm/sun4i: tv: Remove unused mode_validMaxime Ripard2022-09-071-8/+0
* drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-3/+1
* drm/sun4i: Constify static structsRikard Falkeborn2020-08-181-3/+3
* drm/sun4i: Use simple encoderThomas Zimmermann2020-04-021-14/+3
* drm/sun4i: drop use of drmP.hSam Ravnborg2019-07-171-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard2017-10-171-6/+0
* drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard2017-10-171-6/+0
* Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-08-211-8/+0
|\
| * drm/sun4i: Remove useless atomic_checkMaxime Ripard2017-07-181-8/+0
* | drm/sun4i: make drm_connector_funcs structures constBhumika Goyal2017-08-091-1/+1
* | drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
|/
* drm/sun4i: tcon: Move the muxing out of the mode set functionMaxime Ripard2017-06-011-0/+1
* drm/sun4i: abstract a engine typeIcenowy Zheng2017-06-011-5/+4
* drm/sun4i: Set TCON clock inside sun4i_tconX_mode_setChen-Yu Tsai2017-05-141-2/+0
* drm/sun4i: tv: Get tcon and backend pointers from associated crtcChen-Yu Tsai2017-03-091-8/+11
* drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai2017-03-071-1/+7
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* drm/sun4i: constify component_ops structuresJulia Lawall2016-11-131-1/+1
* drm/sun4i: tv: Check mode pointerMaxime Ripard2016-09-221-1/+7
* drm/sun4i: Fix sparse warningsVille Syrjälä2016-09-191-19/+19
* drm: sun4i: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-9/+0
* drm: sun4i: tv: Add NTSC output standardMaxime Ripard2016-04-281-0/+45
* drm: sun4i: tv: Add PAL output standardMaxime Ripard2016-04-281-0/+42
* drm: sun4i: Add composite outputMaxime Ripard2016-04-281-0/+621