projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed788d
)
drm/exynos: ipp: remove description of non-existing field
author
Andrzej Hajda
<a.hajda@samsung.com>
Mon, 26 May 2014 08:17:23 +0000
(10:17 +0200)
committer
Inki Dae
<daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:14 +0000
(
02:07
+0900)
ipp_id field is removed from exynos_drm_ippdrv struct.
The patch removes its description as well.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_ipp.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_ipp.h
b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
index e06c41ed4f9be057b67fbaec7e2df4a051f4f55a..7aaeaae757c2cc0bdfa3ee6cad874ecf21630ddd 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_ipp.h
+++ b/
drivers/gpu/drm/exynos/exynos_drm_ipp.h
@@
-142,7
+142,6
@@
struct exynos_drm_ipp_ops {
* @parent_dev: parent device information.
* @dev: platform device.
* @drm_dev: drm device.
- * @ipp_id: id of ipp driver.
* @dedicated: dedicated ipp device.
* @ops: source, destination operations.
* @event_workq: event work queue.