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
/
exynos_drm_fbdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
drm/exynos: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-5
/
+1
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-1
/
+1
2016-07-21
GPU-DRM-Exynos: Delete an unnecessary check before the function call "vunmap"
Markus Elfring
1
-2
/
+1
2016-04-30
drm/exynos: build fbdev code conditionally
Andrzej Hajda
1
-0
/
+11
2016-04-20
drm/exynos: drop struct_mutex from fbdev setup
Daniel Vetter
1
-14
/
+8
2016-03-01
drm/exynos: use real device for DMA-mapping operations
Marek Szyprowski
1
-1
/
+1
2016-03-01
drm/exynos: fix incorrect cpu address for dma_mmap_attrs()
Marek Szyprowski
1
-1
/
+1
2015-10-26
drm/exynos: cleanup name of gem object for exynos_drm
Joonyoung Shim
1
-25
/
+28
2015-09-02
drm/exynos: update exynos_drm_framebuffer_init() for multiple buffers
Joonyoung Shim
1
-2
/
+1
2015-09-02
drm/exynos: update fb_info via only one function
Joonyoung Shim
1
-16
/
+13
2015-09-02
drm/exynos: cleanup exynos_drm_fbdev_update()
Joonyoung Shim
1
-11
/
+4
2015-09-02
drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.c
Joonyoung Shim
1
-16
/
+14
2015-09-02
drm/exynos: remove exynos_drm_fb_set_buf_cnt()
Joonyoung Shim
1
-3
/
+0
2015-08-16
drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c
Joonyoung Shim
1
-16
/
+14
2015-08-06
drm/exynos: Use new drm_fb_helper functions
Archit Taneja
1
-35
/
+12
2015-06-20
drm/exynos: don't disable unused functions at init
Gustavo Padovan
1
-3
/
+0
2015-03-11
drm/exynos: use correct fb width/height
Rob Clark
1
-2
/
+3
2015-02-07
drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
Carlo Caione
1
-20
/
+9
2014-09-20
drm/exynos/fbdev: fix fbdev gem object cleanup
Andrzej Hajda
1
-3
/
+0
2014-09-20
drm/exynos/fbdev: set smem_len for fbdev
Daniel Kurtz
1
-0
/
+1
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+2
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
1
-1
/
+1
2014-06-05
drm: add drm_fb_helper_restore_fbdev_mode_unlocked()
Rob Clark
1
-3
/
+1
2014-06-02
drm/exynos: fb: make local symbol static
Jingoo Han
1
-1
/
+1
2014-06-02
drm/exynos/fbdev: don't set mode_config.fb_base
Daniel Kurtz
1
-1
/
+0
2014-06-02
drm/exynos/fbdev: don't set fix.smem/mmio_{start,len}
Daniel Kurtz
1
-7
/
+0
2014-04-04
drm/exynos: disallow fbdev initialization if no device is connected
Andrzej Hajda
1
-0
/
+21
2014-03-28
drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()
Lespiau, Damien
1
-1
/
+1
2013-09-16
drm/exynos: Fix address space warnings in exynos_drm_fbdev.c
Sachin Kamat
1
-2
/
+3
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-09-05
drm/exynos: Add fallback option to get non physically contiguous memory for fb
Vikas Sajjan
1
-2
/
+13
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
1
-8
/
+0
2013-05-22
drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL
Sachin Kamat
1
-1
/
+1
2013-02-14
drm/<drivers>: simplify ->fb_probe callback
Daniel Vetter
1
-29
/
+1
2013-02-14
drm/fb-helper: don't disable everything in initial_config
Daniel Vetter
1
-0
/
+3
2013-02-14
drm: review locking for drm_fb_helper_restore_fbdev_mode
Daniel Vetter
1
-0
/
+2
2013-01-20
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
1
-1
/
+3
2013-01-04
drm/exynos: change file license to GPL
Inki Dae
1
-18
/
+4
2013-01-04
drm/exynos: consider no iommu support to console framebuffer
Inki Dae
1
-4
/
+18
2012-12-13
drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute
Inki Dae
1
-1
/
+17
2012-12-13
drm/exynos: add exception codes to exynos_drm_fbdev_create()
Inki Dae
1
-7
/
+17
2012-12-05
drm/exynos: use sgt instead of pages for framebuffer address
Prathyush K
1
-2
/
+2
2012-12-05
drm/exynos: add exynos drm specific fb_mmap function
Prathyush K
1
-0
/
+30
2012-11-29
drm/exynos: fix linux framebuffer address setting.
Inki Dae
1
-1
/
+2
2012-10-07
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...
Dave Airlie
1
-0
/
+3
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+2
2012-10-04
drm/exynos: check NV12M format specific to Exynos properly
Inki Dae
1
-0
/
+3
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-4
/
+4
2012-10-02
drm: refcnt drm_framebuffer (v4.1)
Rob Clark
1
-2
/
+2
[next]