index
:
linux.git
master
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_drm_dpi.c
Age
Commit message (
Expand
)
Author
2019-06-27
drm/exynos: drop drmP.h usage
Sam Ravnborg
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-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-10
drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL
Boris Brezillon
2017-08-25
drm/exynos: use helper to set possible crtcs
Andrzej Hajda
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2017-04-06
drm: convert drivers to use of_graph_get_remote_node
Rob Herring
2017-02-17
drm: exynos: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
2016-06-10
drm: exynos: Rely on the default ->best_encoder() behavior
Boris Brezillon
2016-05-10
drm/exynos/dpi: use of_graph_get_endpoint_by_regs helper
Philipp Zabel
2016-02-16
drm/exynos: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2015-12-15
drm/exynos: Constify function pointer structs
Ville Syrjälä
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-08-16
drm/exynos: remove struct exynos_drm_encoder layer
Gustavo Padovan
2015-08-16
drm/exynos: remove exynos_drm_create_enc_conn()
Gustavo Padovan
2015-08-16
drm/exynos: remove struct exynos_drm_display
Gustavo Padovan
2015-08-16
drm/exynos: split display's .dpms() into .enable() and .disable()
Gustavo Padovan
2015-06-20
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
2015-06-20
drm/exynos: atomic dpms support
Gustavo Padovan
2015-06-20
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
Gustavo Padovan
2014-11-24
drm/exynos/dpi: stop using display->ctx pointer
Andrzej Hajda
2014-11-24
drm/exynos/dpi: embed display into private context
Andrzej Hajda
2014-11-03
drm/exynos: remove explicit encoder/connector de-initialization
Andrzej Hajda
2014-09-20
drm/exynos/dpi: unregister connector and panel on removal
Andrzej Hajda
2014-08-07
Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2014-08-06
drm/exynos: dpi: Add support for panel prepare and unprepare routines
Ajay Kumar
2014-07-08
Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-06-24
drm/exynos: dpi: Fix NULL pointer dereference with legacy bindings
Tomasz Figa
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
2014-06-10
drm: Remove spurious ';'
Damien Lespiau
2014-06-02
drm/exynos: consider deferred probe case
Inki Dae
2014-06-02
drm/exynos: Staticize exynos_dpi_of_find_panel_node
Sachin Kamat
2014-06-02
drm/exynos: separate dpi from fimd
Andrzej Hajda
2014-06-02
drm/exynos: dpi: fix hotplug fail issue
Inki Dae
2014-06-02
drm/exynos: add component framework support
Inki Dae
2014-04-22
drm: make mode_valid callback optional
Andrzej Hajda
2014-03-24
drm/exynos: restore parallel output interface support
Andrzej Hajda