Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_v3d.c71 REGDEF(V3D_PCTR(0)),
73 REGDEF(V3D_PCTR(1)),
75 REGDEF(V3D_PCTR(2)),
77 REGDEF(V3D_PCTR(3)),
79 REGDEF(V3D_PCTR(4)),
81 REGDEF(V3D_PCTR(5)),
83 REGDEF(V3D_PCTR(6)),
85 REGDEF(V3D_PCTR(7)),
87 REGDEF(V3D_PCTR(8)),
89 REGDEF(V3D_PCTR(9)),
[all …]
Dvc4_perfmon.c58 perfmon->counters[i] += V3D_READ(V3D_PCTR(i)); in vc4_perfmon_stop()
Dvc4_regs.h126 #define V3D_PCTR(x) (0x00680 + ((x) * 8)) macro