Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f490f326178a6fec87a9bc3d35525bc9cb96ef0e
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_crtc.c
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
· 10 years ago
e35d722
drm/exynos: use wait_event_timeout() for safety usage
by YoungJun Cho
· 10 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
· 11 years ago
e30655d
drm/exynos: Add missing includes
by Mark Brown
· 11 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 11 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
fb85ac4
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
by Ville Syrjälä
· 12 years ago
20cd264
drm/exynos: wait for the completion of pending page flip
by Inki Dae
· 12 years ago
c5cca97
drm/exynos: use drm_send_vblank_event() helper
by Rob Clark
· 12 years ago
94d019b
drm/exynos: page flip fixes
by Rob Clark
· 12 years ago
663d876
drm/exynos: move finish page flip to a common place
by Rahul Sharma
· 12 years ago
d81aecb
drm/exynos: change file license to GPL
by Inki Dae
· 12 years ago
8547332
drm/exynos: hold event_lock while accessing pageflip_event_list
by Imre Deak
· 12 years ago
a5a0fc6
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-next
by Dave Airlie
· 12 years ago
32aeab1
drm/exynos: check crtc's dpms mode at SetCrtc
by Inki Dae
· 12 years ago
ef6223d
drm/exynos: check crtc's dpms mode at page flip
by Inki Dae
· 12 years ago
471d60f
drm/exynos: fix duplicated mutex lock issue
by Inki Dae
· 12 years ago
50caf25
drm/exynos: fixed duplicated mode setting.
by Inki Dae
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
3b8d1cf
drm/exynos: add property for crtc mode
by Joonyoung Shim
· 12 years ago
a365d9e
drm/exynos: add crtc disable function
by Joonyoung Shim
· 12 years ago
cf5188a
drm/exynos: add plane enable/disable
by Joonyoung Shim
· 12 years ago
bebab8f
drm/exynos: fix dpms operation for mode set
by Joonyoung Shim
· 12 years ago
4070d21
drm/exynos: update overlay via plane from crtc
by Joonyoung Shim
· 12 years ago
b5d2eb3
drm/exynos: use private plane for crtc
by Joonyoung Shim
· 12 years ago
d249ce0
drm/exynos: fix to set pipe of crtc
by Joonyoung Shim
· 12 years ago
aeb2922
drm/exynos: fix point to call overlay_ops->mode_set
by Joonyoung Shim
· 12 years ago
e811f5a
drm: Make the .mode_fixup() operations mode argument a const pointer
by Laurent Pinchart
· 12 years ago
0d8071ee
drm/exynos: added source size to overlay structure
by Seung-Woo Kim
· 13 years ago
132a5b9
drm/exynos: remove module of exynos drm subdrv
by Joonyoung Shim
· 13 years ago
1de425b
drm/exynos: added mode_fixup feature and code clean.
by Inki Dae
· 13 years ago
c5614ae
drm/exynos: fixed page flip issue.
by Inki Dae
· 13 years ago
229d353
drm/exynos: Support multi buffers
by Seung-Woo Kim
· 13 years ago
864ee9e
drm/exynos: Add plane support with fimd
by Joonyoung Shim
· 13 years ago
ec05da9
drm/exynos: updated crtc and encoder dpms framework.
by Inki Dae
· 13 years ago
1fbe6f6
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
2c87112
drm/exynos: changed buffer structure.
by Inki Dae
· 13 years ago
d2716c8
drm/exynos: added crtc dpms for disable crtc
by Joonyoung Shim
· 13 years ago
ccf4d88
drm/exynos: fixed page flip bug.
by Inki Dae
· 13 years ago
f6b9825
drm/exynos: added comments and code clean.
by Inki Dae
· 13 years ago
8e9cc6a
drm/exynos: fixed overlay updating time at page flip.
by Inki Dae
· 13 years ago
19c8b83
drm/exynos: fixed overlay data updating.
by Inki Dae
· 13 years ago
1c248b7
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
by Inki Dae
· 13 years ago