/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_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_gem.c | 42 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_queue_hangcheck() local 74 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_hang_state_ioctl() local 154 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_save_hang_state() local 291 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_reset() local 317 struct vc4_dev *vc4 = in vc4_reset_work() local 328 struct vc4_dev *vc4 = from_timer(vc4, t, hangcheck.timer); in vc4_hangcheck_elapsed() local 374 struct vc4_dev *vc4 = to_vc4_dev(dev); in submit_cl() local 387 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_wait_for_seqno() local 437 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_flush_caches() local 456 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_flush_texture_caches() 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_plane.c | 281 struct vc4_dev *vc4 = to_vc4_dev(plane->dev); in vc4_plane_duplicate_state() local 336 struct vc4_dev *vc4 = to_vc4_dev(plane->dev); in vc4_plane_destroy_state() local 572 struct vc4_dev *vc4 = to_vc4_dev(vc4_state->base.plane->dev); in vc4_write_tpz() local 602 struct vc4_dev *vc4 = to_vc4_dev(vc4_state->base.plane->dev); in vc4_write_ppf() local 664 struct vc4_dev *vc4 = to_vc4_dev(state->plane->dev); in __vc4_lbm_size() local 803 struct vc4_dev *vc4 = to_vc4_dev(state->plane->dev); in vc4_lbm_size() local 837 struct vc4_dev *vc4 = to_vc4_dev(state->plane->dev); in vc4_write_scaling_parameters() local 928 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_plane_allocate_lbm() local 983 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc6_plane_allocate_upm() local 1062 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc6_plane_free_upm() 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_crtc.c | 83 vc4_crtc_get_cob_allocation(struct vc4_dev *vc4, unsigned int channel) in vc4_crtc_get_cob_allocation() 113 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_get_scanout_position() local 242 struct vc4_dev *vc4 = to_vc4_dev(vc4_crtc->base.dev); in vc4_get_fifo_full_level() local 349 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_config_pv() local 489 struct vc4_dev *vc4 = to_vc4_dev(dev); in require_hvs_enabled() local 506 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_disable() local 552 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_crtc_disable_at_boot() local 826 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_handle_page_flip() local 964 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_async_set_fence_cb() local 1050 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_async_page_flip() local [all …]
|
H A D | vc4_validate.c | 108 struct vc4_dev *vc4 = exec->dev; in vc4_use_bo() local 167 struct vc4_dev *vc4 = exec->dev; in vc4_check_tex_size() local 360 struct vc4_dev *vc4 = to_vc4_dev(dev); in validate_tile_binning_config() local 493 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_validate_bin_cl() local 941 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_validate_shader_recs() 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_drv.h | 314 struct vc4_dev *vc4; member 337 struct vc4_dev *vc4; member 827 vc4_first_bin_job(struct vc4_dev *vc4) in vc4_first_bin_job() 834 vc4_first_render_job(struct vc4_dev *vc4) in vc4_first_render_job() 841 vc4_last_render_job(struct vc4_dev *vc4) in vc4_last_render_job()
|
H A D | vc4_hdmi.c | 470 struct vc4_dev *vc4 = to_vc4_dev(connector->dev); in vc4_hdmi_connector_get_modes() local 833 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_hdmi_encoder_post_crtc_disable() local 1677 struct vc4_dev *vc4 = to_vc4_dev(connector->dev); in vc4_hdmi_connector_clock_valid() local 2050 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_hdmi_audio_prepare() local
|
H A D | vc4_txp.c | 389 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_txp_encoder_disable() local
|
/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 22 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; in drm_test_vc5_pv_muxing_bugs_stable_fifo() local 956 struct vc4_dev *vc4; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state() local
|
H A D | vc4_mock.c | 163 struct vc4_dev *vc4; in __mock_device() 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 | 426 vc4: gpu { label
|