projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acad761
)
e_plane: set correct src tsurface for pp
69/153469/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Thu, 28 Sep 2017 11:58:26 +0000
(20:58 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Thu, 28 Sep 2017 11:58:30 +0000
(20:58 +0900)
Change-Id: Iaf43c4bd41947f8f6c99d77e46a49281a5b028a8
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index 49e742220c795246bc1613f2d249429e24349a68..3624d4fcebd6a7d2dfd8d153c24e4d85ef1e0a32 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-974,7
+974,7
@@
_e_plane_pp_commit(E_Plane *plane, E_Plane_Commit_Data *data)
tbm_surface_h pp_tsurface = NULL;
tbm_error_e tbm_err = TBM_ERROR_NONE;
tdm_error tdm_err = TDM_ERROR_NONE;
- tbm_surface_h tsurface =
plane
->tsurface;
+ tbm_surface_h tsurface =
data
->tsurface;
if (plane_trace_debug)
ELOGF("E_PLANE", "PP Commit Plane(%p) zpos(%d) tsurface(%p) tqueue(%p) wl_buffer(%p) data(%p)",