Home
last modified time | relevance | path

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

/Linux-v4.19/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()
103 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_create_ioctl()
149 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_destroy_ioctl()
167 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_perfmon_get_values_ioctl()
Dvc4_drv.h556 struct vc4_file { struct
814 struct vc4_perfmon *vc4_perfmon_find(struct vc4_file *vc4file, int id);
815 void vc4_perfmon_open_file(struct vc4_file *vc4file);
816 void vc4_perfmon_close_file(struct vc4_file *vc4file);
Dvc4_drv.c117 struct vc4_file *vc4file; in vc4_open()
130 struct vc4_file *vc4file = file->driver_priv; in vc4_close()
Dvc4_gem.c1119 struct vc4_file *vc4file = file_priv->driver_priv; in vc4_submit_cl_ioctl()