| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_gp.c | 30 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 …]
|
| D | mali_pp.h | 50 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()
|
| D | mali_pp.c | 37 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 …]
|
| D | mali_gp.h | 56 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()
|
| D | mali_hw_core.h | 47 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()
|
| D | mali_hw_core.c | 16 _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()
|
| D | mali_dlbu.c | 109 struct mali_dlbu_core *core = NULL; in mali_dlbu_create() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_gp.c | 31 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 …]
|
| D | mali_pp.h | 52 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()
|
| D | mali_pp.c | 39 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 …]
|
| D | mali_gp.h | 57 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()
|
| D | mali_hw_core.h | 48 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()
|
| D | mali_hw_core.c | 17 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()
|
| D | mali_dlbu.c | 120 struct mali_dlbu_core *core = NULL; in mali_dlbu_create() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| D | rga_mm.c | 699 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()
|
| D | rga_policy.c | 181 int core = RGA_NONE_CORE; in rga_job_assign() local
|
| D | rga_dma_buf.c | 492 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()
|
| D | rga_job.c | 47 struct rga_scheduler_t *rga_job_get_scheduler(int core) in rga_job_get_scheduler()
|
| /device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
| D | OMXPlugin.cpp | 51 OMXCore* core = (OMXCore*)calloc(1, sizeof(OMXCore)); in AddCore() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
| D | rga_drv.h | 186 int core; member 278 int core; member 314 int core; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_schedule.h | 75 #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/ |
| D | mali_kbase_devfreq.c | 298 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/ |
| D | mali_kbase_devfreq.c | 292 int core = ffs(remaining_core_mask); in kbase_devfreq_init_core_mask_table() local
|
| /device/soc/rockchip/rk3568/hardware/rga/include/ |
| D | im2d_type.h | 394 int core; member 407 IM_SCHEDULER_CORE core; member
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| D | mpp_rkvdec2_link.c | 1791 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
|