index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_dp.c
Age
Commit message (
Expand
)
Author
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
2024-06-27
drm/bridge: analogix_dp: remove unused analogix_dp_remove
Lucas Stach
2024-06-27
drm/bridge: analogix_dp: remove unused platform power_on_end callback
Lucas Stach
2024-06-10
drm/exynos: dp: drop driver owner initialization
Krzysztof Kozlowski
2024-03-13
drm/exynos: simplify the return value handling in exynos_dp_get_modes()
Jani Nikula
2023-12-12
drm/exynos: Convert to platform remove callback returning void
Uwe Kleine-König
2022-12-12
drm: exynos: Remove #ifdef guards for PM related functions
Paul Cercueil
2022-07-05
drm: Remove linux/i2c.h from drm_crtc.h
Ville Syrjälä
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
2020-04-22
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-04-09
drm/bridge: analogix_dp: Split bind() into probe() and real bind()
Marek Szyprowski
2020-04-02
drm/exynos: Use simple encoder
Thomas Zimmermann
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
2019-12-02
drm/exynos: Don't reset bridge->next
Boris Brezillon
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
2019-06-27
drm/exynos: drop drmP.h usage
Sam Ravnborg
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-24
drm/exynos: use DRM_DEV_ERROR to print out error message
Inki Dae
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-07-24
drm/exynos: Ensure suspended runtime PM state during system suspend
Marek Szyprowski
2018-07-10
drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL
Boris Brezillon
2018-04-24
drm/bridge: analogix_dp: Split the platform-specific poweron in two parts
Douglas Anderson
2018-03-07
drm/bridge: analogix_dp: Don't create useless connectors
Marek Szyprowski
2018-03-01
drm/bridge: analogix_dp: Fix connector and encoder cleanup
Jeffy Chen
2018-03-01
drm/bridge: analogix: Do not use device's drvdata
Jeffy Chen
2017-08-25
drm/exynos: use helper to set possible crtcs
Andrzej Hajda
2017-04-06
drm: convert drivers to use drm_of_find_panel_or_bridge
Rob Herring
2017-02-17
drm: exynos: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
2016-12-18
drm: bridge: Link encoder and bridge in core code
Laurent Pinchart
2016-10-01
drm/exynos: mark exynos_dp_crtc_clock_enable() static
Baoyou Xie
2016-07-05
drm/bridge: analogix_dp: passing the connector as an argument in .get_modes()
Yakir Yang
2016-06-19
drm/exynos: dp: Fix NULL pointer dereference due uninitialized connector
Yakir Yang
2016-04-30
drm/exynos: convert clock_enable crtc callback to pipeline clock
Andrzej Hajda
2016-04-05
drm: bridge: analogix/dp: fix some obvious code style
Yakir Yang
2016-04-05
drm/exynos: dp: rename implementation specific driver part
Heiko Stuebner