Home
last modified time | relevance | path

Searched defs:kbase_kcpu_command_queue (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_kcpu.h231 struct kbase_kcpu_command_queue { struct
232 struct kbase_context *kctx;
233 struct kbase_kcpu_command commands[KBASEP_KCPU_QUEUE_SIZE];
234 struct work_struct work;
235 u8 start_offset;
236 u16 num_pending_cmds;
237 u32 cqs_wait_count;
238 u64 fence_context;
239 unsigned int fence_seqno;
240 bool fence_wait_processed;
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_kcpu.h273 struct kbase_kcpu_command_queue { struct
274 struct kbase_context *kctx;
275 struct kbase_kcpu_command commands[KBASEP_KCPU_QUEUE_SIZE];
276 struct work_struct work;
277 u8 start_offset;
278 u8 id;
279 u16 num_pending_cmds;
280 u32 cqs_wait_count;
281 u64 fence_context;
282 unsigned int fence_seqno;
[all …]