index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_ipp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: ipp: fix incorrect format specifiers in debug messages
Marek Szyprowski
2016-03-01
1
-16
/
+16
*
drm: Create drm_send_event helpers
Daniel Vetter
2016-01-25
1
-5
/
+1
*
drm/exynos: Use the new event init/free functions
Daniel Vetter
2016-01-25
1
-14
/
+9
*
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
2015-08-16
1
-10
/
+6
*
drm/exynos: ipp: validate a GEM handle with multiple planes
Hyungwon Hwang
2015-06-20
1
-13
/
+38
*
drm/exynos: ipp: fix wrong index referencing a config element
Hyungwon Hwang
2015-06-20
1
-2
/
+1
*
drm/exynos: consolidate driver/device initialization code
Andrzej Hajda
2015-06-20
1
-27
/
+0
*
drm/exynos/ipp: Validate buffer enqueue requests
Beata Michalska
2015-04-13
1
-0
/
+44
*
drm/exynos/ipp: fix error return code
Julia Lawall
2014-11-24
1
-0
/
+3
*
drm/exynos/ipp: traverse ipp drivers list safely
Andrzej Hajda
2014-09-20
1
-2
/
+2
*
drm/exynos/ipp: add file checks for ioctls
Andrzej Hajda
2014-09-20
1
-47
/
+22
*
drm/exynos/ipp: remove file argument from node related functions
Andrzej Hajda
2014-09-20
1
-7
/
+5
*
drm/exynos/ipp: remove events during command cleaning
Andrzej Hajda
2014-09-20
1
-77
/
+78
*
drm/exynos/ipp: stop hardware before freeing memory
Andrzej Hajda
2014-09-20
1
-9
/
+6
*
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
2014-09-20
1
-3
/
+3
*
drm/exynos/ipp: clean memory nodes on command node cleaning
Andrzej Hajda
2014-09-20
1
-0
/
+5
*
drm/exynos/ipp: move nodes cleaning to separate function
Andrzej Hajda
2014-09-20
1
-123
/
+106
*
drm/exynos/ipp: free partially allocated resources on error
Andrzej Hajda
2014-09-20
1
-35
/
+32
*
drm/exynos/ipp: remove unused field in command node
Andrzej Hajda
2014-09-20
1
-1
/
+0
*
drm/exynos/ipp: remove only related commands on file close
Andrzej Hajda
2014-09-20
1
-4
/
+1
*
drm/exynos/ipp: move file reference from memory to command node
Andrzej Hajda
2014-09-20
1
-3
/
+2
*
drm/exynos/ipp: cancel works before command node clean
Andrzej Hajda
2014-09-20
1
-0
/
+5
*
drm/exynos/ipp: remove fake pm callbacks
Andrzej Hajda
2014-09-20
1
-51
/
+0
*
drm/exynos/ipp: simplify ipp_find_driver
Andrzej Hajda
2014-08-03
1
-53
/
+21
*
drm/exynos/ipp: simplify ipp_create_id
Andrzej Hajda
2014-08-03
1
-19
/
+9
*
drm/exynos/ipp: remove redundant messages
Andrzej Hajda
2014-08-03
1
-11
/
+4
*
drm/exynos/ipp: simplify ipp_find_obj
Andrzej Hajda
2014-08-03
1
-18
/
+8
*
drm/exynos/ipp: remove useless registration checks
Andrzej Hajda
2014-08-03
1
-6
/
+0
*
drm/exynos/ipp: simplify memory check function
Andrzej Hajda
2014-08-03
1
-34
/
+10
*
drm/exynos/ipp: remove incorrect checks of list_first_entry result
Andrzej Hajda
2014-08-03
1
-15
/
+0
*
drm/exynos/ipp: remove temporary variable
Andrzej Hajda
2014-08-03
1
-8
/
+6
*
drm/exynos/ipp: correct address type
Andrzej Hajda
2014-08-03
1
-2
/
+3
*
drm/exynos/ipp: remove struct exynos_drm_ipp_private
Andrzej Hajda
2014-08-03
1
-21
/
+9
*
drm/exynos/ipp: remove unused field from exynos_drm_ipp_private
Andrzej Hajda
2014-08-03
1
-2
/
+0
*
drm/exynos/ipp: remove type casting
Andrzej Hajda
2014-08-03
1
-1
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-06-12
1
-127
/
+131
|
\
|
*
drm/exynos: ipp: rearrange c_node->event_lock using routine
YoungJun Cho
2014-06-02
1
-11
/
+14
|
*
drm/exynos: ipp: rearrange c_node->mem_lock using routines
YoungJun Cho
2014-06-02
1
-38
/
+48
|
*
drm/exynos: ipp: add ipp_remove_id()
YoungJun Cho
2014-06-02
1
-11
/
+31
|
*
drm/exynos: ipp: add cmd_lock for cmd_list
YoungJun Cho
2014-06-02
1
-2
/
+18
|
*
drm/exynos: ipp: rename cmd_lock to lock
YoungJun Cho
2014-06-02
1
-6
/
+6
|
*
drm/exynos: ipp: remove duplicated setting
YoungJun Cho
2014-06-02
1
-1
/
+1
|
*
drm/exynos: ipp: remove usless list_empty() functions
YoungJun Cho
2014-06-02
1
-52
/
+9
|
*
drm/exynos/ipp: simplify property list allocation
Andrzej Hajda
2014-06-02
1
-2
/
+2
|
*
drm/exynos/ipp: correct ipp_id field initialization
Andrzej Hajda
2014-06-02
1
-8
/
+6
|
*
drm/exynos/ipp: fix get_property IOCTL
Andrzej Hajda
2014-06-02
1
-1
/
+1
*
|
drm/exynos: Spelling s/contro/control/
Geert Uytterhoeven
2014-05-05
1
-1
/
+1
|
/
*
drm/exynos: Fix trivial typo
Sachin Kamat
2014-02-07
1
-1
/
+1
*
drm/exynos: Fix multiplatform breakage for ipp/gsc
Tushar Behera
2014-02-07
1
-1
/
+0
*
drm: fix typos in comment in /gpu/drm/exynos
Masanari Iida
2013-12-02
1
-1
/
+1
[next]