index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: correct connector->dpms field before resuming
Andrzej Hajda
2014-11-03
1
-2
/
+6
*
drm/exynos: enable vblank after DPMS on
Andrzej Hajda
2014-11-03
1
-1
/
+4
*
drm/exynos: init kms poll at the end of initialization
Andrzej Hajda
2014-11-03
1
-6
/
+6
*
drm/exynos: propagate plane initialization errors
Andrzej Hajda
2014-11-03
1
-2
/
+5
*
drm/exynos: vidi: fix build warning
Inki Dae
2014-11-03
1
-1
/
+0
*
drm/exynos: remove explicit encoder/connector de-initialization
Andrzej Hajda
2014-11-03
5
-22
/
+0
*
drm/exynos: init vblank with real number of crtcs
Andrzej Hajda
2014-11-03
1
-9
/
+9
*
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-24
1
-0
/
+2
*
drm/exynos: switch to universal plane API
Andrzej Hajda
2014-09-20
7
-51
/
+46
*
drm/exynos: use drm generic mmap interface
Inki Dae
2014-09-20
4
-110
/
+16
*
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
2014-09-20
3
-24
/
+0
*
drm/exynos: factor out initial setting of each driver
Joonyoung Shim
2014-09-20
3
-34
/
+17
*
drm/exynos/hdmi: unregister connector on removal
Andrzej Hajda
2014-09-20
1
-1
/
+3
*
drm/exynos/dp: unregister connector on removal
Andrzej Hajda
2014-09-20
1
-1
/
+3
*
drm/exynos/dpi: unregister connector and panel on removal
Andrzej Hajda
2014-09-20
1
-1
/
+5
*
drm/exynos/dsi: unregister connector on removal
Andrzej Hajda
2014-09-20
1
-3
/
+6
*
drm/exynos/fb: free exynos framebuffer on error
Andrzej Hajda
2014-09-20
1
-0
/
+1
*
drm/exynos/fbdev: fix fbdev gem object cleanup
Andrzej Hajda
2014-09-20
1
-3
/
+0
*
drm/exynos: fix drm driver de-initialization order
Andrzej Hajda
2014-09-20
1
-4
/
+4
*
drm/exynos/ipp: traverse ipp drivers list safely
Andrzej Hajda
2014-09-20
1
-2
/
+2
*
drm/exynos: update to use component match support
Inki Dae
2014-09-20
1
-22
/
+22
*
drm/exynos/ipp: add file checks for ioctls
Andrzej Hajda
2014-09-20
1
-47
/
+22
*
drm/exynos/ipp: remove file argument from node related functions
Andrzej Hajda
2014-09-20
1
-7
/
+5
*
drm/exynos/fimc: fix source buffer registers
Andrzej Hajda
2014-09-20
1
-8
/
+8
*
drm/exynos/fimc: simplify buffer queuing
Andrzej Hajda
2014-09-20
1
-49
/
+15
*
drm/exynos/fimc: do not enable fimc twice
Andrzej Hajda
2014-09-20
1
-4
/
+1
*
drm/exynos/fimc: avoid clearing overflow bits
Andrzej Hajda
2014-09-20
1
-3
/
+0
*
drm/exynos/ipp: remove events during command cleaning
Andrzej Hajda
2014-09-20
1
-77
/
+78
*
drm/exynos/ipp: stop hardware before freeing memory
Andrzej Hajda
2014-09-20
1
-9
/
+6
*
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
2014-09-20
4
-8
/
+6
*
drm/exynos/ipp: clean memory nodes on command node cleaning
Andrzej Hajda
2014-09-20
1
-0
/
+5
*
drm/exynos/ipp: move nodes cleaning to separate function
Andrzej Hajda
2014-09-20
1
-123
/
+106
*
drm/exynos/ipp: free partially allocated resources on error
Andrzej Hajda
2014-09-20
1
-35
/
+32
*
drm/exynos/ipp: remove unused field in command node
Andrzej Hajda
2014-09-20
2
-3
/
+0
*
drm/exynos/ipp: remove only related commands on file close
Andrzej Hajda
2014-09-20
1
-4
/
+1
*
drm/exynos/ipp: move file reference from memory to command node
Andrzej Hajda
2014-09-20
2
-3
/
+4
*
drm/exynos/ipp: cancel works before command node clean
Andrzej Hajda
2014-09-20
1
-0
/
+5
*
drm/exynos/ipp: remove fake pm callbacks
Andrzej Hajda
2014-09-20
1
-51
/
+0
*
drm/exynos: fimd: fix window clear code
Marek Szyprowski
2014-09-20
1
-6
/
+19
*
drm/exynos/fbdev: set smem_len for fbdev
Daniel Kurtz
2014-09-20
1
-0
/
+1
*
drm/exynos: fimd: add Exynos3 SoC support
Inki Dae
2014-09-20
1
-0
/
+10
*
drm/exynos: mipi-dsi: add Exynos3 SoC support
Inki Dae
2014-09-20
1
-0
/
+8
*
drm/exynos: mipi-dsi: consider non-continuous clock mode
Inki Dae
2014-09-20
1
-0
/
+19
*
drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value
YoungJun Cho
2014-09-20
1
-2
/
+2
*
Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-09-16
1
-2
/
+2
|
\
|
*
drm/exynos: Renaming DP training vswing pre emph defines
Sonika Jindal
2014-09-03
1
-2
/
+2
*
|
drm: add driver->set_busid() callback
David Herrmann
2014-09-10
1
-0
/
+1
|
/
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-08-07
21
-357
/
+801
|
\
|
*
Merge tag 'drm/panel/for-3.17-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2014-08-07
5
-30
/
+107
|
|
\
|
|
*
drm/exynos: dp: Modify driver to support drm_panel
Ajay Kumar
2014-08-06
3
-21
/
+71
[next]