Home
last modified time | relevance | path

Searched defs:drm_dev (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c113 host1x_output_poll_changed(struct drm_device *drm_dev) in host1x_output_poll_changed() argument
190 host1x_drm_load(struct drm_device *drm_dev, unsigned long flags) in host1x_drm_load() argument
237 host1x_drm_unload(struct drm_device * drm_dev) host1x_drm_unload() argument
255 host1x_drm_open(struct drm_device * drm_dev,struct drm_file * filp) host1x_drm_open() argument
271 host1x_drm_lastclose(struct drm_device * drm_dev) host1x_drm_lastclose() argument
282 host1x_drm_enable_vblank(struct drm_device * drm_dev,int pipe) host1x_drm_enable_vblank() argument
296 host1x_drm_disable_vblank(struct drm_device * drm_dev,int pipe) host1x_drm_disable_vblank() argument
[all...]
H A Dtegra_fb.c124 struct drm_device *drm_dev; in tegra_fb_probe() local
200 tegra_drm_fb_getinfo(struct drm_device *drm_dev) in tegra_drm_fb_getinfo()
224 tegra_drm_fb_init(struct drm_device *drm_dev) in tegra_drm_fb_init()
318 tegra_drm_fb_destroy(struct drm_device *drm_dev) in tegra_drm_fb_destroy()
H A Dtegra_bo.c256 tegra_bo_dumb_create(struct drm_file * file,struct drm_device * drm_dev,struct drm_mode_create_dumb * args) tegra_bo_dumb_create() argument
276 tegra_bo_dumb_map_offset(struct drm_file * file_priv,struct drm_device * drm_dev,uint32_t handle,uint64_t * offset) tegra_bo_dumb_map_offset() argument
306 tegra_bo_dumb_destroy(struct drm_file * file_priv,struct drm_device * drm_dev,unsigned int handle) tegra_bo_dumb_destroy() argument
[all...]
H A Dtegra_drm.h84 struct drm_device drm_dev; member