Searched refs:mga_info (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Ddma.c67 memset(&mga_info, 0, sizeof (mga_info));
68 mga_info.mga_fd = fd;
108 maxwidth = (mga_info.mga_width + 31) / 32 * 32;
114 for (y = 0; y < mga_info.mga_height; y += height) {
115 if (y + maxheight > mga_info.mga_height)
116 height = mga_info.mga_height - y;
121 mga_info.mga_width, y + height,
H A Dtools.c68 if (ioctl(mga_info.mga_fd, GFX_IOCTL_GET_PCI_CONFIG,
72 mga_info.mga_vendor = pciconfig.VendorID;
73 mga_info.mga_device = pciconfig.DeviceID;
75 mga_info.mga_fb_addr = pciconfig.bar[0] & PCI_BASE_M_ADDR_M;
76 mga_info.mga_fb_size = MGASIZE_FB;
78 mga_info.mga_control_addr = pciconfig.bar[1] & PCI_BASE_M_ADDR_M;
79 mga_info.mga_control_size = MGASIZE_CONTROL;
81 mga_info.mga_iload_addr = pciconfig.bar[2] & PCI_BASE_M_ADDR_M;
82 mga_info.mga_iload_size = MGASIZE_ILOAD;
86 mga_info
[all...]
H A Dchip.c73 memset(&mga_info, 0, sizeof (mga_info));
74 mga_info.mga_fd = fd;
108 mga_info.mga_width, mga_info.mga_height, black)) {
126 if (!draw_lines(mga_info.mga_width, mga_info.mga_height)) {
152 if (!draw_cascaded_box(mga_info.mga_width, mga_info.mga_height)) {
180 mga_info
[all...]
H A Dmemory.c94 memset(&mga_info, 0, sizeof (mga_info));
95 mga_info.mga_fd = fd;
150 check_plane(mga_info.mga_depth, access_mode[i],
151 mga_info.mga_linesize / mga_info.mga_pixelsize,
152 mga_info.mga_height,
153 mga_info.mga_width, mga_info.mga_pixelsize,
154 mga_info
[all...]
H A Dmapper.c89 memset(&mga_info, 0, sizeof (mga_info));
90 mga_info.mga_fd = fd;
143 register mga_t volatile *const mgaptr = mga_info.mga_control_ptr;
192 register mga_t volatile *const mgaptr = mga_info.mga_control_ptr;
268 register mga_t volatile *const mgaptr = mga_info.mga_control_ptr;
H A DlibvtsSUNWmga.h66 typedef struct mga_info { struct
312 extern mga_info_t mga_info;
H A DlibvtsSUNWmga.c26 mga_info_t mga_info; variable

Completed in 31 milliseconds