Home
last modified time | relevance | path

Searched refs:texture_handle (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_ioc32.c131 u32 texture_handle; member
153 || __put_user(dma_bootstrap32.texture_handle, in compat_mga_dma_bootstrap()
154 &dma_bootstrap->texture_handle) in compat_mga_dma_bootstrap()
172 if (__get_user(dma_bootstrap32.texture_handle, in compat_mga_dma_bootstrap()
173 &dma_bootstrap->texture_handle) in compat_mga_dma_bootstrap()
Dmga_dma.c772 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
775 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
/linux-4.4.14/include/uapi/drm/
Dmga_drm.h314 unsigned long texture_handle; /**< Handle used to map AGP textures. */ member