Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c22 .pixel_pipes = 1,
53 .pixel_pipes = 1,
85 .pixel_pipes = 1,
117 .pixel_pipes = 1,
148 .pixel_pipes = 1,
180 .pixel_pipes = 2,
212 .pixel_pipes = 1,
244 .pixel_pipes = 1,
H A Detnaviv_perfmon.c65 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_perf_reg_read()
84 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
H A Detnaviv_gpu.h65 u32 pixel_pipes; member
H A Detnaviv_gpu.c125 *value = gpu->identity.pixel_pipes; in etnaviv_gpu_get_param()
206 gpu->identity.pixel_pipes = etnaviv_field(specs[0], in etnaviv_hw_specs()
266 if (gpu->identity.pixel_pipes == 0) in etnaviv_hw_specs()
267 gpu->identity.pixel_pipes = 1; in etnaviv_hw_specs()
1004 gpu->identity.pixel_pipes); in etnaviv_gpu_debugfs()