Searched refs:vc4_hvs (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 70 void vc4_hvs_dump_state(struct vc4_hvs *hvs) in vc4_hvs_dump_state() 111 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_debugfs_dlist() 180 static int vc4_hvs_upload_linear_kernel(struct vc4_hvs *hvs, in vc4_hvs_upload_linear_kernel() 213 static void vc4_hvs_lut_load(struct vc4_hvs *hvs, in vc4_hvs_lut_load() 243 static void vc4_hvs_update_gamma_lut(struct vc4_hvs *hvs, in vc4_hvs_update_gamma_lut() 260 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo) in vc4_hvs_get_fifo_frame_count() 288 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output) in vc4_hvs_get_fifo_from_output() 347 static int vc4_hvs_init_channel(struct vc4_hvs *hvs, struct drm_crtc *crtc, in vc4_hvs_init_channel() 410 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int chan) in vc4_hvs_stop_channel() 478 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_install_dlist() [all …]
|
D | vc4_drv.h | 90 struct vc4_hvs *hvs; 312 struct vc4_hvs { struct 1004 struct vc4_hvs *__vc4_hvs_alloc(struct vc4_dev *vc4, struct platform_device *pdev); 1005 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int output); 1006 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output); 1007 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo); 1013 void vc4_hvs_dump_state(struct vc4_hvs *hvs); 1014 void vc4_hvs_unmask_underrun(struct vc4_hvs *hvs, int channel); 1015 void vc4_hvs_mask_underrun(struct vc4_hvs *hvs, int channel);
|
D | Makefile | 17 vc4_hvs.o \
|
D | vc4_kms.c | 137 struct vc4_hvs *hvs = vc4->hvs; in vc4_ctm_commit() 211 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_pv_muxing_commit() 252 struct vc4_hvs *hvs = vc4->hvs; in vc5_hvs_pv_muxing_commit() 327 struct vc4_hvs *hvs = vc4->hvs; in vc4_atomic_commit_tail()
|
D | vc4_crtc.c | 85 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_cob_allocation() 105 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_scanout_position() 459 struct vc4_hvs *hvs = vc4->hvs; in require_hvs_enabled() 783 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_handle_page_flip()
|
/linux-6.6.21/Documentation/gpu/ |
D | vc4.rst | 24 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hvs.c
|