/linux-6.1.9/drivers/gpu/drm/savage/ |
D | savage_state.c | 806 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/ |
D | r128_state.c | 47 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/ |
D | uncore.c | 130 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 …]
|
D | uncore.h | 127 struct intel_uncore_box **boxes; member
|
/linux-6.1.9/tools/vm/ |
D | slabinfo-gnuplot.sh | 94 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/ |
D | ths8200.txt | 4 recorders, set-top boxes.
|
/linux-6.1.9/Documentation/arm/sti/ |
D | stih407-overview.rst | 8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
|
D | stih418-overview.rst | 8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/dec/ |
D | dmfe.rst | 57 - Check on 64 bit boxes. 58 - Check and fix on big endian boxes.
|
/linux-6.1.9/drivers/platform/x86/intel/speed_select_if/ |
D | Kconfig | 12 via MMIO and Mail boxes to enumerate and control all the speed select
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 79 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/ |
D | mga_state.c | 485 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/ |
D | plip.rst | 35 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/ |
D | i810_drm.h | 163 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
|
D | via_drm.h | 188 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
|
D | r128_drm.h | 162 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
|
D | mga_drm.h | 190 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
|
D | radeon_drm.h | 447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member 667 struct drm_clip_rect __user *boxes; member
|
/linux-6.1.9/Documentation/fb/ |
D | aty128fb.rst | 8 on Intel and PPC boxes.
|
D | vesafb.rst | 5 This is a generic driver for a graphic framebuffer on intel boxes.
|
/linux-6.1.9/arch/powerpc/crypto/ |
D | Kconfig | 95 tables or 256 bytes S-boxes.
|
/linux-6.1.9/kernel/irq/ |
D | Kconfig | 123 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
|
/linux-6.1.9/drivers/gpu/drm/i810/ |
D | i810_dma.c | 597 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/ |
D | hpsa.rst | 62 tape drives, or entire storage boxes containing pre-configured logical drives.
|
/linux-6.1.9/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 55 CDROM_SELECT_DISC Select disc (for juke-boxes) 827 Select disc (for juke-boxes)
|