Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 27) sorted by relevance

12

/drivers/gpu/drm/mga/
Dmga_state.c44 struct drm_clip_rect *box) in mga_emit_clip_rect() argument
62 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1, in mga_emit_clip_rect()
63 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch); in mga_emit_clip_rect()
502 struct drm_clip_rect *box = &pbox[i]; in mga_dma_dispatch_clear() local
503 u32 height = box->y2 - box->y1; in mga_dma_dispatch_clear()
506 box->x1, box->y1, box->x2, box->y2); in mga_dma_dispatch_clear()
513 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
514 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear()
529 MGA_YDSTLEN, (box->y1 << 16) | height, in mga_dma_dispatch_clear()
530 MGA_FXBNDRY, (box->x2 << 16) | box->x1); in mga_dma_dispatch_clear()
[all …]
/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c358 struct virtio_gpu_box box; in virtio_gpu_transfer_from_host_ioctl() local
378 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_from_host_ioctl()
382 &box, &fence); in virtio_gpu_transfer_from_host_ioctl()
403 struct virtio_gpu_box box; in virtio_gpu_transfer_to_host_ioctl() local
422 convert_to_hw_box(&box, &args->box); in virtio_gpu_transfer_to_host_ioctl()
426 box.w, box.h, box.x, box.y, NULL); in virtio_gpu_transfer_to_host_ioctl()
431 args->level, &box, &fence); in virtio_gpu_transfer_to_host_ioctl()
Dvirtgpu_vq.c816 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_to_host_3d() argument
828 cmd_p->box = *box; in virtio_gpu_cmd_transfer_to_host_3d()
838 struct virtio_gpu_box *box, in virtio_gpu_cmd_transfer_from_host_3d() argument
850 cmd_p->box = *box; in virtio_gpu_cmd_transfer_from_host_3d()
Dvirtgpu_drv.h312 struct virtio_gpu_box *box,
317 struct virtio_gpu_box *box,
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c271 SVGA3dCopyBox *box; in vmw_kms_cursor_snoop() local
297 box = (SVGA3dCopyBox *)&cmd[1]; in vmw_kms_cursor_snoop()
302 box->x != 0 || box->y != 0 || box->z != 0 || in vmw_kms_cursor_snoop()
303 box->srcx != 0 || box->srcy != 0 || box->srcz != 0 || in vmw_kms_cursor_snoop()
304 box->d != 1 || box_count != 1) { in vmw_kms_cursor_snoop()
310 box->srcx, box->srcy, box->srcz, in vmw_kms_cursor_snoop()
311 box->x, box->y, box->z, in vmw_kms_cursor_snoop()
312 box->w, box->h, box->d, box_count, in vmw_kms_cursor_snoop()
332 if (box->w == 64 && cmd->dma.guest.pitch == 64*4) { in vmw_kms_cursor_snoop()
336 for (i = 0; i < box->h; i++) in vmw_kms_cursor_snoop()
[all …]
/drivers/net/appletalk/
DKconfig9 on a network. If your Linux box is connected to such a network and you
11 so that your Linux box can act as a print and file server for Macs as
36 on a network. If your Linux box is connected to such a network, and wish
85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
86 you want your Linux box to act as an Internet gateway for a zoo of
106 IP packets inside AppleTalk frames; this is useful if your Linux box
/drivers/net/wan/
DKconfig15 inexpensive WAN interface card can allow your Linux box to directly
46 V.36 interface) to your Linux box. The cards can work as the
70 V.24, V.35 or V.36 interface) to your Linux box.
73 box directly to a T1 or E1 circuit.
101 Say Y to this option if your Linux box contains a WAN (Wide Area
103 connect the box to a WAN.
343 physical line from your box to the local "switch" (i.e. the entry
/drivers/media/usb/b2c2/
DKconfig5 Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
/drivers/net/slip/
DKconfig11 other local Unix box or if you want to configure your Linux box as a
/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h1693 SVGA3dBox box; member
1748 SVGA3dBox box; member
1792 SVGA3dBox box; member
Dsvga3d_dx.h610 SVGA3dCopyBox box; member
693 SVGA3dBox box; member
770 SVGA3dCopyBox box; member
/drivers/gpu/drm/i810/
Di810_dma.c714 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local
753 OUT_RING(box[i].x1 | (box[i].y1 << 16)); in i810_dma_dispatch_vertex()
754 OUT_RING((box[i].x2 - in i810_dma_dispatch_vertex()
755 1) | ((box[i].y2 - 1) << 16)); in i810_dma_dispatch_vertex()
/drivers/isdn/i4l/
DKconfig66 your Linux box as an ISDN-answering machine. Of course, this must be
77 (mgetty+sendfax, hylafax), you will be able to use your Linux box as
/drivers/net/plip/
DKconfig11 local machines. A PLIP link from a Linux box is a popular means to
/drivers/scsi/
Dhpsa.h85 u8 box[8]; member
Dhpsa.c791 u8 box; in path_info_show() local
830 box = hdev->box[i]; in path_info_show()
843 if (box == 0 || box == 0xFF) { in path_info_show()
852 box, bay, active); in path_info_show()
854 } else if (box != 0 && box != 0xFF) { in path_info_show()
857 box, active); in path_info_show()
3390 encl_dev->box[id_phys->active_path_number] = bssbp->phys_box_on_port; in hpsa_get_enclosure_info()
4129 memcpy(&this_device->box, in hpsa_get_path_info()
4131 sizeof(this_device->box)); in hpsa_get_path_info()
DKconfig433 sold under the Adaptec name. If it doesn't work out of the box, you
446 of the box, you may have to change some settings in
759 of the box, you may have to change some settings in
774 of the box, you may have to change some settings in
/drivers/net/hamradio/
DKconfig84 These cards are used to connect your Linux box to an amateur radio
/drivers/scsi/smartpqi/
Dsmartpqi.h748 u8 box[8]; member
Dsmartpqi_init.c1055 memcpy(&device->box, in pqi_get_physical_disk_info()
1057 sizeof(device->box)); in pqi_get_physical_disk_info()
1390 memcpy(existing_device->box, new_device->box, in pqi_scsi_update_device()
1391 sizeof(existing_device->box)); in pqi_scsi_update_device()
/drivers/input/mouse/
DKconfig348 be used on any box capable of RS232 (with some adaptor
/drivers/net/
DKconfig10 You can say N here if you don't intend to connect your Linux box to
/drivers/tty/
DKconfig206 your Linux box, for instance in order to become a dial-in server.
/drivers/char/
DKconfig99 box (as opposed to using a serial printer; if the connector at the
/drivers/hid/
DKconfig132 and Mac Pros. This receiver is also used in the Apple TV set-top box

12