Searched refs:vc4_hvs (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_hvs.c | 205 void vc4_hvs_dump_state(struct vc4_hvs *hvs) in vc4_hvs_dump_state() 246 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_debugfs_dlist() 288 struct vc4_hvs *hvs = vc4->hvs; in vc6_hvs_debugfs_dlist() 337 struct vc4_hvs *hvs = vc4->hvs; in vc6_hvs_debugfs_upm_allocs() 387 static int vc4_hvs_upload_linear_kernel(struct vc4_hvs *hvs, in vc4_hvs_upload_linear_kernel() 420 static void vc4_hvs_lut_load(struct vc4_hvs *hvs, in vc4_hvs_lut_load() 457 static void vc4_hvs_update_gamma_lut(struct vc4_hvs *hvs, in vc4_hvs_update_gamma_lut() 474 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo) in vc4_hvs_get_fifo_frame_count() 533 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output) in vc4_hvs_get_fifo_from_output() 619 static int vc4_hvs_init_channel(struct vc4_hvs *hvs, struct drm_crtc *crtc, in vc4_hvs_init_channel() [all …]
|
| H A D | vc4_drv.h | 99 struct vc4_hvs *hvs; 310 struct vc4_hvs *hvs; 315 struct vc4_hvs { struct 1025 struct vc4_hvs *__vc4_hvs_alloc(struct vc4_dev *vc4, 1028 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int output); 1029 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output); 1030 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo); 1036 void vc4_hvs_dump_state(struct vc4_hvs *hvs); 1037 void vc4_hvs_unmask_underrun(struct vc4_hvs *hvs, int channel); 1038 void vc4_hvs_mask_underrun(struct vc4_hvs *hvs, int channel);
|
| H A D | Makefile | 17 vc4_hvs.o \
|
| H A D | vc4_kms.c | 138 struct vc4_hvs *hvs = vc4->hvs; in vc4_ctm_commit() 214 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_pv_muxing_commit() 257 struct vc4_hvs *hvs = vc4->hvs; in vc5_hvs_pv_muxing_commit() 333 struct vc4_hvs *hvs = vc4->hvs; in vc6_hvs_pv_muxing_commit() 382 struct vc4_hvs *hvs = vc4->hvs; in vc4_atomic_commit_tail()
|
| H A D | vc4_crtc.c | 85 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_cob_allocation() 114 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_scanout_position() 490 struct vc4_hvs *hvs = vc4->hvs; in require_hvs_enabled() 827 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_handle_page_flip()
|
| H A D | vc4_plane.c | 283 struct vc4_hvs *hvs = vc4->hvs; in vc4_plane_duplicate_state() 319 static void vc4_plane_release_upm_ida(struct vc4_hvs *hvs, unsigned int upm_handle) in vc4_plane_release_upm_ida() 338 struct vc4_hvs *hvs = vc4->hvs; in vc4_plane_destroy_state() 983 struct vc4_hvs *hvs = vc4->hvs; in vc6_plane_allocate_upm() 1062 struct vc4_hvs *hvs = vc4->hvs; in vc6_plane_free_upm()
|
| /linux/Documentation/gpu/ |
| H A D | vc4.rst | 24 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hvs.c
|