Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b6b1f2d9cf796c3555734949b5e7a74fa2ceeb6c
/
drivers
/
gpu
/
drm
/
imx
/
imx-ldb.c
ebc9446
drm: convert drivers to use drm_of_find_panel_or_bridge
by Rob Herring
· 8 years ago
4a878c0
drm: bridge: Detach bridge from encoder at encoder cleanup time
by Laurent Pinchart
· 8 years ago
3bb80f2
drm: bridge: Link encoder and bridge in core code
by Laurent Pinchart
· 8 years ago
949f088
drm: Make the connector .detect() callback optional
by Laurent Pinchart
· 8 years ago
cdda2df
drm/imx: imx-ldb: remove unnecessary double disable check
by Philipp Zabel
· 8 years ago
60203c9
drm/imx: imx-ldb: detach bridge on unbind
by Philipp Zabel
· 8 years ago
b1318d5
drm/imx: imx-ldb: detach panel on unbind
by Lucas Stach
· 8 years ago
8e3b16e
drm/imx: don't destroy mode objects manually on driver unbind
by Lucas Stach
· 8 years ago
dc80d70
drm/imx-ldb: Add support to drm-bridge
by Peter Senna Tschudin
· 8 years ago
3a2ad50
drm/imx: imx-ldb: use encoder atomic_mode_set callback
by Philipp Zabel
· 8 years ago
fafc79e
drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di driver
by Lothar Waßmann
· 8 years ago
ff615ee
drm/imx: imx-ldb: do not try to dereference crtc->state->state in encoder mode_set
by Philipp Zabel
· 8 years ago
7075ba7
drm/imx: imx-ldb: check return code on panel attach
by Lucas Stach
· 8 years ago
3df0739
drm/imx: turn remaining container_of macros into inline functions
by Philipp Zabel
· 8 years ago
49f98bc
drm/imx: store internal bus configuration in crtc state
by Philipp Zabel
· 8 years ago
f6e396e
drm/imx: atomic phase 3 step 2: Legacy callback fixups
by Liu Ying
· 8 years ago
032003c
drm/imx: Remove encoders' ->prepare callbacks
by Liu Ying
· 8 years ago
255c35f
drm/imx: atomic phase 2 step 1: Wire up state ->reset, ->duplicate and ->destroy
by Liu Ying
· 8 years ago
c82b4d7
drm/imx: imx-ldb: honor 'native-mode' property when selecting video mode from DT
by Lothar Waßmann
· 8 years ago
620011e
drm/imx: imx-ldb: use of_graph_get_endpoint_by_regs helper
by Philipp Zabel
· 9 years ago
a6d206e
drm/imx: imx-ldb: Add DDC support
by Steve Longerbeam
· 9 years ago
42e8560
Merge tag 'imx-drm-next-20160301' of git://git.pengutronix.de/git/pza/linux into drm-next
by Dave Airlie
· 9 years ago
53141e4
drm/imx: remove imx_drm_encoder_get_mux_id
by Philipp Zabel
· 10 years ago
8cd09a4
drm/imx: removed optional dummy encoder mode_fixup function.
by Carlos Palminha
· 9 years ago
7ae847d
drm/imx: Constify function pointer structs
by Ville Syrjälä
· 9 years ago
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
5e501ed
drm/imx: imx-ldb: allow to determine bus format from the connected panel
by Philipp Zabel
· 10 years ago
3973aff
drm/imx: imx-ldb: reset display clock input when disabling LVDS
by Philipp Zabel
· 10 years ago
751e267
drm/imx: imx-ldb: add drm_panel support
by Philipp Zabel
· 11 years ago
2872c80
drm/imx: consolidate bus format variable names
by Philipp Zabel
· 10 years ago
a7c6e76
drm/imx: switch to use media bus formats
by Philipp Zabel
· 10 years ago
51dac94
drm/imx: imx-ldb: enable DI clock in encoder_mode_set
by Philipp Zabel
· 10 years ago
eb10d63
imx-drm: encoder prepare/mode_set must use adjusted mode
by Steve Longerbeam
· 10 years ago
f4876ff
drm/imx: imx-ldb: fix channel->edid memleak
by Peter Seiderer
· 11 years ago
dab363f
Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
6556f7f
drm: imx: Move imx-drm driver out of staging
by Philipp Zabel
· 10 years ago
[Renamed from drivers/staging/imx-drm/imx-ldb.c]
d9fdb9f
imx-drm: imx-ldb: fix NULL pointer in imx_ldb_unbind()
by Russell King
· 10 years ago
f9b0e25
drm: make mode_valid callback optional
by Andrzej Hajda
· 11 years ago
e5e1b16
staging: imx-drm: imx-ldb.c Fix line over 80 characters.
by Aybuke Ozdemir
· 11 years ago
bfe24b9c
Merge branch 'imx-drm-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next
by Greg Kroah-Hartman
· 11 years ago
655b43c
staging: imx-drm-core: Use OF graph to find components and connections between encoder and crtcs
by Philipp Zabel
· 11 years ago
98dd3b2
imx-drm: imx-ldb: Use snprintf()
by Fabio Estevam
· 11 years ago
9f9b036
imx-drm: imx-ldb: Check 'mode' pointer first
by Fabio Estevam
· 11 years ago
1b3f767
imx-drm: initialise drm components directly
by Russell King
· 11 years ago
17b5001
imx-drm: convert to componentised device support
by Russell King
· 11 years ago
f2d66aa
imx-drm: simplify setup of panel format
by Russell King
· 11 years ago
baa68c4
imx-drm: provide common connector mode validation function
by Russell King
· 11 years ago
e76171b
imx-drm: imx-drm-core: sanitise imx_drm_encoder_get_mux_id()
by Russell King
· 11 years ago
49f4a9c
staging: imx-drm: remove unnecessary braces
by Sima Baymani
· 11 years ago
5354cb6
staging: imx-drm: Fix warning for static const char * array in imx-ldb.c
by Archana kumari
· 11 years ago
1f933fa
staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Valentina Manea
· 11 years ago
28d3137
staging: imx-drm: Remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
d78b140
staging: imx-drm: imx-ldb: Staticize of_get_data_mapping()
by Fabio Estevam
· 11 years ago
bc62738
imx-drm: imx-ldb: Add MODULE_ALIAS()
by Fabio Estevam
· 11 years ago
4599934
staging: imx-drm: Fix typo in staging/imx-drm
by Masanari Iida
· 11 years ago
000d73f
staging: imx_drm: imx_ldb: fix 18 bit format
by Markus Niebel
· 11 years ago
ac4c1a9
staging: drm/imx: Add LDB support
by Sascha Hauer
· 11 years ago