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

Commit 6cf4dc1a authored by Samantha Tran's avatar Samantha Tran
Browse files

Revert "drm: msm: sde: ensure all clients on primary vsyncs are unblocked"



This reverts commit 11a43274.
Change no longer needed on 4.19.

Change-Id: I02e5741e7a37aad8245665c85531d181cd1e6b08
Signed-off-by: default avatarSamantha Tran <samtran@codeaurora.org>
parent 6167c1d3
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -273,14 +273,6 @@ bool is_sde_rsc_available(int rsc_index);
 */
enum sde_rsc_state get_sde_rsc_current_state(int rsc_index);

/**
 * get_sde_rsc_primary_crtc - gets the primary crtc for the sde rsc.
 * @rsc_index:   A client will be created on this RSC. As of now only
 *		 SDE_RSC_INDEX is valid rsc index.
 * Returns: crtc id of primary crtc ; 0 for all other cases.
 */
int get_sde_rsc_primary_crtc(int rsc_index);

/**
 * sde_rsc_client_trigger_vote() - triggers ab/ib vote for rsc client
 *
@@ -357,11 +349,6 @@ static inline enum sde_rsc_state get_sde_rsc_current_state(int rsc_index)
	return SDE_RSC_IDLE_STATE;
}

static inline int get_sde_rsc_primary_crtc(int rsc_index)
{
	return 0;
}

static inline int sde_rsc_client_trigger_vote(
	struct sde_rsc_client *caller_client, bool delta_vote)
{