/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_bo.c | 44 static void vc4_bo_stats_print(struct drm_printer *p, struct vc4_dev *vc4) in vc4_bo_stats_print() 74 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_bo_stats_debugfs() local 90 static int vc4_get_user_label(struct vc4_dev *vc4, const char *name) in vc4_get_user_label() 135 struct vc4_dev *vc4 = to_vc4_dev(gem_obj->dev); in vc4_bo_set_label() local 169 struct vc4_dev *vc4 = to_vc4_dev(obj->dev); in vc4_bo_destroy() local 188 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_remove_from_cache() local 198 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_cache_list_for_size() local 238 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_bo_cache_purge() local 252 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_add_to_purgeable_pool() local 266 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_remove_from_purgeable_pool_locked() local [all …]
|
H A D | vc4_v3d.c | 101 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() 149 vc4_v3d_pm_put(struct vc4_dev *vc4) in vc4_v3d_pm_put() 164 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_init_hw() local 173 int vc4_v3d_get_bin_slot(struct vc4_dev *vc4) in vc4_v3d_get_bin_slot() 237 static int bin_bo_alloc(struct vc4_dev *vc4) in bin_bo_alloc() 324 int vc4_v3d_bin_bo_get(struct vc4_dev *vc4, bool *used) in vc4_v3d_bin_bo_get() 352 struct vc4_dev *vc4 = container_of(ref, struct vc4_dev, bin_bo_kref); in bin_bo_release() local 361 void vc4_v3d_bin_bo_put(struct vc4_dev *vc4) in vc4_v3d_bin_bo_put() 375 struct vc4_dev *vc4 = v3d->vc4; in vc4_v3d_runtime_suspend() local [all …]
|
H A D | vc4_irq.c | 63 struct vc4_dev *vc4 = in vc4_overflow_mem_work() local 119 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_finish_bin_job() local 141 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_cancel_bin_job() local 158 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_finish_render_job() local 206 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq() local 247 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_prepare() local 264 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_enable() local 281 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_disable() local 303 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_install() local 325 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_uninstall() local [all …]
|
H A D | vc4_gem.c | 43 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_queue_hangcheck() local 75 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_hang_state_ioctl() local 155 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_save_hang_state() local 292 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_reset() local 318 struct vc4_dev *vc4 = in vc4_reset_work() local 329 struct vc4_dev *vc4 = timer_container_of(vc4, t, hangcheck.timer); in vc4_hangcheck_elapsed() local 375 struct vc4_dev *vc4 = to_vc4_dev(dev); in submit_cl() local 388 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_wait_for_seqno() local 438 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_flush_caches() local 457 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_flush_texture_caches() local [all …]
|
H A D | vc4_perfmon.c | 20 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() 67 void vc4_perfmon_stop(struct vc4_dev *vc4, struct vc4_perfmon *perfmon, in vc4_perfmon_stop() 90 struct vc4_dev *vc4 = vc4file->dev; in vc4_perfmon_find() local 106 struct vc4_dev *vc4 = vc4file->dev; in vc4_perfmon_open_file() local 119 struct vc4_dev *vc4 = (struct vc4_dev *)data; in vc4_perfmon_idr_del() local 132 struct vc4_dev *vc4 = vc4file->dev; in vc4_perfmon_close_file() local 147 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_create_ioctl() local 203 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_destroy_ioctl() local [all …]
|
H A D | vc4_kms.c | 50 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_ctm_state() local 94 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_ctm_obj_fini() local 99 static int vc4_ctm_obj_init(struct vc4_dev *vc4) in vc4_ctm_obj_init() 135 vc4_ctm_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) in vc4_ctm_commit() 174 struct vc4_dev *vc4 = to_vc4_dev(state->dev); in vc4_hvs_get_new_global_state() local 187 struct vc4_dev *vc4 = to_vc4_dev(state->dev); in vc4_hvs_get_old_global_state() local 200 struct vc4_dev *vc4 = to_vc4_dev(state->dev); in vc4_hvs_get_global_state() local 210 static void vc4_hvs_pv_muxing_commit(struct vc4_dev *vc4, in vc4_hvs_pv_muxing_commit() 253 static void vc5_hvs_pv_muxing_commit(struct vc4_dev *vc4, in vc5_hvs_pv_muxing_commit() 329 static void vc6_hvs_pv_muxing_commit(struct vc4_dev *vc4, in vc6_hvs_pv_muxing_commit() [all …]
|
H A D | vc4_hvs.c | 232 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_underrun() local 244 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_dlist() local 286 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc6_hvs_debugfs_dlist() local 335 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc6_hvs_debugfs_upm_allocs() local 422 struct vc4_dev *vc4 = hvs->vc4; in vc4_hvs_lut_load() local 475 struct vc4_dev *vc4 = hvs->vc4; in vc4_hvs_get_fifo_frame_count() local 534 struct vc4_dev *vc4 = hvs->vc4; in vc4_hvs_get_fifo_from_output() local 621 struct vc4_dev *vc4 = hvs->vc4; in vc4_hvs_init_channel() local 686 struct vc4_dev *vc4 = hvs->vc4; in vc6_hvs_init_channel() local 721 struct vc4_dev *vc4 = hvs->vc4; in __vc4_hvs_stop_channel() local [all …]
|
H A D | vc4_drv.c | 95 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_param_ioctl() local 148 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_open() local 166 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_close() local 272 struct vc4_dev *vc4 = ptr; in vc4_component_unbind_all() local 293 struct vc4_dev *vc4; in vc4_drm_bind() local
|
H A D | vc4_fence.c | 39 struct vc4_dev *vc4 = to_vc4_dev(f->dev); in vc4_fence_signaled() local
|
H A D | vc4_debugfs.c | 24 struct vc4_dev *vc4 = to_vc4_dev(minor->dev); in vc4_debugfs_init() local
|
H A D | vc4_hdmi.c | 443 struct vc4_dev *vc4 = to_vc4_dev(connector->dev); in vc4_hdmi_connector_get_modes() local 800 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_hdmi_encoder_post_crtc_disable() local 1644 struct vc4_dev *vc4 = to_vc4_dev(connector->dev); in vc4_hdmi_connector_clock_valid() local 2017 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_hdmi_audio_prepare() local
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2835-common.dtsi | 144 vc4: gpu { label
|
H A D | bcm-cygnus.dtsi | 511 vc4: gpu { label
|
H A D | bcm2711.dtsi | 15 vc4: gpu { label
|
/linux/arch/arm64/boot/dts/broadcom/ |
H A D | bcm2712.dtsi | 438 vc4: gpu { label
|
/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock.c | 163 struct vc4_dev *vc4; in __mock_device() local
|
/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 381 u8 mgmt, vc0, vc1, vc4 = 0, vc5; in b53_enable_vlan() local 2809 u8 vc4; in b53_switch_init() local
|