drm/msm/mdp5: make helper function static
Not needed outside of mdp5_crtc.c. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
6c0693b1ed
commit
5c3ddb8585
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue