Home
last modified time | relevance | path

Searched defs:drm_mga_dma_bootstrap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dmga_drm.h307 typedef struct drm_mga_dma_bootstrap { struct
320 unsigned long texture_handle; /**< Handle used to map AGP textures. */
321 __u32 texture_size; /**< Size of the AGP texture region. */
330 __u32 primary_size;
340 __u32 secondary_bin_count;
367 } drm_mga_dma_bootstrap_t; argument
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dmga_drm.h302 typedef struct drm_mga_dma_bootstrap { struct
315 unsigned long texture_handle; /**< Handle used to map AGP textures. */
316 uint32_t texture_size; /**< Size of the AGP texture region. */
326 uint32_t primary_size;
337 uint32_t secondary_bin_count;
367 } drm_mga_dma_bootstrap_t; argument