index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_gem.c
Age
Commit message (
Expand
)
Author
2013-01-04
drm/exynos: change file license to GPL
Inki Dae
2012-12-13
drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute
Inki Dae
2012-12-05
drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer
Prathyush K
2012-12-04
drm/exynos: add vm_ops to specific gem mmaper
Inki Dae
2012-12-04
drm/exynos: add userptr feature for g2d module
Inki Dae
2012-12-04
drm: exynos: fix for mapping of dma buffers
Rahul Sharma
2012-12-04
drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.
Inki Dae
2012-12-04
drm/exynos: add iommu support for g2d
Inki Dae
2012-11-29
drm/exynos: add iommu support for exynos drm framework
Inki Dae
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-09-13
drm/exynos: fixed page align bug.
Inki Dae
2012-09-13
drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Thomas Meyer
2012-07-27
drm/exynos: fixed exception to page allocation failure
Inki Dae
2012-07-27
drm/exynos: use __free_page() to deallocate memory
Inki Dae
2012-07-27
drm/exynos: do not release memory region from exporter.
Inki Dae
2012-07-27
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
2012-07-27
drm/exynos: fix buffer pitch calculation
Cooper Yuan
2012-06-05
drm/exynos: Don't cast GEM object to Exynos GEM object when not needed
Laurent Pinchart
2012-05-08
drm/exynos: added a feature to get gem buffer information.
Inki Dae
2012-05-08
drm/exynos: added drm prime feature.
Inki Dae
2012-05-08
drm/exynos: added cache attribute support for gem.
Inki Dae
2012-04-27
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...
Dave Airlie
2012-04-23
drm/exynos: added missed vm area region mapping type.
Inki Dae
2012-04-23
drm/exynos: fixed exynos_drm_gem_map_pages bug.
Inki Dae
2012-04-23
drm/exynos: fixed duplicatd memory allocation bug.
Inki Dae
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-03
drm/exynos: fixed page align and code clean.
Inki Dae
2012-03-20
drm/exynos: remove module of exynos drm subdrv
Joonyoung Shim
2012-03-20
drm/exynos: added new funtion to get/put dma address.
Inki Dae
2012-03-20
drm/exynos: update gem and buffer framework.
Inki Dae
2012-03-05
drm: drop setting vm_file to filp
Dave Airlie
2011-12-29
drm/exynos: Split creation of gem object and gem handle
Joonyoung Shim
2011-12-29
drm/exynos: Fix a fake mmap offset creation
Joonyoung Shim
2011-12-29
drm/exynos: gem code cleanup
Joonyoung Shim
2011-11-17
drm/exynos: fixed wrong err ptr usage and destroy call in exeception
Seung-Woo Kim
2011-11-15
drm/exynos: changed buffer structure.
Inki Dae
2011-11-15
drm/exynos: use gem create function generically
Inki Dae
2011-10-05
DRM: add DRM Driver for Samsung SoC EXYNOS4210.
Inki Dae