Home
last modified time | relevance | path

Searched refs:vc4_file (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_perfmon.c65 struct vc4_perfmon *vc4_perfmon_find(struct vc4_file *vc4file, int id) in vc4_perfmon_find()
77 void vc4_perfmon_open_file(struct vc4_file *vc4file) in vc4_perfmon_open_file()
92 void vc4_perfmon_close_file(struct vc4_file *vc4file) in vc4_perfmon_close_file()
104 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_create_ioctl()
156 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_destroy_ioctl()
180 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_get_values_ioctl()
Dvc4_drv.h675 struct vc4_file { struct
978 struct vc4_perfmon *vc4_perfmon_find(struct vc4_file *vc4file, int id);
979 void vc4_perfmon_open_file(struct vc4_file *vc4file);
980 void vc4_perfmon_close_file(struct vc4_file *vc4file);
Dvc4_drv.c120 struct vc4_file *vc4file; in vc4_open()
134 struct vc4_file *vc4file = file->driver_priv; in vc4_close()
Dvc4_bo.c796 static int vc4_grab_bin_bo(struct vc4_dev *vc4, struct vc4_file *vc4file) in vc4_grab_bin_bo()
817 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_create_bo_ioctl()
866 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_create_shader_bo_ioctl()
Dvc4_gem.c1131 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_submit_cl_ioctl()