index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers
Tobias Jakobi
3
-16
/
+3
2017-08-25
drm/exynos: consistent use of cpp
Tobias Jakobi
3
-13
/
+13
2017-08-25
drm/exynos: mixer: remove src offset from mixer_graph_buffer()
Tobias Jakobi
1
-9
/
+6
2017-08-25
drm/exynos: mixer: simplify mixer_graph_buffer()
Tobias Jakobi
1
-4
/
+1
2017-08-25
drm/exynos: mixer: simplify vp_video_buffer()
Tobias Jakobi
1
-20
/
+6
2017-08-25
drm/exynos: mixer: enable NV12MT support for the video plane
Tobias Jakobi
4
-1
/
+35
2017-08-25
drm/exynos: mixer: fix chroma comment in vp_video_buffer()
Tobias Jakobi
1
-1
/
+1
2017-08-25
drm/exynos/decon5433: use mode info stored in CRTC to detect i80 mode
Andrzej Hajda
1
-15
/
+25
2017-08-25
drm/exynos: add mode_valid callback to exynos_drm
Andrzej Hajda
2
-0
/
+15
2017-08-25
drm/exynos/decon5433: refactor irq requesting code
Andrzej Hajda
1
-24
/
+30
2017-08-25
drm/exynos/mic: use mode info stored in CRTC to detect i80 mode
Andrzej Hajda
1
-40
/
+4
2017-08-25
drm/exynos/dsi: propagate info about command mode from panel
Andrzej Hajda
2
-0
/
+3
2017-08-25
drm/exynos/dsi: refactor panel detection logic
Andrzej Hajda
1
-101
/
+102
2017-08-25
drm/exynos: use helper to set possible crtcs
Andrzej Hajda
8
-59
/
+53
2017-08-25
drm/exynos/decon5433: use readl_poll_timeout helpers
Andrzej Hajda
1
-12
/
+8
2017-08-17
Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
3
-35
/
+2
2017-08-16
drm/exynos: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
3
-35
/
+2
2017-08-15
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
7
-28
/
+42
2017-08-09
drm/exynos: forbid creating framebuffers from too small GEM buffers
Marek Szyprowski
1
-1
/
+13
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
4
-4
/
+0
2017-08-08
drm: Nuke drm_atomic_helper_plane_set_property
Daniel Vetter
1
-1
/
+0
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-1
/
+1
2017-07-27
drm: exynos: mark pm functions as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2017-07-27
drm/exynos: select CEC_CORE if CEC_NOTIFIER
Hans Verkuil
1
-0
/
+1
2017-07-27
drm/exynos/hdmi: fix disable sequence
Andrzej Hajda
1
-2
/
+0
2017-07-27
drm/exynos: mic: add a bridge at probe
Inki Dae
1
-9
/
+15
2017-07-27
drm/exynos/dsi: Remove error handling for bridge_node DT parsing
Hoegeun Kwon
1
-2
/
+0
2017-07-27
drm/exynos: dsi: do not try to find bridge
Inki Dae
1
-3
/
+5
2017-07-27
drm: exynos: hdmi: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2017-07-27
drm: exynos: constify mixer_match_types and *_mxr_drv_data.
Arvind Yadav
1
-5
/
+5
2017-07-27
exynos_drm: Clean up duplicated assignment in exynos_drm_driver
Gabriel Krisman Bertazi
1
-1
/
+0
2017-07-26
drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users
Maxime Ripard
1
-26
/
+1
2017-07-26
drm/exynos: Remove custom FB helper deferred setup
Thierry Reding
2
-27
/
+5
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+1
2017-07-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-2
/
+2
2017-07-14
drm: handle HDMI 2.0 VICs in AVI info-frames
Shashank Sharma
1
-1
/
+1
2017-07-09
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
15
-289
/
+192
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
1
-2
/
+3
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
1
-2
/
+3
2017-06-20
drm/exynos: don't use DMA_ERROR_CODE
Christoph Hellwig
1
-2
/
+2
2017-06-06
Merge tag 'exynos-drm-next-for-v4.13' of git://git.kernel.org/pub/scm/linux/k...
Dave Airlie
13
-296
/
+187
2017-06-01
drm/exynos: Drop drm_vblank_cleanup
Daniel Vetter
1
-3
/
+1
2017-06-01
drm/exynos/decon5433: remove useless check
Andrzej Hajda
1
-3
/
+0
2017-06-01
drm/exynos/decon5433: kill BIT_SUSPENDED flag
Andrzej Hajda
1
-38
/
+0
2017-06-01
drm/exynos/decon5433: kill BIT_WIN_UPDATED flag
Andrzej Hajda
1
-4
/
+0
2017-06-01
drm/exynos/decon5433: kill BIT_CLKS_ENABLED flag
Andrzej Hajda
1
-11
/
+1
2017-06-01
drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag
Andrzej Hajda
1
-7
/
+1
2017-06-01
drm/exynos/decon5433: move TE handling to DECON
Andrzej Hajda
1
-23
/
+71
2017-06-01
drm/exynos/decon5433: always do sw-trigger when vblanks enabled
Andrzej Hajda
1
-1
/
+5
2017-06-01
drm/exynos: mixer: document YCbCr magic numbers
Tobias Jakobi
2
-10
/
+30
[next]