summaryrefslogtreecommitdiff
path: root/freedreno/msm/msm_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'freedreno/msm/msm_pipe.c')
-rw-r--r--freedreno/msm/msm_pipe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/freedreno/msm/msm_pipe.c b/freedreno/msm/msm_pipe.c
index 6955f2c9..ddc975ed 100644
--- a/freedreno/msm/msm_pipe.c
+++ b/freedreno/msm/msm_pipe.c
@@ -103,7 +103,8 @@ static uint64_t get_param(struct fd_device *dev, uint32_t pipe, uint32_t param)
return req.value;
}
-struct fd_pipe * msm_pipe_new(struct fd_device *dev, enum fd_pipe_id id)
+drm_private struct fd_pipe * msm_pipe_new(struct fd_device *dev,
+ enum fd_pipe_id id)
{
static const uint32_t pipe_id[] = {
[FD_PIPE_3D] = MSM_PIPE_3D0,