Skip to content
Snippets Groups Projects
Commit d616732a authored by Wujian Sun's avatar Wujian Sun Committed by Gianfranco Mariotti
Browse files

MGS-6571-2 [#imx-2806] add gbm_bo_get_fd_for_plane api for kernel space


[KERNEL SPACE] add gbm_bo_get_fd_for_plane api for weston 10.0

Signed-off-by: default avatarKe Feng <ke.feng@verisilicon.com>
Signed-off-by: default avatarWujian Sun <wujian.sun_1@nxp.com>
parent 5f6c27d8
No related branches found
No related tags found
1 merge request!156Draft: [i.MX] mxc: gpu-viv: apply patches
......@@ -2361,6 +2361,21 @@ gcoSURF_QueryVidMemNode(
OUT gctSIZE_T_PTR TsBytes
);
/* Query vid mem Multi node info. */
gceSTATUS
gcoSURF_QueryVidMemMultiNode(
IN gcoSURF Surface,
OUT gctUINT32 * Node,
OUT gcePOOL * Pool,
OUT gctSIZE_T_PTR Bytes,
OUT gctUINT32 * Node2,
OUT gcePOOL * Pool2,
OUT gctSIZE_T_PTR Bytes2,
OUT gctUINT32 * Node3,
OUT gcePOOL * Pool3,
OUT gctSIZE_T_PTR Bytes3
);
/* Set the color type of the surface. */
gceSTATUS
gcoSURF_SetColorType(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment