Skip to content

Commit

Permalink
drm/msm/mdp5: make helper function static
Browse files Browse the repository at this point in the history
Not needed outside of mdp5_crtc.c.

Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
robclark committed Aug 22, 2017
1 parent 6c0693b commit 5c3ddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ static bool is_fullscreen(struct drm_crtc_state *cstate,
((pstate->crtc_y + pstate->crtc_h) >= cstate->mode.vdisplay);
}

enum mdp_mixer_stage_id get_start_stage(struct drm_crtc *crtc,
static enum mdp_mixer_stage_id get_start_stage(struct drm_crtc *crtc,
struct drm_crtc_state *new_crtc_state,
struct drm_plane_state *bpstate)
{
Expand Down

0 comments on commit 5c3ddb8

Please sign in to comment.