Lines Matching defs:drm
8 #include <drm/drm_drv.h>
9 #include <drm/drm_file.h>
10 #include <drm/drm_utils.h>
12 #include "drm.h"
76 int tegra_drm_ioctl_channel_open(struct drm_device *drm, void *data, struct drm_file *file)
78 struct host1x *host = tegra_drm_to_host1x(drm->dev_private);
80 struct tegra_drm *tegra = drm->dev_private;
162 int tegra_drm_ioctl_channel_close(struct drm_device *drm, void *data, struct drm_file *file)
185 int tegra_drm_ioctl_channel_map(struct drm_device *drm, void *data, struct drm_file *file)
272 int tegra_drm_ioctl_channel_unmap(struct drm_device *drm, void *data, struct drm_file *file)
298 int tegra_drm_ioctl_syncpoint_allocate(struct drm_device *drm, void *data, struct drm_file *file)
300 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private);
324 int tegra_drm_ioctl_syncpoint_free(struct drm_device *drm, void *data, struct drm_file *file)
342 int tegra_drm_ioctl_syncpoint_wait(struct drm_device *drm, void *data, struct drm_file *file)
344 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private);