summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_dpi.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon1-2/+2
2017-08-25drm/exynos: use helper to set possible crtcsAndrzej Hajda1-8/+4
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-15/+1
2017-02-17drm: exynos: Perform initialization/cleanup at probe/remove timeLaurent Pinchart1-1/+0
2016-06-10drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon1-9/+0
2016-05-10drm/exynos/dpi: use of_graph_get_endpoint_by_regs helperPhilipp Zabel1-67/+2
2016-02-16drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2015-12-15drm/exynos: Constify function pointer structsVille Syrjälä1-4/+4
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-08-16drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan1-23/+43
2015-08-16drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan1-2/+24
2015-08-16drm/exynos: remove struct exynos_drm_displayGustavo Padovan1-22/+19
2015-08-16drm/exynos: split display's .dpms() into .enable() and .disable()Gustavo Padovan1-27/+9
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-18/+2
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan1-1/+1
2015-06-20drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan1-0/+4
2014-11-24drm/exynos/dpi: stop using display->ctx pointerAndrzej Hajda1-3/+2
2014-11-24drm/exynos/dpi: embed display into private contextAndrzej Hajda1-18/+21
2014-11-03drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda1-4/+0
2014-09-20drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda1-1/+5
2014-08-07Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-2/+6
2014-08-06drm/exynos: dpi: Add support for panel prepare and unprepare routinesAjay Kumar1-2/+6
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie1-2/+2
2014-06-24drm/exynos: dpi: Fix NULL pointer dereference with legacy bindingsTomasz Figa1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-06-10drm: Remove spurious ';'Damien Lespiau1-1/+1
2014-06-02drm/exynos: consider deferred probe caseInki Dae1-3/+19
2014-06-02drm/exynos: Staticize exynos_dpi_of_find_panel_nodeSachin Kamat1-1/+1
2014-06-02drm/exynos: separate dpi from fimdAndrzej Hajda1-20/+20
2014-06-02drm/exynos: dpi: fix hotplug fail issueInki Dae1-4/+1
2014-06-02drm/exynos: add component framework supportInki Dae1-7/+9
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-7/+0
2014-03-24drm/exynos: restore parallel output interface supportAndrzej Hajda1-0/+339