ecore-drm2: Fix drmModeSetCrtc call during fb flip
authorChristopher Michael <cp.michael@samsung.com>
Wed, 2 Jan 2019 15:03:06 +0000 (10:03 -0500)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 3 Jan 2019 09:00:27 +0000 (18:00 +0900)
commit8ab08cbb62fbfdaf38c879e70d2c62d8e71a8634
tree97f638e633d40ba8993876c555d7405a7e19b579
parent5e3127886e0e2f7582614066b19069de6e3562a2
ecore-drm2: Fix drmModeSetCrtc call during fb flip

drmModeSetCrtc x & y values are actually offsets into the framebuffer
memory. As such, we should not be sending output position here.

@fix
src/lib/ecore_drm2/ecore_drm2_fb.c