Home
last modified time | relevance | path

Searched defs:pfdev (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c72 static int wait_ready(struct panfrost_device *pfdev, u32 as_nr) in wait_ready()
91 static int write_cmd(struct panfrost_device *pfdev, u32 as_nr, u32 cmd) in write_cmd()
103 static void lock_region(struct panfrost_device *pfdev, u32 as_nr, in lock_region()
139 static int mmu_hw_do_operation_locked(struct panfrost_device *pfdev, int as_nr, in mmu_hw_do_operation_locked()
155 static int mmu_hw_do_operation(struct panfrost_device *pfdev, in mmu_hw_do_operation()
167 static void panfrost_mmu_enable(struct panfrost_device *pfdev, struct panfrost_mmu *mmu) in panfrost_mmu_enable()
191 static void panfrost_mmu_disable(struct panfrost_device *pfdev, u32 as_nr) in panfrost_mmu_disable()
224 struct panfrost_device *pfdev = mmu->pfdev; in mmu_cfg_init_aarch64_4k() local
248 struct panfrost_device *pfdev = mmu->pfdev; in panfrost_mmu_cfg_init() local
262 int panfrost_mmu_as_get(struct panfrost_device *pfdev, struct panfrost_mmu *mmu) in panfrost_mmu_as_get()
[all …]
H A Dpanfrost_job.c93 static struct dma_fence *panfrost_fence_create(struct panfrost_device *pfdev, int js_num) in panfrost_fence_create()
133 static void panfrost_job_write_affinity(struct panfrost_device *pfdev, in panfrost_job_write_affinity()
162 panfrost_dequeue_job(struct panfrost_device *pfdev, int slot) in panfrost_dequeue_job()
185 panfrost_enqueue_job(struct panfrost_device *pfdev, int slot, in panfrost_enqueue_job()
205 struct panfrost_device *pfdev = job->pfdev; in panfrost_job_hw_submit() local
315 struct panfrost_device *pfdev = job->pfdev; in panfrost_job_push() local
399 struct panfrost_device *pfdev = job->pfdev; in panfrost_job_run() local
433 void panfrost_jm_reset_interrupts(struct panfrost_device *pfdev) in panfrost_jm_reset_interrupts()
438 void panfrost_jm_enable_interrupts(struct panfrost_device *pfdev) in panfrost_jm_enable_interrupts()
444 void panfrost_jm_suspend_irq(struct panfrost_device *pfdev) in panfrost_jm_suspend_irq()
[all …]
H A Dpanfrost_drv.c35 static int panfrost_ioctl_query_timestamp(struct panfrost_device *pfdev, in panfrost_ioctl_query_timestamp()
55 struct panfrost_device *pfdev = to_panfrost_device(ddev); in panfrost_ioctl_get_param() local
290 struct panfrost_device *pfdev = to_panfrost_device(dev); in panfrost_ioctl_submit() local
464 struct panfrost_device *pfdev = to_panfrost_device(dev); in panfrost_ioctl_madvise() local
682 struct panfrost_device *pfdev = to_panfrost_device(dev); in panfrost_open() local
743 static void panfrost_gpu_show_fdinfo(struct panfrost_device *pfdev, in panfrost_gpu_show_fdinfo()
780 struct panfrost_device *pfdev = to_panfrost_device(file->minor->dev); in panfrost_show_fdinfo() local
797 struct panfrost_device *pfdev = to_panfrost_device(node->minor->dev); in panthor_gems_show() local
963 struct panfrost_device *pfdev; in panfrost_probe() local
1021 struct panfrost_device *pfdev = platform_get_drvdata(pdev); in panfrost_remove() local
[all …]
H A Dpanfrost_gem.c18 void panfrost_gem_init(struct panfrost_device *pfdev) in panfrost_gem_init()
35 static void panfrost_gem_debugfs_bo_add(struct panfrost_device *pfdev, in panfrost_gem_debugfs_bo_add()
48 struct panfrost_device *pfdev = to_panfrost_device(bo->base.base.dev); in panfrost_gem_debugfs_bo_rm() local
58 static void panfrost_gem_debugfs_bo_add(struct panfrost_device *pfdev, in panfrost_gem_debugfs_bo_add()
70 struct panfrost_device *pfdev = to_panfrost_device(obj->dev); in panfrost_gem_free_object() local
429 struct panfrost_device *pfdev = to_panfrost_device(dev); in panfrost_gem_create_object() local
450 struct panfrost_device *pfdev = to_panfrost_device(bo->base.base.dev); in should_map_wc() local
727 void panfrost_gem_debugfs_print_bos(struct panfrost_device *pfdev, in panfrost_gem_debugfs_print_bos()
H A Dpanfrost_issues.h268 static inline bool panfrost_has_hw_issue(const struct panfrost_device *pfdev, in panfrost_has_hw_issue()
/linux/drivers/media/pci/ddbridge/
H A Dddbridge.h312 struct platform_device *pfdev; member