Lines Matching defs:panfrost_features
27 struct panfrost_features { struct
28 u16 id;
29 u16 revision;
31 u64 shader_present;
32 u64 tiler_present;
33 u64 l2_present;
34 u64 stack_present;
35 u32 as_present;
36 u32 js_present;
38 u32 l2_features;
39 u32 core_features;
40 u32 tiler_features;
41 u32 mem_features;
42 u32 mmu_features;
43 u32 thread_features;
44 u32 max_threads;
45 u32 thread_max_workgroup_sz;
46 u32 thread_max_barrier_sz;
47 u32 coherency_features;
48 u32 afbc_features;
49 u32 texture_features[4];
50 u32 js_features[16];
52 u32 nr_core_groups;
53 u32 thread_tls_alloc;
55 unsigned long hw_features[64 / BITS_PER_LONG];
56 unsigned long hw_issues[64 / BITS_PER_LONG];