aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rockchip/rockchip_lvds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03drm/rockchip: Embed drm_encoder into rockchip_decoderSascha Hauer1-10/+16
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2021-09-21drm/rockchip: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-21drm/rockchip: add DRM_BRIDGE_ATTACH_NO_CONNECTOR flag to drm_bridge_attachAlex Bee1-9/+20
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-4/+1
2021-05-28drm/rockchip: lvds: Fix an error handling pathChristophe JAILLET1-2/+2
2021-02-10drm: use getter/setter functionsJulia Lawall1-1/+1
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-11-29drm/rockchip: Avoid uninitialized use of endpoint id in LVDSPaul Kocialkowski1-1/+1
2020-11-17drm/rockchip/rockchip_lvds: Fix struct document formattingLee Jones1-1/+1
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-9/+0
2020-04-02drm/rockchip: Use simple encoderThomas Zimmermann1-7/+3
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-01-06drm/rockchip: lvds: Add PX30 supportMiquel Raynal1-0/+143
2020-01-05drm/rockchip: lvds: move hardware-specific functions togetherMiquel Raynal1-45/+45
2020-01-05drm/rockchip: lvds: improve error handling in helper functionsMiquel Raynal1-8/+23
2020-01-05drm/rockchip: lvds: Create an RK3288 specific probe functionMiquel Raynal1-37/+57
2020-01-05drm/rockchip: lvds: Change platform data to hold helper_funcs pointerMiquel Raynal1-21/+11
2020-01-05drm/rockchip: lvds: Harmonize function namesMiquel Raynal1-66/+74
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-07-17drm/rockchip: drop use of drmP.hSam Ravnborg1-8/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-06-16drm/rockchip: lvds: add missing of_node_putJulia Lawall1-1/+3
2018-05-20drm/rockchip: lvds: avoid duplicating drm_bridge_attachPeter Rosin1-2/+0
2018-02-05drm/rockchip: lvds: Explicitly include pinctrl headersThierry Reding1-0/+1
2017-09-21drm/rockchip: Fix uninitialized use of retSean Paul1-3/+8
2017-09-08drm/rockchip: Add support for Rockchip Soc LVDSSandy Huang1-0/+581