summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_mic.c
AgeCommit message (Expand)Author
2022-12-12drm: exynos: Remove #ifdef guards for PM related functionsPaul Cercueil
2022-06-14drm/exynos: mic: Rework initializationMarek Szyprowski
2022-06-14drm/exynos: fix IS_ERR() vs NULL check in probeDan Carpenter
2022-03-31exynos: drm: dsi: Attach in_bridge in MIC driverJagan Teki
2021-06-11drm/exynos: Use pm_runtime_resume_and_get() to replace open codingTian Tao
2020-06-29drm/exynos: fix ref count leak in mic_pre_enableNavid Emamdoost
2020-05-18drm/exynos: make pointer to const data const typeBernard Zhao
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423Thomas Gleixner
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart
2018-07-24drm/exynos: Ensure suspended runtime PM state during system suspendMarek Szyprowski
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-25drm/exynos/mic: use mode info stored in CRTC to detect i80 modeAndrzej Hajda
2017-08-21drm/exynos: mic: clean up drm_bridge_add callInki Dae
2017-07-27drm/exynos: mic: add a bridge at probeInki Dae
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring
2017-01-31drm/exynos: mic: Add runtime PM supportMarek Szyprowski
2017-01-31drm/exynos: mic: Fix parse_dt functionHoegeun Kwon
2017-01-31drm/exynos: mic: Add mode_set callback functionHoegeun Kwon
2016-04-12drm/exynos: fix a warning messageDan Carpenter
2016-04-12drm/exynos: mic: fix an error codeDan Carpenter
2016-02-15drm/exynos: mic: make all functions staticMarek Szyprowski
2016-02-15drm/exynos: mic: convert to component frameworkMarek Szyprowski
2016-02-15drm/exynos: mic: use devm_clk interfaceMarek Szyprowski
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä
2015-06-22drm/exynos: mic: add MIC driverHyungwon Hwang