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

Commit b87a268f authored by codeworkx's avatar codeworkx
Browse files

GraphicBufferManager: getphys: fixed type of paddr

Change-Id: I63f6dd4d36a589f4bb718d71641f23b995ab3903
parent b2afe03a
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;