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

Commit 04b6619a authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "GraphicBufferManager: getphys: fixed type of paddr" into ics

parents 545c270d b87a268f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public:
    status_t unlock(buffer_handle_t handle);

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

    // dumps information about the mapping of this handle
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ status_t GraphicBufferMapper::unlock(buffer_handle_t handle)
}

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