index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-13
drm/exynos: track vblank events on a per crtc basis
Mandeep Singh Baines
1
-50
/
+42
2015-04-13
drm/exynos: remove struct *_win_data abstraction on planes
Gustavo Padovan
1
-8
/
+1
2015-02-09
drm/exynos: remove mode property of exynos crtc
Joonyoung Shim
1
-60
/
+0
2015-02-09
drm/exynos: Remove exynos_plane_dpms() call with no effect
Gustavo Padovan
1
-2
/
+0
2015-01-25
drm/exynos: create exynos_check_plane()
Gustavo Padovan
1
-2
/
+9
2015-01-25
drm/exynos: don't duplicate drm_display_mode in fimd context
Gustavo Padovan
1
-5
/
+0
2015-01-25
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
1
-35
/
+32
2015-01-25
drm/exynos: remove drm_dev from struct exynos_drm_manager
Gustavo Padovan
1
-4
/
+5
2015-01-25
drm/exynos: move 'type' from manager to crtc struct
Gustavo Padovan
1
-2
/
+4
2015-01-25
drm/exynos: remove pipe member of struct exynos_drm_manager
Gustavo Padovan
1
-1
/
+1
2015-01-25
drm/exynos: add pipe param to exynos_drm_crtc_create()
Gustavo Padovan
1
-4
/
+4
2015-01-25
drm/exynos: rename base object of struct exynos_drm_crtc to 'base'
Gustavo Padovan
1
-2
/
+2
2015-01-25
drm/exynos: remove exynos_drm_crtc_mode_set_commit()
Gustavo Padovan
1
-7
/
+1
2015-01-25
drm/exynos: call exynos_update_plane() directly on page flips
Gustavo Padovan
1
-2
/
+6
2015-01-25
drm/exynos: unify plane update on exynos_update_plane()
Gustavo Padovan
1
-15
/
+2
2015-01-25
drm/exynos: remove exynos_plane_commit() wrapper
Gustavo Padovan
1
-1
/
+3
2015-01-25
drm/exynos: don't do any DPMS operation while updating planes
Gustavo Padovan
1
-1
/
+7
2015-01-25
drm/exynos: remove exynos_drm_crtc_plane_* wrappers
Gustavo Padovan
1
-33
/
+0
2015-01-25
drm/exynos: expose struct exynos_drm_crtc
Gustavo Padovan
1
-30
/
+0
2015-01-25
drm/exynos: move to_exynos_crtc() macro to main header
Gustavo Padovan
1
-3
/
+0
2014-11-03
drm/exynos: enable vblank after DPMS on
Andrzej Hajda
1
-1
/
+4
2014-09-20
drm/exynos: switch to universal plane API
Andrzej Hajda
1
-31
/
+31
2014-08-03
drm/exynos: add TE handler to support LCD I80 interface
YoungJun Cho
1
-0
/
+8
2014-08-03
drm/exynos: use wait_event_timeout() for safety usage
YoungJun Cho
1
-2
/
+5
2014-06-02
drm/exynos: add component framework support
Inki Dae
1
-0
/
+17
2014-04-30
drm/exynos: balance framebuffer refcount
Andrzej Hajda
1
-0
/
+1
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-10
/
+10
2014-04-01
drm/exynos: Restrict plane loops to only operate on overlay planes (v2)
Matt Roper
1
-1
/
+1
2014-03-24
drm/exynos: Implement mode_fixup manager operation
Sean Paul
1
-1
/
+6
2014-03-24
drm/exynos: Add mode_set manager operation
Sean Paul
1
-0
/
+4
2014-03-24
drm/exynos: Disable unused crtc planes from crtc
Sean Paul
1
-2
/
+11
2014-03-24
drm/exynos: Split manager/display/subdrv
Sean Paul
1
-23
/
+92
2013-12-02
drm: fix typos in comment in /gpu/drm/exynos
Masanari Iida
1
-2
/
+2
2013-09-05
drm/exynos: Remove redundant error messages
Sachin Kamat
1
-3
/
+1
2013-09-05
drm/exynos: Add missing includes
Mark Brown
1
-0
/
+1
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
1
-2
/
+3
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
1
-28
/
+0
2013-06-28
drm/exynos: do not use mode_set_base function directly
Inki Dae
1
-2
/
+8
2013-06-17
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
Ville Syrjälä
1
-7
/
+0
2013-05-23
drm/exynos: wait for the completion of pending page flip
Inki Dae
1
-0
/
+16
2013-05-23
drm/exynos: use drm_send_vblank_event() helper
Rob Clark
1
-8
/
+2
2013-05-22
drm/exynos: page flip fixes
Rob Clark
1
-1
/
+0
2013-01-07
drm/exynos: move finish page flip to a common place
Rahul Sharma
1
-0
/
+30
2013-01-04
drm/exynos: change file license to GPL
Inki Dae
1
-18
/
+4
2012-11-29
drm/exynos: hold event_lock while accessing pageflip_event_list
Imre Deak
1
-0
/
+5
2012-10-07
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...
Dave Airlie
1
-7
/
+13
2012-10-04
drm/exynos: check crtc's dpms mode at SetCrtc
Inki Dae
1
-0
/
+6
2012-10-04
drm/exynos: check crtc's dpms mode at page flip
Inki Dae
1
-0
/
+6
2012-10-04
drm/exynos: fix duplicated mutex lock issue
Inki Dae
1
-5
/
+0
2012-10-04
drm/exynos: fixed duplicated mode setting.
Inki Dae
1
-2
/
+1
[next]