Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tools/
Dintel_panel_fitter.c83 static void read_pipe_info(int intel_pipe, struct pipe_info *info) in read_pipe_info() argument
87 conf = INREG(PIPECONF[intel_pipe]); in read_pipe_info()
88 htotal = INREG(HTOTAL[intel_pipe]); in read_pipe_info()
89 vtotal = INREG(VTOTAL[intel_pipe]); in read_pipe_info()
90 src = INREG(PIPESRC[intel_pipe]); in read_pipe_info()
91 ctrl1 = INREG(PF_CTRL1[intel_pipe]); in read_pipe_info()
92 win_sz = INREG(PF_WIN_SZ[intel_pipe]); in read_pipe_info()
105 static void dump_pipe(int intel_pipe) in dump_pipe() argument
109 read_pipe_info(intel_pipe, &info); in dump_pipe()
111 printf("\nPipe %c:\n", intel_pipe + 'A'); in dump_pipe()
[all …]