aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
diff options
context:
space:
mode:
authorYoungJun Cho <yj44.cho@samsung.com>2013-03-13 04:10:08 -0400
committerInki Dae <inki.dae@samsung.com>2013-03-20 06:09:11 -0400
commit9963cb6ef9e6f925617b3c74f0700bf5fbee9a1d (patch)
treeb0d3638ea0874d5dd43380268d07c7ce550193f7 /fs/proc/root.c
parentf3d2fc4a7315d8dd39e6fb37122a3aa08fea6e62 (diff)
drm/exynos: Deal with g2d buffer info more efficiently
This patch adds g2d_buf_info structure and buffer relevant variables moves into the g2d_buf_info to manage g2d buffer information more efficiently. Changelog v2: - Fix merge conflict. Signed-off-by: YoungJun Cho <yj44.cho@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'fs/proc/root.c')
0 files changed, 0 insertions, 0 deletions
="hl kwc">extern int tpm_send(u32 chip_num, void *cmd, size_t buflen); extern int tpm_get_random(u32 chip_num, u8 *data, size_t max); #else static inline int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) { return -ENODEV; } static inline int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) { return -ENODEV; } static inline int tpm_send(u32 chip_num, void *cmd, size_t buflen) { return -ENODEV; } static inline int tpm_get_random(u32 chip_num, u8 *data, size_t max) { return -ENODEV; } #endif #endif