![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (c) 2021 MediaTek Inc. 0004 */ 0005 0006 #ifndef __MTK_MDP_RDMA_H__ 0007 #define __MTK_MDP_RDMA_H__ 0008 0009 struct mtk_mdp_rdma_cfg { 0010 unsigned int pitch; 0011 unsigned int addr0; 0012 unsigned int width; 0013 unsigned int height; 0014 unsigned int x_left; 0015 unsigned int y_top; 0016 int fmt; 0017 int color_encoding; 0018 }; 0019 0020 #endif // __MTK_MDP_RDMA_H__
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |