Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7db063a5 authored by codeworkx's avatar codeworkx
Browse files

ui: exynos4: getphys is common

Change-Id: I1dc9c2ced0700072e7c30c8435676873b10c7026
parent 7d283431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public:

    status_t unlock(buffer_handle_t handle);

#ifdef EXYNOS4210_ENHANCEMENTS
#ifdef EXYNOS4_ENHANCEMENTS
    status_t getphys(buffer_handle_t handle, void** paddr);
#endif

+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle)
    return err;
}

#ifdef EXYNOS4210_ENHANCEMENTS
#ifdef EXYNOS4_ENHANCEMENTS
status_t GraphicBufferMapper::getphys(buffer_handle_t handle, void** paddr)
{
    status_t err;