Searched refs:vc4_hvs (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 68 void vc4_hvs_dump_state(struct vc4_hvs *hvs) in vc4_hvs_dump_state() 109 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_debugfs_dlist() 178 static int vc4_hvs_upload_linear_kernel(struct vc4_hvs *hvs, in vc4_hvs_upload_linear_kernel() 211 static void vc4_hvs_lut_load(struct vc4_hvs *hvs, in vc4_hvs_lut_load() 241 static void vc4_hvs_update_gamma_lut(struct vc4_hvs *hvs, in vc4_hvs_update_gamma_lut() 258 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo) in vc4_hvs_get_fifo_frame_count() 286 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output) in vc4_hvs_get_fifo_from_output() 345 static int vc4_hvs_init_channel(struct vc4_hvs *hvs, struct drm_crtc *crtc, in vc4_hvs_init_channel() 406 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int chan) in vc4_hvs_stop_channel() 474 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_install_dlist() [all …]
|
D | vc4_drv.h | 85 struct vc4_hvs *hvs; 321 struct vc4_hvs { struct 946 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int output); 947 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output); 948 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo); 954 void vc4_hvs_dump_state(struct vc4_hvs *hvs); 955 void vc4_hvs_unmask_underrun(struct vc4_hvs *hvs, int channel); 956 void vc4_hvs_mask_underrun(struct vc4_hvs *hvs, int channel);
|
D | Makefile | 17 vc4_hvs.o \
|
D | vc4_kms.c | 161 struct vc4_hvs *hvs = vc4->hvs; in vc4_ctm_commit() 235 struct vc4_hvs *hvs = vc4->hvs; in vc4_hvs_pv_muxing_commit() 276 struct vc4_hvs *hvs = vc4->hvs; in vc5_hvs_pv_muxing_commit() 351 struct vc4_hvs *hvs = vc4->hvs; in vc4_atomic_commit_tail()
|
D | vc4_crtc.c | 75 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_cob_allocation() 95 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_get_scanout_position() 432 struct vc4_hvs *hvs = vc4->hvs; in require_hvs_enabled() 771 struct vc4_hvs *hvs = vc4->hvs; in vc4_crtc_handle_page_flip()
|
/Linux-v6.1/Documentation/gpu/ |
D | vc4.rst | 24 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hvs.c
|