Sign in
android-kvm
/
linux
/
1e8a3f0d2a1ef544611a7ea4a7c1512c732e0e43
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_crtc.c
f6ebe9f
drm/atomic: Pass the full state to CRTC atomic begin and flush
by Maxime Ripard
· 4 years, 4 months ago
29b77ad
drm/atomic: Pass the full state to CRTC atomic_check
by Maxime Ripard
· 4 years, 4 months ago
351f950
drm/atomic: Pass the full state to CRTC atomic enable/disable
by Maxime Ripard
· 4 years, 5 months ago
11f9548
drm/exynos: change callback names
by Inki Dae
· 5 years ago
2bda34d7
drm/exynos: drop drmP.h usage
by Sam Ravnborg
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
fcd70cd
drm: Split out drm_probe_helper.h
by Daniel Vetter
· 6 years ago
6ca469e
Revert "drm/exynos/decon5433: implement frame counter"
by Inki Dae
· 6 years ago
e9497dc
drm/exynos: Fix error value in exynos_drm_crtc_get_by_type()
by Marek Szyprowski
· 7 years ago
2466db9
drm/exynos: add mode_fixup callback to exynos_drm_crtc_ops
by Andrzej Hajda
· 7 years ago
c3653fe
drm/exynos: add mode_valid callback to exynos_drm
by Andrzej Hajda
· 8 years ago
1ca582f
drm/exynos: use helper to set possible crtcs
by Andrzej Hajda
· 8 years ago
6458171
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
by Laurent Pinchart
· 8 years ago
0b20a0f
drm: Add old state pointer to CRTC .enable() helper function
by Laurent Pinchart
· 8 years ago
c7954aa
drm/exynos: kill mode_set_nofb callback
by Andrzej Hajda
· 8 years ago
d644951
drm/exynos: kill exynos_drm_crtc::pipe
by Andrzej Hajda
· 8 years ago
0586feb
drm/exynos/decon5433: implement frame counter
by Andrzej Hajda
· 8 years ago
73b7b44
drm/exynos: simplify completion event handling
by Andrzej Hajda
· 8 years ago
e5c1ff1
Backmerge tag 'v4.11-rc4' into drm-next
by Dave Airlie
· 8 years ago
a392276
drm/exynos: move crtc event handling to drivers callbacks
by Andrzej Hajda
· 8 years ago
64b0e1d
drm: exynos: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
41cbf0f
drm/exynos: use atomic helper commit
by Inki Dae
· 8 years ago
9db41d4
drm/exynos: remove unnecessary codes
by Inki Dae
· 8 years ago
a3c764e
drm: exynos: use crtc helper drm_crtc_from_index()
by Shawn Guo
· 8 years ago
9276dff
drm/exynos: use drm core to handle page-flip event
by Andrzej Hajda
· 8 years ago
14e022f
drm/exynos: fix pending update handling
by Andrzej Hajda
· 8 years ago
fc173ae
drm/exynos: fix cancel page flip code
by Andrzej Hajda
· 9 years ago
2701932
drm/exynos: add helper to get crtc from pipe
by Andrzej Hajda
· 9 years ago
c74d8eb
drm/exynos: fix kernel panic issue at drm releasing
by Inki Dae
· 9 years ago
d619894
drm/exynos: crtc: do not wait for the scanout completion
by Inki Dae
· 9 years ago
d29c2c1
drm/exynos: crtc: rework atomic_{begin,flush}
by Marek Szyprowski
· 9 years ago
20f8e03
Backmerge drm-fixes merge into Linus's tree into drm-next.
by Dave Airlie
· 9 years ago
c4e0740
drm/exynos: atomic check only enabled crtc states
by Andrzej Hajda
· 9 years ago
800ba2b
drm/exynos: Constify function pointer structs
by Ville Syrjälä
· 9 years ago
f988287
drm: Pass 'name' to drm_crtc_init_with_planes()
by Ville Syrjälä
· 9 years ago
5625b34
drm/exynos: add atomic_check callback to exynos_crtc
by Andrzej Hajda
· 9 years ago
48f87dd
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next
by Dave Airlie
· 9 years ago
88e7271
drm/irq: Use unsigned int pipe in public API
by Thierry Reding
· 9 years ago
10d97d5
drm/exynos: remove unused mode_fixup() code
by Gustavo Padovan
· 9 years ago
7cf23ea
drm/exynos: remove wait queue for pending page flip
by Gustavo Padovan
· 10 years ago
c453366
drm/exynos: wait all planes updates to finish
by Gustavo Padovan
· 10 years ago
822f6df
drm/exynos: check for pending fb before finish update
by Gustavo Padovan
· 10 years ago
d9220d4
drm/exynos: add prepare and cleanup phases for planes
by Gustavo Padovan
· 10 years ago
bb0fa93
drm/exynos: don't track enabled state at exynos_crtc
by Gustavo Padovan
· 10 years ago
2b8376c
drm/exynos: remove struct exynos_drm_encoder layer
by Gustavo Padovan
· 10 years ago
cf67cc9
drm/exynos: remove struct exynos_drm_display
by Gustavo Padovan
· 10 years ago
08dd200
drm/exynos: return return value of exynos_crtc->enable_vblank
by Gustavo Padovan
· 10 years ago
eafd540
drm/exynos: use KMS version of DRM vblanks functions
by Gustavo Padovan
· 10 years ago
451a8c0
drm/exynos: pass the correct pipe number
by Gustavo Padovan
· 10 years ago
613d2b2
drm/atomic: pass old crtc state to atomic_begin/flush.
by Maarten Lankhorst
· 10 years ago
3cecda0
drm/exynos: split exynos_crtc->dpms in enable() and disable()
by Gustavo Padovan
· 10 years ago
c4d96f1
drm/exynos: remove unnecessary calls to disable_plane()
by Gustavo Padovan
· 10 years ago
63498e3
drm/exynos: atomic dpms support
by Gustavo Padovan
· 10 years ago
3fc4867
drm/exynos: move exynos_drm_crtc_disable()
by Gustavo Padovan
· 10 years ago
9d5ab6a
drm/exynos: atomic phase 3: convert page flips
by Gustavo Padovan
· 10 years ago
47a7def
drm/exynos: atomic phase 3: use atomic .set_config helper
by Gustavo Padovan
· 10 years ago
7cf1ff25
drm/exynos: atomic phase 2: keep track of framebuffer pointer
by Gustavo Padovan
· 10 years ago
4ea9526
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
by Gustavo Padovan
· 10 years ago
199329c
drm/exynos: atomic phase 1: add .mode_set_nofb() callback
by Gustavo Padovan
· 10 years ago
43dbdad
drm/exynos: atomic phase 1: use drm_plane_helper_update()
by Gustavo Padovan
· 10 years ago
afaf848
drm/exynos: fix source data argument for plane
by Joonyoung Shim
· 10 years ago
f3aaf76
drm/exynos: Constify exynos_drm_crtc_ops
by Krzysztof Kozlowski
· 10 years ago
e752747
drm/exynos: track vblank events on a per crtc basis
by Mandeep Singh Baines
· 10 years ago
7ee14cd
drm/exynos: remove struct *_win_data abstraction on planes
by Gustavo Padovan
· 10 years ago
f27829a
drm/exynos: remove mode property of exynos crtc
by Joonyoung Shim
· 10 years ago
30b39f0
drm/exynos: Remove exynos_plane_dpms() call with no effect
by Gustavo Padovan
· 10 years ago
adf5691
drm/exynos: create exynos_check_plane()
by Gustavo Padovan
· 10 years ago
a8dc5ed
drm/exynos: don't duplicate drm_display_mode in fimd context
by Gustavo Padovan
· 10 years ago
93bca24
drm/exynos: remove struct exynos_drm_manager
by Gustavo Padovan
· 10 years ago
eb88e42
drm/exynos: remove drm_dev from struct exynos_drm_manager
by Gustavo Padovan
· 10 years ago
5d1741a
drm/exynos: move 'type' from manager to crtc struct
by Gustavo Padovan
· 10 years ago
8a326ed
drm/exynos: remove pipe member of struct exynos_drm_manager
by Gustavo Padovan
· 10 years ago
e09f2b0
drm/exynos: add pipe param to exynos_drm_crtc_create()
by Gustavo Padovan
· 10 years ago
357193c
drm/exynos: rename base object of struct exynos_drm_crtc to 'base'
by Gustavo Padovan
· 10 years ago
fd092d7
drm/exynos: remove exynos_drm_crtc_mode_set_commit()
by Gustavo Padovan
· 10 years ago
8b9c450
drm/exynos: call exynos_update_plane() directly on page flips
by Gustavo Padovan
· 10 years ago
0e0a649
drm/exynos: unify plane update on exynos_update_plane()
by Gustavo Padovan
· 10 years ago
9d5310c
drm/exynos: remove exynos_plane_commit() wrapper
by Gustavo Padovan
· 10 years ago
ea8802d
drm/exynos: don't do any DPMS operation while updating planes
by Gustavo Padovan
· 10 years ago
1e3b423
drm/exynos: remove exynos_drm_crtc_plane_* wrappers
by Gustavo Padovan
· 10 years ago
2bf053e
drm/exynos: expose struct exynos_drm_crtc
by Gustavo Padovan
· 10 years ago
ffceaed
drm/exynos: move to_exynos_crtc() macro to main header
by Gustavo Padovan
· 10 years ago
d6948b2
drm/exynos: enable vblank after DPMS on
by Andrzej Hajda
· 10 years ago
72ed6cc
drm/exynos: switch to universal plane API
by Andrzej Hajda
· 10 years ago
5595d4d
drm/exynos: add TE handler to support LCD I80 interface
by YoungJun Cho
· 11 years ago
e35d722
drm/exynos: use wait_event_timeout() for safety usage
by YoungJun Cho
· 11 years ago
f37cd5e
drm/exynos: add component framework support
by Inki Dae
· 11 years ago
25c8b5c
drm/exynos: balance framebuffer refcount
by Andrzej Hajda
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
0886327
drm/exynos: Restrict plane loops to only operate on overlay planes (v2)
by Matt Roper
· 11 years ago
4b40526
drm/exynos: Implement mode_fixup manager operation
by Sean Paul
· 11 years ago
cd706aa
drm/exynos: Add mode_set manager operation
by Sean Paul
· 11 years ago
a9c4cd2
drm/exynos: Disable unused crtc planes from crtc
by Sean Paul
· 11 years ago
080be03d
drm/exynos: Split manager/display/subdrv
by Sean Paul
· 11 years ago
c6b78bc
drm: fix typos in comment in /gpu/drm/exynos
by Masanari Iida
· 11 years ago
38bb525
drm/exynos: Remove redundant error messages
by Sachin Kamat
· 12 years ago
e30655d
drm/exynos: Add missing includes
by Mark Brown
· 12 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 12 years ago
bca34c9
drm/exynos: Remove tracking log functions
by YoungJun Cho
· 12 years ago
7fd65df
drm/exynos: do not use mode_set_base function directly
by Inki Dae
· 12 years ago
Next »