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

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

Change-Id: I02e5741e7a37aad8245665c85531d181cd1e6b08
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
Samantha Tran
2019-05-30 10:00:27 -07:00
parent 6167c1d3f4
commit 6cf4dc1a15

View File

@@ -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)
{