index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-03
drm/exynos/gem: remove DMA-mapping hacks used for constructing page array
Marek Szyprowski
1
-25
/
+33
2015-11-03
drm/exynos: simplify Kconfig component names
Andrzej Hajda
1
-15
/
+15
2015-11-03
drm/exynos: re-arrange Kconfig entries
Andrzej Hajda
1
-16
/
+22
2015-11-03
drm/exynos: abstract out common dependency
Andrzej Hajda
1
-13
/
+14
2015-11-03
drm/exynos: separate Mixer and HDMI drivers
Andrzej Hajda
3
-3
/
+12
2015-11-03
drm/exynos/mixer: replace direct cross-driver call with drm mode validation
Andrzej Hajda
3
-27
/
+4
2015-11-03
drm/exynos: add atomic_check callback to exynos_crtc
Andrzej Hajda
2
-0
/
+15
2015-11-03
drm/exynos/decon5433: add support for DECON-TV
Andrzej Hajda
1
-61
/
+93
2015-11-03
drm/exynos/decon5433: remove duplicated initialization
Andrzej Hajda
1
-1
/
+0
2015-11-03
drm/exynos/decon5433: merge different flag fields
Andrzej Hajda
1
-31
/
+30
2015-11-03
drm/exynos/decon5433: add function to set particular register bits
Andrzej Hajda
1
-50
/
+19
2015-11-03
drm/exynos/decon5433: fix timing registers writes
Andrzej Hajda
1
-9
/
+9
2015-11-03
drm/exynos/decon5433: add PCLK clock
Andrzej Hajda
1
-10
/
+11
2015-10-26
drm/exynos: cleanup name of gem object for exynos_drm
Joonyoung Shim
6
-182
/
+184
2015-10-26
drm/exynos: fix to detach device of iommu
Joonyoung Shim
1
-2
/
+1
2015-10-26
drm/exynos: add cursor plane support
Gustavo Padovan
7
-10
/
+23
2015-10-26
drm/exynos: add global macro for the default primary plane
Gustavo Padovan
6
-18
/
+13
2015-10-26
drm/exynos: fix spelling errors
Ingi Kim
2
-14
/
+14
2015-10-26
drm: exynos: mixer: fix using usleep() in atomic context
Tomasz Stanislawski
1
-1
/
+1
2015-10-26
drm/exynos/hdmi: remove unused field
Andrzej Hajda
1
-1
/
+0
2015-10-26
drm/exynos/hdmi: improve HDMI/ACR related code
Andrzej Hajda
2
-68
/
+32
2015-10-26
drm/exynos/hdmi: convert container_of macro to inline function
Andrzej Hajda
1
-6
/
+9
2015-10-26
drm/exynos/hdmi: remove deprecated hdmi_resources structure
Andrzej Hajda
1
-59
/
+46
2015-10-26
drm/exynos/hdmi: convert to gpiod API
Andrzej Hajda
1
-23
/
+14
2015-10-26
drm/exynos/hdmi: simplify clock re-parenting
Andrzej Hajda
1
-4
/
+0
2015-10-26
drm/exynos/hdmi: use constant size array for regulators
Andrzej Hajda
1
-16
/
+9
2015-10-26
drm/exynos/hdmi: use optional regulator_get for hdmi-en
Andrzej Hajda
1
-13
/
+11
2015-10-26
drm/exynos/hdmi: fix removal order
Andrzej Hajda
1
-3
/
+5
2015-10-26
drm/exynos/hdmi: replace all writeb with writel
Andrzej Hajda
1
-3
/
+3
2015-10-26
drm/exynos/hdmi: simplify HDMI-PHY power sequence
Andrzej Hajda
1
-85
/
+8
2015-10-26
drm/exynos/hdmi: move PLL stabilization check code to separate function
Andrzej Hajda
1
-42
/
+26
2015-10-26
drm/exynos/hdmi: use mappings for registers with IP dependent address
Andrzej Hajda
2
-22
/
+38
2015-10-26
drm/exynos/hdmi: remove support for deprecated compatible
Andrzej Hajda
1
-10
/
+0
2015-10-20
Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-10
/
+10
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
1
-10
/
+10
2015-10-16
Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...
Dave Airlie
12
-152
/
+65
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
1
-1
/
+1
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2
-4
/
+4
2015-10-01
drm/exynos: Staticize local function in exynos_drm_gem.c
Krzysztof Kozlowski
1
-1
/
+1
2015-10-01
drm/exynos: fimd: actually disable dp clock
Gustavo Padovan
1
-1
/
+1
2015-10-01
drm/exynos: dp: remove suspend/resume functions
Inki Dae
1
-23
/
+0
2015-09-30
drm/exynos: remove unused mode_fixup() code
Gustavo Padovan
2
-19
/
+0
2015-09-30
drm/exynos: remove decon_mode_fixup()
Gustavo Padovan
1
-12
/
+0
2015-09-30
drm/exynos: remove fimd_mode_fixup()
Gustavo Padovan
1
-12
/
+0
2015-09-30
drm/exynos: rotator: Clock control is unused if !PM
Thierry Reding
1
-1
/
+1
2015-09-30
drm/exynos: fimc: Clock control is unused if !PM
Thierry Reding
1
-18
/
+18
2015-09-30
drm/exynos: Suspend/resume is unused if !PM
Thierry Reding
1
-0
/
+2
2015-09-30
drm/exynos: create a fake mmap offset with gem creation
Joonyoung Shim
1
-5
/
+7
2015-09-30
drm/exynos: remove call to drm_gem_free_mmap_offset()
Joonyoung Shim
1
-3
/
+0
2015-09-30
drm/exynos: Remove useless EXPORT_SYMBOL_GPLs
Daniel Kurtz
2
-9
/
+0
[next]