Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/gpu/drm/savage/
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-6.1.9/drivers/gpu/drm/r128/
Dr128_state.c47 struct drm_clip_rect *boxes, int count) in r128_emit_clip_rects() argument
57 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()
[all …]
/linux-6.1.9/arch/x86/events/intel/
Duncore.c130 return dieid < uncore_max_dies() ? pmu->boxes[dieid] : NULL; in uncore_pmu_to_box()
931 kfree(pmu->boxes[die]); in uncore_free_boxes()
932 kfree(pmu->boxes); in uncore_free_boxes()
981 pmus[i].boxes = kzalloc(size, GFP_KERNEL); in uncore_type_init()
982 if (!pmus[i].boxes) in uncore_type_init()
1021 kfree(pmus[i].boxes); in uncore_type_init()
1129 if (WARN_ON_ONCE(pmu->boxes[die] != NULL)) in uncore_pci_pmu_register()
1147 pmu->boxes[die] = box; in uncore_pci_pmu_register()
1154 pmu->boxes[die] = NULL; in uncore_pci_pmu_register()
1205 pci_set_drvdata(pdev, pmu->boxes[die]); in uncore_pci_probe()
[all …]
Duncore.h127 struct intel_uncore_box **boxes; member
/linux-6.1.9/tools/vm/
Dslabinfo-gnuplot.sh94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
/linux-6.1.9/Documentation/devicetree/bindings/media/i2c/
Dths8200.txt4 recorders, set-top boxes.
/linux-6.1.9/Documentation/arm/sti/
Dstih407-overview.rst8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
Dstih418-overview.rst8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/dec/
Ddmfe.rst57 - Check on 64 bit boxes.
58 - Check and fix on big endian boxes.
/linux-6.1.9/drivers/platform/x86/intel/speed_select_if/
DKconfig12 via MMIO and Mail boxes to enumerate and control all the speed select
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c79 SVGA3dBox boxes[]; member
1672 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add()
1720 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full()
1792 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add()
1846 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1864 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1894 memset(&dirty->boxes[0], 0, sizeof(dirty->boxes[0]) * in vmw_surface_dirty_sync()
1925 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()
/linux-6.1.9/drivers/gpu/drm/mga/
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-6.1.9/Documentation/networking/
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-6.1.9/include/uapi/drm/
Di810_drm.h163 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
Dvia_drm.h188 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
Dr128_drm.h162 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
Dmga_drm.h190 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
667 struct drm_clip_rect __user *boxes; member
/linux-6.1.9/Documentation/fb/
Daty128fb.rst8 on Intel and PPC boxes.
Dvesafb.rst5 This is a generic driver for a graphic framebuffer on intel boxes.
/linux-6.1.9/arch/powerpc/crypto/
DKconfig95 tables or 256 bytes S-boxes.
/linux-6.1.9/kernel/irq/
DKconfig123 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/linux-6.1.9/drivers/gpu/drm/i810/
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-6.1.9/Documentation/scsi/
Dhpsa.rst62 tape drives, or entire storage boxes containing pre-configured logical drives.
/linux-6.1.9/Documentation/userspace-api/ioctl/
Dcdrom.rst55 CDROM_SELECT_DISC Select disc (for juke-boxes)
827 Select disc (for juke-boxes)

12