summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_tcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-3/+3
* drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks`XuDong Liu2023-05-111-15/+4
* drm: sun4i: calculate proper DCLK rate for DSIRoman Beranek2023-05-101-15/+21
* drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclkRoman Beranek2023-05-101-5/+5
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/sun4i: Add support for D1 TCONsSamuel Holland2022-04-261-0/+8
* drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-3/+1
* Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-19/+2
|\
| * drm/sun4i: tcon: fix inverted DCLK polarityGiulio Benetti2021-01-141-19/+2
* | drm/sun4i: tcon: set sync polarity for tcon1 channelJernej Skrabec2021-02-101-0/+25
|/
* Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-141-2/+6
|\
| * Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-09-111-2/+6
| |\
| | * drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux()Yu Kuai2020-08-271-2/+6
* | | Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie2020-09-091-3/+1
|\ \ \
| * | | drm/sun4i: lvds: Invert the LVDS polarityMaxime Ripard2020-08-271-3/+1
* | | | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
| |/
* / drm/sun4i: Constify static structsRikard Falkeborn2020-08-181-1/+1
|/
* drm/sun4i: tcon: Delete an error message in sun4i_tcon_init_irq()Markus Elfring2020-04-061-3/+1
* drm/sun4i: tcon: Support LVDS on the A33Maxime Ripard2020-02-211-0/+1
* drm/sun4i: tcon: Support LVDS output on Allwinner A20Andrey Lebedev2020-02-201-1/+35
* drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20Andrey Lebedev2020-02-201-0/+2
* drm/sun4i: tcon: Introduce LVDS setup routine settingAndrey Lebedev2020-02-201-32/+35
* drm/sun4i: tcon: Set RGB DCLK min. divider based on hardware modelChen-Yu Tsai2020-01-071-3/+12
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271-0/+1
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-0/+1
| |\
| * | drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* | | drm/sun4i: tcon: Set min division of TCON0_DCLK to 1.Yunhao Tian2019-11-131-1/+1
| |/ |/|
* | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-13/+15
|\|
| * drm/sun4i: drop use of drmP.hSam Ravnborg2019-07-171-9/+11
| * drm/sun4i: Eliminate pointless on stack copy of drm_display_infoVille Syrjälä2019-06-241-4/+4
* | drm/sun4i: tcon: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm/sun4i: Make some symbols staticYueHaibing2019-04-171-2/+2
* Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-251-2/+2
|\
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-191-0/+2
| |\
| * | drm/sun4i: dsi: Restrict DSI tcon clock dividerMaxime Ripard2019-02-191-2/+2
* | | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-2/+2
| |/ |/|
* | Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-0/+2
|\ \ | |/ |/|
| * drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at initPaul Kocialkowski2019-02-011-0/+2
* | drm/sun4i: Add support for A23 display pipelineChen-Yu Tsai2019-01-251-0/+1
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
|/
* drm/sun4i: tcon: Support an active-low DE signal with RGB interfacePaul Kocialkowski2018-11-091-1/+6
* drm/sun4i: tcon: Get the connector from the encoder in RGB setupPaul Kocialkowski2018-11-091-12/+7
* drm/sun4i: tcon: Pass encoder to RGB setup functionPaul Kocialkowski2018-11-091-1/+2
* drm/sun4i: tcon: prevent tcon->panel dereference if NULLGiulio Benetti2018-10-081-1/+2
* drm/sun4i: tcon: fix check of tcon->panel null pointerGiulio Benetti2018-10-081-1/+1
* drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=mMaxime Ripard2018-09-121-3/+11
* drm/sun4i: tcon: Add dithering support for RGB565/RGB666 LCD panelsJonathan Liu2018-09-071-0/+61