Home
last modified time | relevance | path

Searched refs:GET_PING_PONG_ID (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h158 #define GET_PING_PONG_ID(layer_mixer) ((layer_mixer == 5) ? 3 : layer_mixer) macro
169 return MDP5_IRQ_PING_PONG_0_RD_PTR << GET_PING_PONG_ID(lm); in intf2vblank()
185 return MDP5_IRQ_PING_PONG_0_DONE << GET_PING_PONG_ID(lm); in lm2ppdone()
Dmdp5_cmd_encoder.c105 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_setup()
148 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_enable()
173 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_disable()