Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dsavage_drv.h127 typedef struct drm_savage_private { struct
128 drm_savage_sarea_t *sarea_priv;
130 drm_savage_buf_priv_t head, tail;
133 enum savage_family chipset;
135 unsigned int cob_size;
136 unsigned int bci_threshold_lo, bci_threshold_hi;
137 unsigned int dma_type;
140 unsigned int fb_bpp;
141 unsigned int front_offset, front_pitch;
142 unsigned int back_offset, back_pitch;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/savage/
H A Dsavage_drv.h135 typedef struct drm_savage_private { struct
136 drm_savage_sarea_t *sarea_priv;
138 drm_savage_buf_priv_t head, tail;
141 enum savage_family chipset;
143 unsigned int cob_size;
144 unsigned int bci_threshold_lo, bci_threshold_hi;
145 unsigned int dma_type;
148 unsigned int fb_bpp;
149 unsigned int front_offset, front_pitch;
150 unsigned int back_offset, back_pitch;
[all …]