Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 47) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_gp.c30 struct mali_gp_core *core = NULL; in mali_gp_create() local
77 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()
87 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()
94 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()
117 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()
150 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()
162 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()
189 _mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset()
195 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start()
257 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap()
[all …]
Dmali_pp.h50 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id()
56 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id()
82 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description()
87 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result()
100 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat()
108 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active()
114 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts()
119 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts()
124 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, in mali_pp_write_addr_renderer_list()
132 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
Dmali_pp.c37 struct mali_pp_core *core = NULL; in mali_pp_create() local
98 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete()
127 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus()
134 _mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait()
203 _mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset()
241 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async()
252 _mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait()
280 _mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset()
286 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start()
391 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version()
[all …]
Dmali_gp.h56 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description()
61 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result()
82 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat()
89 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active()
95 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts()
100 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts()
122 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
Dmali_hw_core.h47 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read()
56 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed()
66 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional()
75 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write()
82 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed()
97 …LINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 rel… in mali_hw_core_register_write_array_relaxed_conditional()
Dmali_hw_core.c16 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *reso… in mali_hw_core_create()
40 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
Dmali_dlbu.c109 struct mali_dlbu_core *core = NULL; in mali_dlbu_create() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_gp.c31 struct mali_gp_core *core = NULL; in mali_gp_create() local
75 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()
85 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()
92 mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()
116 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()
149 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()
160 mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()
186 mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset()
192 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start()
260 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap()
[all …]
Dmali_pp.h52 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id()
58 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id()
85 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description()
90 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result()
103 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat()
109 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active()
115 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts()
120 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts()
125 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, struct mali_pp_… in mali_pp_write_addr_renderer_list()
131 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
Dmali_pp.c39 struct mali_pp_core *core = NULL; in mali_pp_create() local
97 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete()
126 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus()
133 mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait()
205 mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset()
244 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async()
256 mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait()
283 mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset()
289 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start()
410 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version()
[all …]
Dmali_gp.h57 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description()
62 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result()
81 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat()
87 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active()
93 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts()
98 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts()
115 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
Dmali_hw_core.h48 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read()
57 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed()
68 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional()
78 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write()
85 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed()
102 …STATIC_INLINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, in mali_hw_core_register_write_array_relaxed_conditional()
Dmali_hw_core.c17 mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *resou… in mali_hw_core_create()
43 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
Dmali_dlbu.c120 struct mali_dlbu_core *core = NULL; in mali_dlbu_create() local
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga_mm.c699 dma_addr_t rga_mm_lookup_iova(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_iova()
710 struct sg_table *rga_mm_lookup_sgt(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_sgt()
809 int core, in rga_mm_sync_dma_sg_for_device()
835 int core, in rga_mm_sync_dma_sg_for_cpu()
949 int core, in rga_mm_put_channel_handle_info()
Drga_policy.c181 int core = RGA_NONE_CORE; in rga_job_assign() local
Drga_dma_buf.c492 int writeFlag, int core, struct mm_struct *mm) in rga_viraddr_get_channel_info()
915 struct dma_buf **dma_buf, int core) in rga_dma_buf_get_channel_info()
Drga_job.c47 struct rga_scheduler_t *rga_job_get_scheduler(int core) in rga_job_get_scheduler()
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/
DOMXPlugin.cpp51 OMXCore* core = (OMXCore*)calloc(1, sizeof(OMXCore)); in AddCore() local
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
Drga_drv.h186 int core; member
278 int core; member
314 int core; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_schedule.h75 #define oal_smp_call_function_single(core, task, info, wait) smp_call_function_single(core, task, i… argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_devfreq.c298 int core = ffs(remaining_core_mask); in kbase_devfreq_init_core_mask_table() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_devfreq.c292 int core = ffs(remaining_core_mask); in kbase_devfreq_init_core_mask_table() local
/device/soc/rockchip/rk3568/hardware/rga/include/
Dim2d_type.h394 int core; member
407 IM_SCHEDULER_CORE core; member
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
Dmpp_rkvdec2_link.c1791 struct rkvdec2_dev *core = to_rkvdec2_dev(queue->cores[i]); in rkvdec2_get_idle_core() local
1824 struct rkvdec2_dev *core; in rkvdec2_core_working() local

12