Home
last modified time | relevance | path

Searched defs:vc4 (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A DMakefile
H A Dvc4_fence.c39 struct vc4_dev *vc4 = to_vc4_dev(f->dev); in vc4_fence_signaled() local
H A Dvc4_debugfs.c26 struct vc4_dev *vc4 = to_vc4_dev(minor->dev); in vc4_debugfs_init() local
63 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_debugfs_add_file() local
H A Dvc4_irq.c60 struct vc4_dev *vc4 = in vc4_overflow_mem_work() local
116 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_finish_bin_job() local
136 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_cancel_bin_job() local
153 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_finish_render_job() local
199 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq() local
240 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_preinstall() local
257 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_postinstall() local
273 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_uninstall() local
293 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_reset() local
[all...]
H A Dvc4_perfmon.c30 void vc4_perfmon_start(struct vc4_dev *vc4, struct vc4_perfmon *perfmon) in vc4_perfmon_start() argument
47 void vc4_perfmon_stop(struct vc4_dev *vc4, struct vc4_perfmon *perfmon, in vc4_perfmon_stop() argument
103 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_create_ioctl() local
155 struct vc4_dev *vc4 in vc4_perfmon_destroy_ioctl() local
179 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_perfmon_get_values_ioctl() local
[all...]
H A Dvc4_v3d.c103 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_debugfs_ident() local
130 vc4_v3d_pm_get(struct vc4_dev *vc4) in vc4_v3d_pm_get() argument
148 vc4_v3d_pm_put(struct vc4_dev *vc4) vc4_v3d_pm_put() argument
160 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_v3d_init_hw() local
169 vc4_v3d_get_bin_slot(struct vc4_dev *vc4) vc4_v3d_get_bin_slot() argument
230 bin_bo_alloc(struct vc4_dev *vc4) bin_bo_alloc() argument
317 vc4_v3d_bin_bo_get(struct vc4_dev *vc4, bool *used) vc4_v3d_bin_bo_get() argument
342 struct vc4_dev *vc4 = container_of(ref, struct vc4_dev, bin_bo_kref); bin_bo_release() local
351 vc4_v3d_bin_bo_put(struct vc4_dev *vc4) vc4_v3d_bin_bo_put() argument
362 struct vc4_dev *vc4 = v3d->vc4; vc4_v3d_runtime_suspend() local
374 struct vc4_dev *vc4 = v3d->vc4; vc4_v3d_runtime_resume() local
395 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_v3d_bind() local
472 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_v3d_unbind() local
[all...]
H A Dvc4_drv.c70 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_param_ioctl() local
133 struct vc4_dev *vc4 in vc4_close() local
262 struct vc4_dev *vc4; vc4_drm_bind() local
[all...]
H A Dvc4_hvs.c69 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_dump_state() local
90 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_underrun() local
163 struct vc4_dev *vc4 in vc4_hvs_lut_load() local
202 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_get_fifo_from_output() local
253 vc4_hvs_init_channel(struct vc4_dev *vc4, struct drm_crtc *crtc, struct drm_display_mode *mode, bool oneshot) vc4_hvs_init_channel() argument
307 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_stop_channel() local
334 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_atomic_check() local
365 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_update_dlist() local
397 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_atomic_enable() local
420 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_atomic_flush() local
500 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_mask_underrun() local
510 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_unmask_underrun() local
522 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_report_underrun() local
531 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_irq_handler() local
563 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_hvs_bind() local
709 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_hvs_unbind() local
[all...]
H A Dvc4_bo.c40 static void vc4_bo_stats_print(struct drm_printer *p, struct vc4_dev *vc4) in vc4_bo_stats_print() argument
70 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_stats_debugfs() local
86 vc4_get_user_label(struct vc4_dev *vc4, const char *name) vc4_get_user_label() argument
131 struct vc4_dev *vc4 = to_vc4_dev(gem_obj->dev); vc4_bo_set_label() local
165 struct vc4_dev *vc4 = to_vc4_dev(obj->dev); vc4_bo_destroy() local
183 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_cache() local
193 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_get_cache_list_for_size() local
233 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_purge() local
247 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_add_to_purgeable_pool() local
258 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_purgeable_pool_locked() local
279 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_purgeable_pool() local
303 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_userspace_cache_purge() local
352 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_get_from_cache() local
387 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_object() local
410 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_create() local
500 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_free_old() local
526 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_free_object() local
591 struct vc4_dev *vc4 = vc4_bo_cache_time_work() local
653 struct vc4_dev *vc4 = from_timer(vc4, t, bo_cache.time_timer); vc4_bo_cache_time_timer() local
796 vc4_grab_bin_bo(struct vc4_dev *vc4, struct vc4_file *vc4file) vc4_grab_bin_bo() argument
818 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_bo_ioctl() local
867 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_shader_bo_ioctl() local
1011 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_init() local
1042 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_destroy() local
1067 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_label_bo_ioctl() local
[all...]
H A Dvc4_dpi.c269 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dpi_bind() local
344 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dpi_unbind() local
H A Dvc4_kms.c67 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_ctm_state() local
111 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_ctm_obj_fini() local
116 static int vc4_ctm_obj_init(struct vc4_dev *vc4) in vc4_ctm_obj_init() argument
152 vc4_ctm_commit(struct vc4_dev *vc4, struc argument
188 struct vc4_dev *vc4 = to_vc4_dev(state->dev); vc4_hvs_get_global_state() local
198 vc4_hvs_pv_muxing_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) vc4_hvs_pv_muxing_commit() argument
237 vc5_hvs_pv_muxing_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) vc5_hvs_pv_muxing_commit() argument
309 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_atomic_complete_commit() local
388 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_atomic_commit() local
521 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_ctm_atomic_check() local
588 struct vc4_dev *vc4 = to_vc4_dev(state->dev); vc4_load_tracker_atomic_check() local
669 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_load_tracker_obj_fini() local
677 vc4_load_tracker_obj_init(struct vc4_dev *vc4) vc4_load_tracker_obj_init() argument
727 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_hvs_channels_obj_fini() local
732 vc4_hvs_channels_obj_init(struct vc4_dev *vc4) vc4_hvs_channels_obj_init() argument
878 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_kms_load() local
[all...]
H A Dvc4_validate.c352 struct vc4_dev *vc4 = to_vc4_dev(dev); in validate_tile_binning_config() local
H A Dvc4_txp.c468 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_txp_bind() local
531 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_txp_unbind() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A DMakefile
H A Dvc4_fence.c39 struct vc4_dev *vc4 = to_vc4_dev(f->dev); in vc4_fence_signaled() local
H A Dvc4_debugfs.c24 struct vc4_dev *vc4 = to_vc4_dev(minor->dev); in vc4_debugfs_init() local
H A Dvc4_irq.c63 struct vc4_dev *vc4 = in vc4_overflow_mem_work() local
119 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_finish_bin_job() local
141 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_cancel_bin_job() local
158 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_finish_render_job() local
206 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq() local
247 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_prepare() local
264 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_enable() local
281 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_disable() local
303 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_install() local
325 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_uninstall() local
337 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_irq_reset() local
[all...]
H A Dvc4_perfmon.c20 struct vc4_dev *vc4; in vc4_perfmon_get() local
34 struct vc4_dev *vc4; in vc4_perfmon_put() local
47 void vc4_perfmon_start(struct vc4_dev *vc4, struct vc4_perfmon *perfmon) in vc4_perfmon_start() argument
67 vc4_perfmon_stop(struct vc4_dev *vc4, struct vc4_perfmon *perfmon, bool capture) vc4_perfmon_stop() argument
90 struct vc4_dev *vc4 = vc4file->dev; vc4_perfmon_find() local
106 struct vc4_dev *vc4 = vc4file->dev; vc4_perfmon_open_file() local
127 struct vc4_dev *vc4 = vc4file->dev; vc4_perfmon_close_file() local
142 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_perfmon_create_ioctl() local
198 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_perfmon_destroy_ioctl() local
225 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_perfmon_get_values_ioctl() local
[all...]
H A Dvc4_render_cl.c596 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_rcl() local
H A Dvc4_v3d.c101 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_debugfs_ident() local
128 vc4_v3d_pm_get(struct vc4_dev *vc4) in vc4_v3d_pm_get() argument
149 vc4_v3d_pm_put(struct vc4_dev *vc4) vc4_v3d_pm_put() argument
164 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_v3d_init_hw() local
173 vc4_v3d_get_bin_slot(struct vc4_dev *vc4) vc4_v3d_get_bin_slot() argument
237 bin_bo_alloc(struct vc4_dev *vc4) bin_bo_alloc() argument
324 vc4_v3d_bin_bo_get(struct vc4_dev *vc4, bool *used) vc4_v3d_bin_bo_get() argument
352 struct vc4_dev *vc4 = container_of(ref, struct vc4_dev, bin_bo_kref); bin_bo_release() local
361 vc4_v3d_bin_bo_put(struct vc4_dev *vc4) vc4_v3d_bin_bo_put() argument
375 struct vc4_dev *vc4 = v3d->vc4; vc4_v3d_runtime_suspend() local
387 struct vc4_dev *vc4 = v3d->vc4; vc4_v3d_runtime_resume() local
405 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_v3d_debugfs_init() local
422 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_v3d_bind() local
507 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_v3d_unbind() local
[all...]
H A Dvc4_drv.c94 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_param_ioctl() local
147 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_open() local
165 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_close() local
271 struct vc4_dev *vc4 = ptr; vc4_component_unbind_all() local
291 struct vc4_dev *vc4; vc4_drm_bind() local
[all...]
H A Dvc4_validate_shaders.c781 struct vc4_dev *vc4 = to_vc4_dev(shader_obj->base.dev); in vc4_validate_shader() local
H A Dvc4_bo.c44 static void vc4_bo_stats_print(struct drm_printer *p, struct vc4_dev *vc4) in vc4_bo_stats_print() argument
74 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_stats_debugfs() local
90 vc4_get_user_label(struct vc4_dev *vc4, const char *name) vc4_get_user_label() argument
135 struct vc4_dev *vc4 = to_vc4_dev(gem_obj->dev); vc4_bo_set_label() local
169 struct vc4_dev *vc4 = to_vc4_dev(obj->dev); vc4_bo_destroy() local
188 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_cache() local
198 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_get_cache_list_for_size() local
238 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_purge() local
252 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_add_to_purgeable_pool() local
266 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_purgeable_pool_locked() local
290 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_remove_from_purgeable_pool() local
314 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_userspace_cache_purge() local
363 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_get_from_cache() local
396 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_object() local
426 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_create() local
495 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_dumb_create() local
520 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_free_old() local
546 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_free_object() local
611 struct vc4_dev *vc4 = vc4_bo_cache_time_work() local
622 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_inc_usecnt() local
662 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); vc4_bo_dec_usecnt() local
682 struct vc4_dev *vc4 = from_timer(vc4, t, bo_cache.time_timer); vc4_bo_cache_time_timer() local
766 vc4_grab_bin_bo(struct vc4_dev *vc4, struct vc4_file *vc4file) vc4_grab_bin_bo() argument
782 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_bo_ioctl() local
812 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_mmap_bo_ioctl() local
838 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_create_shader_bo_ioctl() local
915 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_set_tiling_ioctl() local
962 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_get_tiling_ioctl() local
993 struct vc4_dev *vc4 = to_vc4_dev(drm); vc4_bo_debugfs_init() local
1006 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_init() local
1043 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_bo_cache_destroy() local
1068 struct vc4_dev *vc4 = to_vc4_dev(dev); vc4_label_bo_ioctl() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c168 struct vc4_dev *vc4; in __mock_device() local
[all...]
H A Dvc4_test_pv_muxing.c22 struct vc4_dev *vc4; member
730 struct vc4_dev *vc4; in vc4_pv_muxing_test_init() local
792 struct vc4_dev *vc4; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local
864 struct vc4_dev *vc4; drm_test_vc5_pv_muxing_bugs_stable_fifo() local
956 struct vc4_dev *vc4; drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state() local
[all...]

Completed in 20 milliseconds

12