Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_catalog.c701 .prim_fifo_threshold = 0x00080000,
731 .prim_fifo_threshold = 0x00080000,
750 .prim_fifo_threshold = 0x0018000,
781 .prim_fifo_threshold = 0x00180000,
806 .prim_fifo_threshold = 0x00180000,
831 .prim_fifo_threshold = 0x00018000,
856 .prim_fifo_threshold = 0x00018000,
881 .prim_fifo_threshold = 0x00018000,
908 .prim_fifo_threshold = 0x00010000,
931 .prim_fifo_threshold = 0x00010000,
[all …]
H A Da6xx_gpu.h55 u32 prim_fifo_threshold; member
H A Da6xx_gpu.c1392 if (adreno_gpu->info->a6xx->prim_fifo_threshold) in hw_init()
1394 adreno_gpu->info->a6xx->prim_fifo_threshold); in hw_init()