summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-9/+0
* drm/exynos/dsi: use of_graph_get_endpoint_by_regs helperPhilipp Zabel2016-05-101-54/+3
* drm/exynos: dsi: use generic of_device_get_match_data helperMarek Szyprowski2016-04-301-18/+9
* drm/exynos/dsi: use core helper to create DSI packetAndrzej Hajda2016-03-021-46/+23
* drm/exynos/dsi: constify read only structuresAndrzej Hajda2016-03-011-15/+15
* drm/exynos/dsi: replace registry access macros with functionsAndrzej Hajda2016-03-011-51/+57
* drm/exynos: support exynos5422 mipi-dsiChanho Park2016-03-011-0/+31
* drm/exynos: dsi: restore support for drm bridgeMarek Szyprowski2016-03-011-0/+1
* drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
* drm: exynos: make PM functions as __maybe_unusedArnd Bergmann2016-02-011-4/+2
* drm/exynos: Constify function pointer structsVille Syrjälä2015-12-151-4/+4
* Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...Dave Airlie2015-12-151-68/+83
|\
| * drm/exynos: dsi: modify a error type when getting a node failedInki Dae2015-12-131-2/+2
| * drm/exynos: dsi: add runtime pm supportInki Dae2015-12-131-66/+81
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
|/
* drm/exynos: remove struct exynos_drm_encoder layerGustavo Padovan2015-08-161-36/+52
* drm/exynos: remove exynos_drm_create_enc_conn()Gustavo Padovan2015-08-161-7/+13
* drm/exynos: remove struct exynos_drm_displayGustavo Padovan2015-08-161-29/+29
* drm/exynos: split display's .dpms() into .enable() and .disable()Gustavo Padovan2015-08-161-31/+13
* drm/exynos: dsi: do not set TE GPIO direction by inputHyungwon Hwang2015-06-221-2/+2
* drm/exynos: dsi: add support for MIC driver as a bridgeHyungwon Hwang2015-06-221-0/+24
* drm/exynos: dsi: add support for Exynos5433Hyungwon Hwang2015-06-221-15/+85
* drm/exynos: dsi: make use of array for clock accessHyungwon Hwang2015-06-221-35/+33
* drm/exynos: dsi: make use of driver data for static valuesHyungwon Hwang2015-06-221-51/+145
* drm/exynos: dsi: add macros for register accessHyungwon Hwang2015-06-221-47/+51
* drm/exynos: dsi: rename pll_clk to sclk_clkHyungwon Hwang2015-06-221-20/+16
* drm/exynos: dsi: check whether dsi is enabled before sending dataHyungwon Hwang2015-06-201-4/+14
* drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda2015-06-201-27/+8
* drm/exynos: atomic dpms supportGustavo Padovan2015-06-201-1/+1
* drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()Gustavo Padovan2015-06-201-0/+4
* drm/exynos: dsi: remove the empty mode_valid callbackHyungwon Hwang2015-04-131-7/+0
* drm/exynos: dsi: set TE GPIO IRQ status as IRQ_NOAUTOENYoungJun Cho2014-11-241-8/+5
* drm/exynos: dsi: move TE irq handler registration positionYoungJun Cho2014-11-241-3/+3
* drm/exynos: dsi: move DSIM_STATE_ENABLED set positionYoungJun Cho2014-11-241-2/+3
* drm/exynos: dsi: support Exynos4415 SoCYoungJun Cho2014-11-241-0/+7
* drm/exynos: dsi: stop using display->ctx pointerAndrzej Hajda2014-11-241-7/+10
* drm/exynos: dsi: remove redundant encoder fieldAndrzej Hajda2014-11-241-5/+2
* drm/exynos: dsi: simplify device pointer evaluationAndrzej Hajda2014-11-241-20/+20
* drm/exynos: dsi: remove global variable exynos_dsi_displayAndrzej Hajda2014-11-241-20/+18
* Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie2014-11-151-1/+1
|\
| * drm/dsi: Constify mipi_dsi_msgThierry Reding2014-11-131-1/+1
* | drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda2014-11-031-4/+0
|/
* drm/exynos/dsi: unregister connector on removalAndrzej Hajda2014-09-201-3/+6
* drm/exynos: mipi-dsi: add Exynos3 SoC supportInki Dae2014-09-201-0/+8
* drm/exynos: mipi-dsi: consider non-continuous clock modeInki Dae2014-09-201-0/+19
* drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return valueYoungJun Cho2014-09-201-2/+2
* Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2014-08-071-2/+11
|\
| * drm/exynos: dsi: Add support for panel prepare and unprepare routinesAjay Kumar2014-08-061-2/+11
* | Subject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions"Sjoerd Simons2014-08-041-0/+1
* | drm/exynos: dsi: add driver data to support Exynos5410/5420/5440 SoCsYoungJun Cho2014-08-031-22/+135
OpenPOWER on IntegriCloud