drm: Branch 'master'
[email protected] (Emil Velikov) Thu, 8 Mar 2018 18:11:38 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
freedreno/freedreno-symbol-check | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 28370370afb2b291a2cfe6a5478a29d9a1b1c28f Author: Eric Engestrom <[email protected]> Date: Tue Mar 6 15:37:55 2018 +0000 freedreno: add missing symbols to symbol-check Fixes: 1384c081233751569473 "freedreno: add interface to get buffer address" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> diff --git a/freedreno/freedreno-symbol-check b/freedreno/freedreno-symbol-check index 56e3d3ee..3b119528 100755 --- a/freedreno/freedreno-symbol-check +++ b/freedreno/freedreno-symbol-check @@ -18,10 +18,12 @@ fd_bo_from_dmabuf fd_bo_from_fbdev fd_bo_from_handle fd_bo_from_name +fd_bo_get_iova fd_bo_get_name fd_bo_handle fd_bo_map fd_bo_new +fd_bo_put_iova fd_bo_ref fd_bo_size fd_device_del ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot --