Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2716765697a11a6a42c3c7536ff7b12a0facfecd
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_dsi.c
70505c2
drm/exynos: dsi: Remove bridge node reference in removal
by Hoegeun Kwon
· 8 years ago
f2921d8
drm/exynos: dsi: Fix the parse_dt function
by Hoegeun Kwon
· 8 years ago
86418f9
drm: convert drivers to use of_graph_get_remote_node
by Rob Herring
· 8 years ago
e5c1ff1
Backmerge tag 'v4.11-rc4' into drm-next
by Dave Airlie
· 8 years ago
22e098d
drm/exynos/dsi: make te-gpios optional
by Andrzej Hajda
· 8 years ago
9cdf0ed
drm/exynos: Print kernel pointers in a restricted form
by Krzysztof Kozlowski
· 8 years ago
6bdc92e
drm/exynos: Remove support for Exynos4415 (SoC not supported anymore)
by Krzysztof Kozlowski
· 8 years ago
896bbc3
drm: exynos: Perform initialization/cleanup at probe/remove time
by Laurent Pinchart
· 8 years ago
3bb80f2
drm: bridge: Link encoder and bridge in core code
by Laurent Pinchart
· 8 years ago
1487a81
drm: exynos: Rely on the default ->best_encoder() behavior
by Boris Brezillon
· 8 years ago
17ef49b
drm/exynos/dsi: use of_graph_get_endpoint_by_regs helper
by Philipp Zabel
· 9 years ago
2154ac9
drm/exynos: dsi: use generic of_device_get_match_data helper
by Marek Szyprowski
· 9 years ago
6c81e96
drm/exynos/dsi: use core helper to create DSI packet
by Andrzej Hajda
· 9 years ago
b115361
drm/exynos/dsi: constify read only structures
by Andrzej Hajda
· 9 years ago
bb32e40
drm/exynos/dsi: replace registry access macros with functions
by Andrzej Hajda
· 9 years ago
fdc2e10
drm/exynos: support exynos5422 mipi-dsi
by Chanho Park
· 9 years ago
6fe9dbf
drm/exynos: dsi: restore support for drm bridge
by Marek Szyprowski
· 9 years ago
5862362
drm/exynos: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
010848a
drm: exynos: make PM functions as __maybe_unused
by Arnd Bergmann
· 9 years ago
800ba2b
drm/exynos: Constify function pointer structs
by Ville Syrjälä
· 9 years ago
870a171
Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
by Dave Airlie
· 9 years ago
1b256fa
drm/exynos: dsi: modify a error type when getting a node failed
by Inki Dae
· 9 years ago
ba6e477
drm/exynos: dsi: add runtime pm support
by Inki Dae
· 9 years ago
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
2b8376c
drm/exynos: remove struct exynos_drm_encoder layer
by Gustavo Padovan
· 9 years ago
a2986e8
drm/exynos: remove exynos_drm_create_enc_conn()
by Gustavo Padovan
· 9 years ago
cf67cc9
drm/exynos: remove struct exynos_drm_display
by Gustavo Padovan
· 9 years ago
b6595dc
drm/exynos: split display's .dpms() into .enable() and .disable()
by Gustavo Padovan
· 9 years ago
51d1dec
drm/exynos: dsi: do not set TE GPIO direction by input
by Hyungwon Hwang
· 9 years ago
f5f3b9b
drm/exynos: dsi: add support for MIC driver as a bridge
by Hyungwon Hwang
· 9 years ago
e6f988a
drm/exynos: dsi: add support for Exynos5433
by Hyungwon Hwang
· 9 years ago
0ff03fd
drm/exynos: dsi: make use of array for clock access
by Hyungwon Hwang
· 9 years ago
d668e8b
drm/exynos: dsi: make use of driver data for static values
by Hyungwon Hwang
· 9 years ago
ba12ac2
drm/exynos: dsi: add macros for register access
by Hyungwon Hwang
· 9 years ago
26269af
drm/exynos: dsi: rename pll_clk to sclk_clk
by Hyungwon Hwang
· 9 years ago
0e480f6
drm/exynos: dsi: check whether dsi is enabled before sending data
by Hyungwon Hwang
· 9 years ago
8665040
drm/exynos: fix broken component binding in case of multiple pipelines
by Andrzej Hajda
· 9 years ago
63498e3
drm/exynos: atomic dpms support
by Gustavo Padovan
· 9 years ago
4ea9526
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
by Gustavo Padovan
· 9 years ago
643c3024
drm/exynos: dsi: remove the empty mode_valid callback
by Hyungwon Hwang
· 10 years ago
0cef83a
drm/exynos: dsi: set TE GPIO IRQ status as IRQ_NOAUTOEN
by YoungJun Cho
· 10 years ago
ecb8415
drm/exynos: dsi: move TE irq handler registration position
by YoungJun Cho
· 10 years ago
d41bb38
drm/exynos: dsi: move DSIM_STATE_ENABLED set position
by YoungJun Cho
· 10 years ago
4bc6d64
drm/exynos: dsi: support Exynos4415 SoC
by YoungJun Cho
· 10 years ago
5cd5db8
drm/exynos: dsi: stop using display->ctx pointer
by Andrzej Hajda
· 10 years ago
e516972
drm/exynos: dsi: remove redundant encoder field
by Andrzej Hajda
· 10 years ago
e2d2a1e
drm/exynos: dsi: simplify device pointer evaluation
by Andrzej Hajda
· 10 years ago
2900c69
drm/exynos: dsi: remove global variable exynos_dsi_display
by Andrzej Hajda
· 10 years ago
8aa3dc3c
Merge tag 'drm/panel/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 10 years ago
ed6ff40
drm/dsi: Constify mipi_dsi_msg
by Thierry Reding
· 10 years ago
d9aaf75
drm/exynos: remove explicit encoder/connector de-initialization
by Andrzej Hajda
· 10 years ago
0ae4601
drm/exynos/dsi: unregister connector on removal
by Andrzej Hajda
· 10 years ago
473462a
drm/exynos: mipi-dsi: add Exynos3 SoC support
by Inki Dae
· 10 years ago
78d3a8c
drm/exynos: mipi-dsi: consider non-continuous clock mode
by Inki Dae
· 10 years ago
8525b5e
drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value
by YoungJun Cho
· 10 years ago
0c6287e
Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 10 years ago
cdfb869
drm/exynos: dsi: Add support for panel prepare and unprepare routines
by Ajay Kumar
· 10 years ago
bd024b8
Subject: Revert "drm/exynos: remove MODULE_DEVICE_TABLE definitions"
by Sjoerd Simons
· 10 years ago
9a32041
drm/exynos: dsi: add driver data to support Exynos5410/5420/5440 SoCs
by YoungJun Cho
· 10 years ago
e17ddec
drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface
by YoungJun Cho
· 10 years ago
2f36e33
drm/exynos: dsi: move the EoT packets configuration point
by YoungJun Cho
· 10 years ago
34ea3d3
drm: add register and unregister functions for connectors
by Thomas Wood
· 10 years ago
df5225b
drm/exynos: consider deferred probe case
by Inki Dae
· 10 years ago
fbc2063
drm/exynos: dsi: remove unnecessary pm interfaces
by Inki Dae
· 11 years ago
f37cd5e
drm/exynos: add component framework support
by Inki Dae
· 11 years ago
293d3f6
drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() results
by Jingoo Han
· 11 years ago
d089621
drm/exynos: remove MODULE_DEVICE_TABLE definitions
by Inki Dae
· 11 years ago
7eb8f06
drm/exynos: add DSIM driver
by Andrzej Hajda
· 11 years ago