Home
last modified time | relevance | path

Searched refs:drm_mode_create_dumb (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Ddrm_dumb_buffers.c60 int drm_mode_create_dumb(struct drm_device *dev, in drm_mode_create_dumb() function
61 struct drm_mode_create_dumb *args, in drm_mode_create_dumb()
102 return drm_mode_create_dumb(dev, data, file_priv); in drm_mode_create_dumb_ioctl()
Ddrm_crtc_internal.h56 struct drm_mode_create_dumb;
109 int drm_mode_create_dumb(struct drm_device *dev,
110 struct drm_mode_create_dumb *args,
Ddrm_gem_dma_helper.c150 struct drm_device *ddev, struct drm_mode_create_dumb *args) in drm_gem_dma_dumb_create_internal()
176 struct drm_mode_create_dumb *args) in drm_gem_dma_dumb_create()
Ddrm_client.c283 struct drm_mode_create_dumb dumb_args = { }; in drm_client_buffer_create()
298 ret = drm_mode_create_dumb(dev, &dumb_args, client->file); in drm_client_buffer_create()
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_create.h11 struct drm_mode_create_dumb;
15 struct drm_mode_create_dumb *args);
Di915_gem_create.c170 struct drm_mode_create_dumb *args) in i915_gem_dumb_create()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_gem_dma_helper.h10 struct drm_mode_create_dumb *);
12 struct drm_mode_create_dumb *);
Ddrm_drv.h46 struct drm_mode_create_dumb;
356 struct drm_mode_create_dumb *args);
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_gem.h51 struct drm_mode_create_dumb *args);
Damdgpu_gem.c1064 struct drm_mode_create_dumb *args)
/openbsd/src/sys/dev/pci/drm/include/uapi/drm/
Ddrm_mode.h1070 struct drm_mode_create_dumb { struct
Ddrm.h1214 #define DRM_IOCTL_MODE_CREATE_DUMB DRM_IOWR(0xB2, struct drm_mode_create_dumb)
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_gem.c924 struct drm_mode_create_dumb *args) in radeon_mode_dumb_create()
Dradeon.h554 struct drm_mode_create_dumb *args);