Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tools/
Dintel_display_poller.c104 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane()
106 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane()
112 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane()
114 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane()
/external/igt-gpu-tools/lib/
Dintel_reg.h2347 #define DISPPLANE_SEL_PIPE_MASK (1<<24) macro