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