Lines Matching refs:pv_data
212 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_get_fifo_full_level() local
213 u32 fifo_len_bytes = pv_data->fifo_depth; in vc4_get_fifo_full_level()
298 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_crtc_config_pv() local
306 u8 ppc = pv_data->pixels_per_clock; in vc4_crtc_config_pv()
1020 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_set_crtc_possible_masks() local
1021 const enum vc4_encoder_type *encoder_types = pv_data->encoder_types; in vc4_set_crtc_possible_masks()
1029 for (i = 0; i < ARRAY_SIZE(pv_data->encoder_types); i++) { in vc4_set_crtc_possible_masks()
1088 const struct vc4_pv_data *pv_data; in vc4_crtc_bind() local
1099 pv_data = of_device_get_match_data(dev); in vc4_crtc_bind()
1100 if (!pv_data) in vc4_crtc_bind()
1102 vc4_crtc->data = &pv_data->base; in vc4_crtc_bind()
1130 vc4_debugfs_add_regset32(drm, pv_data->debugfs_name, in vc4_crtc_bind()