index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-24
19
-0
/
+31
*
drm: Move internal debugfs functions to drm_internal.h
Daniel Vetter
2014-09-24
1
-0
/
+28
*
drm: Move leftover ioctl declarations to drm_internal.h
Daniel Vetter
2014-09-24
1
-0
/
+9
*
drm: Move drm_vm_open_locked into drm_internal.h
Daniel Vetter
2014-09-24
2
-1
/
+1
*
drm: move drm_mmap to <drm/drm_legacy.h>
Daniel Vetter
2014-09-24
10
-12
/
+12
*
drm/gem: Don't call drm_mmap from drm_gem_mmap
Daniel Vetter
2014-09-24
1
-1
/
+1
*
drm/<ttm-based-drivers>: Don't call drm_mmap
Daniel Vetter
2014-09-24
7
-7
/
+7
*
drm: change drm_err return type to void
Joe Perches
2014-09-24
1
-5
/
+2
*
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
Benjamin Herrenschmidt
2014-09-23
2
-16
/
+9
*
drm: powerpc can use a simpler drm_io_prot()
Benjamin Herrenschmidt
2014-09-23
1
-5
/
+1
*
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2014-09-22
22
-607
/
+396
|
\
|
*
drm/exynos: switch to universal plane API
Andrzej Hajda
2014-09-19
7
-51
/
+46
|
*
drm/exynos: use drm generic mmap interface
Inki Dae
2014-09-19
4
-110
/
+16
|
*
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
Inki Dae
2014-09-19
3
-24
/
+0
|
*
drm/exynos: factor out initial setting of each driver
Joonyoung Shim
2014-09-19
3
-34
/
+17
|
*
drm/exynos/hdmi: unregister connector on removal
Andrzej Hajda
2014-09-19
1
-1
/
+3
|
*
drm/exynos/dp: unregister connector on removal
Andrzej Hajda
2014-09-19
1
-1
/
+3
|
*
drm/exynos/dpi: unregister connector and panel on removal
Andrzej Hajda
2014-09-19
1
-1
/
+5
|
*
drm/exynos/dsi: unregister connector on removal
Andrzej Hajda
2014-09-19
1
-3
/
+6
|
*
drm/exynos/fb: free exynos framebuffer on error
Andrzej Hajda
2014-09-19
1
-0
/
+1
|
*
drm/exynos/fbdev: fix fbdev gem object cleanup
Andrzej Hajda
2014-09-19
1
-3
/
+0
|
*
drm/exynos: fix drm driver de-initialization order
Andrzej Hajda
2014-09-19
1
-4
/
+4
|
*
drm/exynos/ipp: traverse ipp drivers list safely
Andrzej Hajda
2014-09-19
1
-2
/
+2
|
*
drm/exynos: update to use component match support
Inki Dae
2014-09-19
1
-22
/
+22
|
*
drm/exynos/ipp: add file checks for ioctls
Andrzej Hajda
2014-09-19
1
-47
/
+22
|
*
drm/exynos/ipp: remove file argument from node related functions
Andrzej Hajda
2014-09-19
1
-7
/
+5
|
*
drm/exynos/fimc: fix source buffer registers
Andrzej Hajda
2014-09-19
1
-8
/
+8
|
*
drm/exynos/fimc: simplify buffer queuing
Andrzej Hajda
2014-09-19
1
-49
/
+15
|
*
drm/exynos/fimc: do not enable fimc twice
Andrzej Hajda
2014-09-19
1
-4
/
+1
|
*
drm/exynos/fimc: avoid clearing overflow bits
Andrzej Hajda
2014-09-19
1
-3
/
+0
|
*
drm/exynos/ipp: remove events during command cleaning
Andrzej Hajda
2014-09-19
1
-77
/
+78
|
*
drm/exynos/ipp: stop hardware before freeing memory
Andrzej Hajda
2014-09-19
1
-9
/
+6
|
*
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
2014-09-19
4
-8
/
+6
|
*
drm/exynos/ipp: clean memory nodes on command node cleaning
Andrzej Hajda
2014-09-19
1
-0
/
+5
|
*
drm/exynos/ipp: move nodes cleaning to separate function
Andrzej Hajda
2014-09-19
1
-123
/
+106
|
*
drm/exynos/ipp: free partially allocated resources on error
Andrzej Hajda
2014-09-19
1
-35
/
+32
|
*
drm/exynos/ipp: remove unused field in command node
Andrzej Hajda
2014-09-19
2
-3
/
+0
|
*
drm/exynos/ipp: remove only related commands on file close
Andrzej Hajda
2014-09-19
1
-4
/
+1
|
*
drm/exynos/ipp: move file reference from memory to command node
Andrzej Hajda
2014-09-19
2
-3
/
+4
|
*
drm/exynos/ipp: cancel works before command node clean
Andrzej Hajda
2014-09-19
1
-0
/
+5
|
*
drm/exynos/ipp: remove fake pm callbacks
Andrzej Hajda
2014-09-19
1
-51
/
+0
|
*
drm/exynos: fimd: fix window clear code
Marek Szyprowski
2014-09-19
1
-6
/
+19
|
*
drm/exynos/fbdev: set smem_len for fbdev
Daniel Kurtz
2014-09-19
1
-0
/
+1
|
*
drm/exynos: fimd: add Exynos3 SoC support
Inki Dae
2014-09-19
1
-0
/
+10
|
*
drm/exynos: mipi-dsi: add Exynos3 SoC support
Inki Dae
2014-09-19
1
-0
/
+8
|
*
drm/exynos: mipi-dsi: consider non-continuous clock mode
Inki Dae
2014-09-19
1
-0
/
+19
|
*
drm/mipi-dsi: consider low power transmission
Inki Dae
2014-09-19
1
-0
/
+6
|
*
drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return value
YoungJun Cho
2014-09-19
1
-2
/
+2
*
|
drm/radeon: fix AGP userptr handling
Christian König
2014-09-19
1
-7
/
+14
|
/
*
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
Dave Airlie
2014-09-18
30
-146
/
+376
|
\
[next]