Searched refs:drm_dev (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c127 struct drm_device *drm_dev; local
136 drm_dev = helper->dev;
138 drm = container_of(drm_dev, struct tegra_drm, drm_dev);
151 DRM_LOCK(drm_dev);
152 rv = tegra_bo_create(drm_dev, size, &bo);
153 DRM_UNLOCK(drm_dev);
159 device_printf(drm_dev->dev,
165 rv = fb_alloc(drm_dev, &mode_cmd, &bo, 1, &fb);
167 device_printf(drm_dev
203 tegra_drm_fb_getinfo(struct drm_device *drm_dev) argument
227 tegra_drm_fb_init(struct drm_device *drm_dev) argument
321 tegra_drm_fb_destroy(struct drm_device *drm_dev) argument
[all...]
H A Dtegra_host1x.c116 host1x_output_poll_changed(struct drm_device *drm_dev) argument
120 drm = container_of(drm_dev, struct tegra_drm, drm_dev);
193 host1x_drm_load(struct drm_device *drm_dev, unsigned long flags) argument
198 sc = device_get_softc(drm_dev->dev);
200 drm_mode_config_init(drm_dev);
201 drm_dev->mode_config.min_width = 32;
202 drm_dev->mode_config.min_height = 32;
203 drm_dev->mode_config.max_width = 4096;
204 drm_dev
240 host1x_drm_unload(struct drm_device *drm_dev) argument
258 host1x_drm_open(struct drm_device *drm_dev, struct drm_file *filp) argument
274 host1x_drm_lastclose(struct drm_device *drm_dev) argument
285 host1x_drm_enable_vblank(struct drm_device *drm_dev, int pipe) argument
299 host1x_drm_disable_vblank(struct drm_device *drm_dev, int pipe) argument
[all...]
H A Dtegra_bo.c260 tegra_bo_dumb_create(struct drm_file *file, struct drm_device *drm_dev, argument
267 drm = container_of(drm_dev, struct tegra_drm, drm_dev);
272 rv = tegra_bo_create_with_handle(file, drm_dev, args->size,
280 struct drm_device *drm_dev, uint32_t handle, uint64_t *offset)
285 DRM_LOCK(drm_dev);
286 gem_obj = drm_gem_object_lookup(drm_dev, file_priv, handle);
288 device_printf(drm_dev->dev, "Object not found\n");
289 DRM_UNLOCK(drm_dev);
300 DRM_UNLOCK(drm_dev);
279 tegra_bo_dumb_map_offset(struct drm_file *file_priv, struct drm_device *drm_dev, uint32_t handle, uint64_t *offset) argument
310 tegra_bo_dumb_destroy(struct drm_file *file_priv, struct drm_device *drm_dev, unsigned int handle) argument
[all...]
H A Dtegra_drm.h86 struct drm_device drm_dev; member in struct:tegra_drm
H A Dtegra_dc.c1108 rv = drm_plane_init(&drm->drm_dev, &plane->drm_plane,
1202 drm_crtc_init(&drm->drm_dev, &sc->tegra_crtc.drm_crtc, &dc_crtc_funcs);
H A Dtegra_hdmi.c1024 drm_connector_init(&drm->drm_dev, &sc->output.connector,
1032 drm_encoder_init(&drm->drm_dev, &sc->output.encoder,

Completed in 84 milliseconds