/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_mm.c | 132 node->start = adj_start; 141 BUG_ON(node->start + node->size > adj_end); 151 unsigned long start, 156 unsigned long end = start + size; 161 if (hole_start > start || hole_end < end) 168 node->start = start; 176 if (start == hole_start) { 190 DRM_ERROR("no hole found for block 0x%lx + 0x%lx\n", start, size); 241 unsigned long start, unsigne 150 drm_mm_create_block(struct drm_mm *mm, unsigned long start, unsigned long size, bool atomic) argument 237 drm_mm_insert_helper_range(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 289 drm_mm_get_block_range_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, int atomic) argument 314 drm_mm_insert_node_in_range_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 332 drm_mm_insert_node_in_range(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 394 check_free_hole(unsigned long start, unsigned long end, unsigned long size, unsigned alignment) argument 448 drm_mm_search_free_in_range_generic(const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, bool best_match) argument 544 drm_mm_init_scan_with_range(struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument 658 drm_mm_init(struct drm_mm * mm, unsigned long start, unsigned long size) argument 781 drm_mm_get_block_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 791 drm_mm_get_block_atomic_range( struct drm_mm_node *parent, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument 809 drm_mm_search_free_in_range( const struct drm_mm *mm, unsigned long size, unsigned alignment, unsigned long start, unsigned long end, bool best_match) argument [all...] |
H A D | drm_sun_idr.c | 40 fr_new(int start) argument 45 this->start = start; 47 this->min_unused_id = start; 71 fr_get(struct idr_free_id_range *list, int start) argument 75 while (entry && (entry->start != start)) 81 fr_insert(struct idr_free_id_range *list, int start) argument 87 while (prev->next && prev->next->start < start) 175 idr_get_new_above(struct idr *idrp, void *obj, int start, int *newid) argument [all...] |
H A D | drm_sun_i2c.c | 83 clock_t start; local 88 start = ddi_get_lbolt(); 93 if ((ddi_get_lbolt() - start) > adap->timeout) 138 /* Stop() must be called after start() or any 173 /* Write() must be called after start() or any 219 /* Read() must be called after start() or any 259 /* Ack() must be called after start() or any 287 /* Nak() must be called after start() or any 323 /* Wack() must be called after start() or any 471 clock_t start; local [all...] |
H A D | drm_edid.c | 996 unsigned char start = block * EDID_LENGTH; local 1018 .buf = &start, 2407 cea_db_offsets(const u8 *cea, int *start, int *end) argument 2410 *start = 4; 2419 #define for_each_cea_db(cea, i, start, end) \ 2420 for ((i) = (start); (i) < (end) && (i) + cea_db_payload_len(&(cea)[(i)]) < (end); (i) += cea_db_payload_len(&(cea)[(i)]) + 1) 2430 int i, start, end; local 2432 if (cea_db_offsets(cea, &start, &end)) 2435 for_each_cea_db(cea, i, start, end) { 2555 int i, start, en local 2607 int i, start, end, dbl; local 2797 int i, start, end; local [all...] |
H A D | drm_agpsupport.c | 505 int drm_agp_bind_memory(unsigned int key, uint32_t start, struct drm_device *dev) argument 510 bind.agpb_pgstart = start;
|
H A D | drm_sun_pci.c | 118 pdev->regions[i].start =
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_mm.h | 60 unsigned long start; member in struct:drm_mm_node 69 * according to the (increasing) start address of the memory node. */ 86 unsigned long *start, unsigned long *end); 126 unsigned long start, 139 unsigned long start, 154 unsigned long start, 161 unsigned long start, 172 unsigned long start, 184 unsigned long start, 199 unsigned long start, [all...] |
H A D | drm_sun_idr.h | 46 uint32_t start; member in struct:idr_free_id_range 59 extern int idr_get_new_above(struct idr *idrp, void *obj, int start, int *newid);
|
H A D | drm_sun_pci.h | 36 unsigned long start; member in struct:pci_config_region 63 #define pci_resource_start(pdev, bar) ((pdev)->regions[(bar)].start)
|
H A D | drm_crtc.h | 352 uint32_t start, uint32_t size);
|
/solaris-x11-s12/open-src/xserver/xserver-common/ |
H A D | x11-server | 59 start)
|
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.h | 38 int start,
|
H A D | HSBmap.c | 102 int start, 122 for (i = start; i <= end; i++) { 95 HSBramp( double h1, double s1, double b1, double h2, double s2, double b2, int start, int end, u_char *red, u_char *green, u_char *blue) argument
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | i915_io32.c | 40 dest64->start = dest32.start;
|
H A D | i915_gem_stolen.c | 114 I915_WRITE(ILK_DPFC_CB_BASE, compressed_fb->start); 116 I915_WRITE(DPFC_CB_BASE, compressed_fb->start); 129 dev_priv->mm.stolen_base + compressed_fb->start); 131 dev_priv->mm.stolen_base + compressed_llb->start); 284 stolen->start, stolen->size);
|
H A D | i915_gem_gtt.c | 431 obj->gtt_space->start >> PAGE_SHIFT, 441 obj->gtt_space->start >> PAGE_SHIFT, 614 unsigned long *start, 618 *start += 4096; 630 unsigned long start, 647 drm_mm_init(&dev_priv->mm.gtt_space, start, end - start - PAGE_SIZE); 665 dev_priv->gtt.start = start; 666 dev_priv->gtt.total = end - start; 612 i915_gtt_color_adjust(struct drm_mm_node *node, unsigned long color, unsigned long *start, unsigned long *end) argument 629 i915_gem_setup_global_gtt(struct drm_device *dev, unsigned long start, unsigned long mappable_end, unsigned long end) argument [all...] |
H A D | i915_drm.h | 309 int start; /* agp offset */ member in struct:drm_i915_batchbuffer 318 int start; /* agp offset */ member in struct:drm_i915_batchbuffer32 435 int *region_offset; /* offset from start of fb or agp */ 442 caddr32_t region_offset; /* offset from start of fb or agp */ 453 int start; member in struct:drm_i915_mem_init_heap 708 /** Offset in the batchbuffer to start execution from. */ 766 /** Offset in the batchbuffer to start execution from. */
|
H A D | intel_ringbuffer.h | 310 int intel_render_ring_init_dri(struct drm_device *dev, u64 start, u32 size);
|
H A D | i915_dma.c | 489 if ((batch->start | batch->used) & 0x7) { 512 OUT_RING(batch->start); 515 OUT_RING(batch->start | MI_BATCH_NON_SECURE); 523 OUT_RING(batch->start | MI_BATCH_NON_SECURE); 524 OUT_RING(batch->start + batch->used - 4); 639 DRM_DEBUG_DRIVER("i915 batchbuffer, start %x used %d cliprects %d\n", 640 batch->start, batch->used, batch->num_cliprects); 886 * clear and start the next frame before the swap occurred, and
|
H A D | i915_drv.h | 220 int start; member in struct:mem_block 462 unsigned long start; /* Start offset of used GTT */ member in struct:i915_gtt 915 uint64_t start; member in struct:drm_i915_error_state_buf 1340 * This is the same as gtt_space->start 1394 /** Position in the ringbuffer of the start of the request */ 1838 void i915_gem_setup_global_gtt(struct drm_device *dev, unsigned long start,
|
H A D | i915_gem.c | 1049 uint64_t start; local 1080 start = (dev->agp_aperbase + obj_priv->gtt_offset); 1083 drm_gem_mmap(obj, start); 1563 /* Record the position of the start of the request so that 2550 obj->gtt_space->start, 2551 obj->gtt_space->start + obj->gtt_space->size, 2562 obj->gtt_space->start, 2563 obj->gtt_space->start + obj->gtt_space->size, 2671 obj->gtt_offset = node->start; 2675 (node->start [all...] |
H A D | intel_ringbuffer.c | 423 "ctl %08x head %08x tail %08x start %08x\n", 434 "ctl %08x head %08x tail %08x start %08x\n", 457 "ctl %08x head %08x tail %08x start %08x\n", 1863 int intel_render_ring_init_dri(struct drm_device *dev, u64 start, u32 size) argument 1915 ring->map.offset = start;
|
/solaris-x11-s12/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 222 static int start = 0; variable 1499 if ((ncon != 2) || (start < 3)) 1500 start = i; 1576 if (++start > 5) start = 1; 1579 if (++start > 3) start = 1; 1583 fprintf(stderr, "current state = %d\n", start); 1584 if (start >= 3) { 1597 if (start_mode[start [all...] |
/solaris-x11-s12/open-src/data/ogl-select/ |
H A D | ogl-select | 54 start)
|
/solaris-x11-s12/open-src/lib/fontconfig/ |
H A D | fc-cache.sh | 42 start)
|