Home
last modified time | relevance | path

Searched refs:boxes (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/gpu/drm/savage/
A Dsavage_state.c806 const struct drm_clip_rect *boxes) in savage_dispatch_clear() argument
835 x = boxes[i].x1, y = boxes[i].y1; in savage_dispatch_clear()
836 w = boxes[i].x2 - boxes[i].x1; in savage_dispatch_clear()
837 h = boxes[i].y2 - boxes[i].y1; in savage_dispatch_clear()
875 unsigned int nbox, const struct drm_clip_rect *boxes) in savage_dispatch_swap() argument
893 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap()
894 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap()
895 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1, in savage_dispatch_swap()
896 boxes[i].y2 - boxes[i].y1)); in savage_dispatch_swap()
910 const struct drm_clip_rect *boxes) in savage_dispatch_draw() argument
[all …]
/linux/drivers/gpu/drm/r128/
A Dr128_state.c57 OUT_RING(boxes[0].x1); in r128_emit_clip_rects()
58 OUT_RING(boxes[0].x2 - 1); in r128_emit_clip_rects()
59 OUT_RING(boxes[0].y1); in r128_emit_clip_rects()
60 OUT_RING(boxes[0].y2 - 1); in r128_emit_clip_rects()
66 OUT_RING(boxes[1].x1); in r128_emit_clip_rects()
67 OUT_RING(boxes[1].x2 - 1); in r128_emit_clip_rects()
68 OUT_RING(boxes[1].y1); in r128_emit_clip_rects()
69 OUT_RING(boxes[1].y2 - 1); in r128_emit_clip_rects()
75 OUT_RING(boxes[2].x1); in r128_emit_clip_rects()
76 OUT_RING(boxes[2].x2 - 1); in r128_emit_clip_rects()
[all …]
/linux/arch/x86/events/intel/
A Duncore.c931 kfree(pmu->boxes[die]); in uncore_free_boxes()
932 kfree(pmu->boxes); in uncore_free_boxes()
982 if (!pmus[i].boxes) in uncore_type_init()
1021 kfree(pmus[i].boxes); in uncore_type_init()
1147 pmu->boxes[die] = box; in uncore_pci_pmu_register()
1154 pmu->boxes[die] = NULL; in uncore_pci_pmu_register()
1219 pmu->boxes[die] = NULL; in uncore_pci_pmu_unregister()
1444 box = pmu->boxes[die]; in uncore_change_type_ctx()
1483 box = pmu->boxes[id]; in uncore_box_unref()
1532 if (pmu->boxes[die]) in allocate_boxes()
[all …]
A Duncore.h126 struct intel_uncore_box **boxes; member
/linux/tools/vm/
A Dslabinfo-gnuplot.sh94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
/linux/Documentation/networking/device_drivers/ethernet/dec/
A Ddmfe.rst57 - Check on 64 bit boxes.
58 - Check and fix on big endian boxes.
/linux/Documentation/devicetree/bindings/media/i2c/
A Dths8200.txt4 recorders, set-top boxes.
/linux/Documentation/arm/sti/
A Dstih407-overview.rst8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
A Dstih418-overview.rst8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
/linux/drivers/platform/x86/intel/speed_select_if/
A DKconfig12 via MMIO and Mail boxes to enumerate and control all the speed select
/linux/drivers/gpu/drm/mga/
A Dmga_state.c485 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_clear()
573 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_swap()
641 &sarea_priv->boxes[i]); in mga_dma_dispatch_vertex()
688 &sarea_priv->boxes[i]); in mga_dma_dispatch_indices()
771 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_blit()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_surface.c85 SVGA3dBox boxes[]; member
1718 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add()
1766 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full()
1838 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add()
1892 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1910 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1940 memset(&dirty->boxes[0], 0, sizeof(dirty->boxes[0]) * in vmw_surface_dirty_sync()
1975 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()
/linux/Documentation/networking/
A Dplip.rst35 The PLIP cable is all that's needed to connect two Linux boxes, and it
38 Connecting two Linux boxes takes only a second's decision and a few
51 Can only be used to connect three (?) Linux boxes. Doesn't connect to
/linux/include/uapi/drm/
A Di810_drm.h163 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
A Dvia_drm.h188 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
A Dr128_drm.h162 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
A Dmga_drm.h190 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
A Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
667 struct drm_clip_rect __user *boxes; member
/linux/Documentation/fb/
A Daty128fb.rst8 on Intel and PPC boxes.
A Dvesafb.rst5 This is a generic driver for a graphic framebuffer on intel boxes.
/linux/kernel/irq/
A DKconfig121 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/linux/drivers/gpu/drm/i810/
A Di810_dma.c597 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_clear()
670 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_swap()
717 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex()
/linux/Documentation/scsi/
A Dhpsa.rst62 tape drives, or entire storage boxes containing pre-configured logical drives.
/linux/Documentation/userspace-api/ioctl/
A Dcdrom.rst55 CDROM_SELECT_DISC Select disc (for juke-boxes)
821 Select disc (for juke-boxes)
/linux/arch/x86/
A DKconfig.debug152 No port-IO delay. Will break on old boxes that require port-IO

Completed in 49 milliseconds

12