Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 058add0c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: Fix for build error of sde_rsc_client_state_update"

parents e54847c9 2bc499f2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,7 +259,8 @@ static inline void sde_rsc_client_destroy(struct sde_rsc_client *client)

static inline int sde_rsc_client_state_update(struct sde_rsc_client *client,
	enum sde_rsc_state state,
	struct sde_rsc_cmd_config *config, int crtc_id)
	struct sde_rsc_cmd_config *config, int crtc_id,
	int *wait_vblank_crtc_id)
{
	return 0;
}