Home
last modified time | relevance | path

Searched refs:msm_pipe (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_pipe.c39 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_get_param() local
43 *value = msm_pipe->gpu_id; in msm_pipe_get_param()
46 *value = msm_pipe->gmem; in msm_pipe_get_param()
49 *value = msm_pipe->chip_id; in msm_pipe_get_param()
79 struct msm_pipe *msm_pipe = to_msm_pipe(pipe); in msm_pipe_destroy() local
80 free(msm_pipe); in msm_pipe_destroy()
114 struct msm_pipe *msm_pipe = NULL; in msm_pipe_new() local
117 msm_pipe = calloc(1, sizeof(*msm_pipe)); in msm_pipe_new()
118 if (!msm_pipe) { in msm_pipe_new()
123 pipe = &msm_pipe->base; in msm_pipe_new()
[all …]
Dmsm_priv.h51 struct msm_pipe { struct
59 static inline struct msm_pipe * to_msm_pipe(struct fd_pipe *x) in to_msm_pipe() argument
61 return (struct msm_pipe *)x; in to_msm_pipe()
/external/libdrm/freedreno/
DMakefile.sources10 msm/msm_pipe.c \