Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h162 #define GET_PING_PONG_ID(layer_mixer) ((layer_mixer == 5) ? 3 : layer_mixer) macro
173 return MDP5_IRQ_PING_PONG_0_RD_PTR << GET_PING_PONG_ID(lm); in intf2vblank()
189 return MDP5_IRQ_PING_PONG_0_DONE << GET_PING_PONG_ID(lm); in lm2ppdone()
Dmdp5_cmd_encoder.c103 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_setup()
146 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_enable()
171 int pp_id = GET_PING_PONG_ID(mdp5_crtc_get_lm(encoder->crtc)); in pingpong_tearcheck_disable()