| /Linux-v5.4/drivers/gpu/drm/vc4/ |
| D | vc4_irq.c | 60 struct vc4_dev *vc4 = in vc4_overflow_mem_work() 61 container_of(work, struct vc4_dev, overflow_mem_work); in vc4_overflow_mem_work() 116 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_finish_bin_job() 136 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_cancel_bin_job() 153 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_finish_render_job() 199 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq() 240 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_preinstall() 257 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_postinstall() 273 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_uninstall() 293 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_irq_reset()
|
| D | vc4_v3d.c | 103 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_debugfs_ident() 130 vc4_v3d_pm_get(struct vc4_dev *vc4) in vc4_v3d_pm_get() 148 vc4_v3d_pm_put(struct vc4_dev *vc4) in vc4_v3d_pm_put() 160 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_v3d_init_hw() 169 int vc4_v3d_get_bin_slot(struct vc4_dev *vc4) in vc4_v3d_get_bin_slot() 230 static int bin_bo_alloc(struct vc4_dev *vc4) in bin_bo_alloc() 317 int vc4_v3d_bin_bo_get(struct vc4_dev *vc4, bool *used) in vc4_v3d_bin_bo_get() 342 struct vc4_dev *vc4 = container_of(ref, struct vc4_dev, bin_bo_kref); in bin_bo_release() 351 void vc4_v3d_bin_bo_put(struct vc4_dev *vc4) in vc4_v3d_bin_bo_put() 362 struct vc4_dev *vc4 = v3d->vc4; in vc4_v3d_runtime_suspend() [all …]
|
| D | vc4_bo.c | 40 static void vc4_bo_stats_print(struct drm_printer *p, struct vc4_dev *vc4) in vc4_bo_stats_print() 70 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_bo_stats_debugfs() 86 static int vc4_get_user_label(struct vc4_dev *vc4, const char *name) in vc4_get_user_label() 131 struct vc4_dev *vc4 = to_vc4_dev(gem_obj->dev); in vc4_bo_set_label() 165 struct vc4_dev *vc4 = to_vc4_dev(obj->dev); in vc4_bo_destroy() 183 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_remove_from_cache() 193 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_cache_list_for_size() 233 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_bo_cache_purge() 247 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_add_to_purgeable_pool() 258 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_remove_from_purgeable_pool_locked() [all …]
|
| D | vc4_drv.h | 71 struct vc4_dev { struct 230 static inline struct vc4_dev * argument 233 return (struct vc4_dev *)dev->dev_private; in to_vc4_dev() 309 struct vc4_dev *vc4; 616 vc4_first_bin_job(struct vc4_dev *vc4) in vc4_first_bin_job() 623 vc4_first_render_job(struct vc4_dev *vc4) in vc4_first_render_job() 630 vc4_last_render_job(struct vc4_dev *vc4) in vc4_last_render_job() 807 void vc4_job_handle_completed(struct vc4_dev *vc4); 850 int vc4_v3d_get_bin_slot(struct vc4_dev *vc4); 851 int vc4_v3d_bin_bo_get(struct vc4_dev *vc4, bool *used); [all …]
|
| D | vc4_hvs.c | 66 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_dump_state() 87 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_underrun() 159 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_mask_underrun() 169 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_unmask_underrun() 181 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_report_underrun() 190 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_irq_handler() 222 struct vc4_dev *vc4 = drm->dev_private; in vc4_hvs_bind() 316 struct vc4_dev *vc4 = drm->dev_private; in vc4_hvs_unbind()
|
| D | vc4_gem.c | 42 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_queue_hangcheck() 74 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_hang_state_ioctl() 151 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_save_hang_state() 288 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_reset() 314 struct vc4_dev *vc4 = in vc4_reset_work() 315 container_of(work, struct vc4_dev, hangcheck.reset_work); in vc4_reset_work() 325 struct vc4_dev *vc4 = from_timer(vc4, t, hangcheck.timer); in vc4_hangcheck_elapsed() 371 struct vc4_dev *vc4 = to_vc4_dev(dev); in submit_cl() 384 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_wait_for_seqno() 431 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_flush_caches() [all …]
|
| D | vc4_hdmi.c | 186 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_debugfs_regs() 200 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_detect() 232 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_connector_get_modes() 319 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_stop_packet() 333 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_write_infoframe() 380 struct vc4_dev *vc4 = encoder->dev->dev_private; in vc4_hdmi_set_avi_infoframe() 428 struct vc4_dev *vc4 = drm->dev_private; in vc4_hdmi_set_audio_infoframe() 452 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_disable() 474 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hdmi_encoder_enable() 704 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_hdmi_audio_set_mai_clock() [all …]
|
| D | vc4_perfmon.c | 30 void vc4_perfmon_start(struct vc4_dev *vc4, struct vc4_perfmon *perfmon) in vc4_perfmon_start() 47 void vc4_perfmon_stop(struct vc4_dev *vc4, struct vc4_perfmon *perfmon, in vc4_perfmon_stop() 103 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_create_ioctl() 155 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_destroy_ioctl() 179 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_perfmon_get_values_ioctl()
|
| D | vc4_kms.c | 52 struct vc4_dev *vc4 = dev->dev_private; in vc4_get_ctm_state() 114 vc4_ctm_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) in vc4_ctm_commit() 151 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_atomic_complete_commit() 215 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_atomic_commit() 348 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_ctm_atomic_check() 412 struct vc4_dev *vc4 = to_vc4_dev(state->dev); in vc4_load_tracker_atomic_check() 512 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_kms_load()
|
| D | vc4_crtc.c | 92 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_get_scanoutpos() 214 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_lut_load() 385 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_mode_set_nofb() 446 struct vc4_dev *vc4 = to_vc4_dev(dev); in require_hvs_enabled() 456 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_disable() 517 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_update_dlist() 549 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_enable() 630 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_check() 686 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_atomic_flush() 785 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_handle_page_flip() [all …]
|
| D | vc4_debugfs.c | 26 struct vc4_dev *vc4 = to_vc4_dev(minor->dev); in vc4_debugfs_init() 68 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_debugfs_add_file()
|
| D | vc4_drv.c | 70 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_get_param_ioctl() 133 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_close() 256 struct vc4_dev *vc4; in vc4_drm_bind() 321 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_drm_unbind()
|
| D | vc4_fence.c | 39 struct vc4_dev *vc4 = to_vc4_dev(f->dev); in vc4_fence_signaled()
|
| D | vc4_dpi.c | 261 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dpi_bind() 337 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dpi_unbind()
|
| D | vc4_txp.c | 373 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_txp_bind() 420 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_txp_unbind()
|
| D | vc4_vec.c | 529 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_vec_bind() 598 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_vec_unbind()
|
| D | vc4_plane.c | 178 struct vc4_dev *vc4 = to_vc4_dev(plane->dev); in vc4_plane_destroy_state() 545 struct vc4_dev *vc4 = to_vc4_dev(state->plane->dev); in vc4_plane_allocate_lbm() 586 struct vc4_dev *vc4 = to_vc4_dev(plane->dev); in vc4_plane_mode_set()
|
| D | vc4_dsi.c | 1444 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dsi_bind() 1628 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_dsi_unbind()
|
| D | vc4_validate.c | 352 struct vc4_dev *vc4 = to_vc4_dev(dev); in validate_tile_binning_config()
|