Skip to content

Commit

Permalink
drm/msm: strip out msm_fence_cb
Browse files Browse the repository at this point in the history
Remnants of pre-dma_fence fencing which got left behind by mistake.

Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
robclark committed Mar 19, 2018
1 parent 14be320 commit 94c3e78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/msm/msm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ struct msm_rd_state;
struct msm_perf_state;
struct msm_gem_submit;
struct msm_fence_context;
struct msm_fence_cb;
struct msm_gem_address_space;
struct msm_gem_vma;

Expand Down
2 changes: 0 additions & 2 deletions drivers/gpu/drm/msm/msm_fence.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ void msm_fence_context_free(struct msm_fence_context *fctx);

int msm_wait_fence(struct msm_fence_context *fctx, uint32_t fence,
ktime_t *timeout, bool interruptible);
int msm_queue_fence_cb(struct msm_fence_context *fctx,
struct msm_fence_cb *cb, uint32_t fence);
void msm_update_fence(struct msm_fence_context *fctx, uint32_t fence);

struct dma_fence * msm_fence_alloc(struct msm_fence_context *fctx);
Expand Down

0 comments on commit 94c3e78

Please sign in to comment.