HomeSort by: relevance | last modified time | path
    Searched defs:view (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/arch/atari/dev/
viewvar.h 33 /* The view major device is a placeholder device. It serves
44 view_t *view; member in struct:view_softc
viewvar.h 33 /* The view major device is a placeholder device. It serves
44 view_t *view; member in struct:view_softc
ite_et.c 158 * Final constraint: each grf needs a view....
296 view_t *view; local in function:view_init
319 panic("No memory for ite-view");
330 view = viewview(ip->grf->g_viewdev);
331 cci->regkva = view->bitmap->regs;
342 et_save = (save_area_t *)view->save_area;
344 et_inittextmode(ip, NULL, view->flags & VF_DISPLAY);
346 et_inittextmode(ip, &et_save->sv_regs, view->flags&VF_DISPLAY);
357 view_t *view; local in function:ite_newsize
368 view = viewview(ip->grf->g_viewdev)
406 view_t *view = viewview(ip->grf->g_viewdev); local in function:iteet_ioctl
    [all...]
ite_et.c 158 * Final constraint: each grf needs a view....
296 view_t *view; local in function:view_init
319 panic("No memory for ite-view");
330 view = viewview(ip->grf->g_viewdev);
331 cci->regkva = view->bitmap->regs;
342 et_save = (save_area_t *)view->save_area;
344 et_inittextmode(ip, NULL, view->flags & VF_DISPLAY);
346 et_inittextmode(ip, &et_save->sv_regs, view->flags&VF_DISPLAY);
357 view_t *view; local in function:ite_newsize
368 view = viewview(ip->grf->g_viewdev)
406 view_t *view = viewview(ip->grf->g_viewdev); local in function:iteet_ioctl
    [all...]
grfabs_reg.h 69 * View stuff.
72 struct view { struct
75 dmode_t *mode; /* the mode for this view */
76 colormap_t *colormap; /* the colormap for this view */
80 typedef struct view view_t;
82 /* View-flags: */
83 #define VF_DISPLAY 1 /* view is on the air now */
161 view_t *current_view; /* view displaying me */
ite_cc.c 184 * Final constraint: each grf needs a view....
352 panic("No memory for ite-view");
381 view_t *view; local in function:ite_newsize
392 view = viewview(ip->grf->g_viewdev);
397 ip->cols = view->display.width / ip->font.width;
398 ip->rows = view->display.height / ip->font.height;
404 ite_default_height = view->display.height;
405 ite_default_width = view->display.width;
406 ite_default_x = view->display.x;
407 ite_default_y = view->display.y
466 view_t *view = viewview(ip->grf->g_viewdev); local in function:itecc_ioctl
    [all...]
grfabs_reg.h 69 * View stuff.
72 struct view { struct
75 dmode_t *mode; /* the mode for this view */
76 colormap_t *colormap; /* the colormap for this view */
80 typedef struct view view_t;
82 /* View-flags: */
83 #define VF_DISPLAY 1 /* view is on the air now */
161 view_t *current_view; /* view displaying me */
ite_cc.c 184 * Final constraint: each grf needs a view....
352 panic("No memory for ite-view");
381 view_t *view; local in function:ite_newsize
392 view = viewview(ip->grf->g_viewdev);
397 ip->cols = view->display.width / ip->font.width;
398 ip->rows = view->display.height / ip->font.height;
404 ite_default_height = view->display.height;
405 ite_default_width = view->display.width;
406 ite_default_x = view->display.x;
407 ite_default_y = view->display.y
466 view_t *view = viewview(ip->grf->g_viewdev); local in function:itecc_ioctl
    [all...]
  /src/sys/arch/amiga/dev/
viewvar.h 33 /* The view major device is a placeholder device. It serves
42 view_t *view; member in struct:view_softc
viewvar.h 33 /* The view major device is a placeholder device. It serves
42 view_t *view; member in struct:view_softc
grfabs_reg.h 67 typedef struct view view_t;
94 * ``hardware_address'' is the only thing that /dev/view checks and it
195 * View stuff.
204 struct view { struct
207 void *data; /* view specific data. */
210 display_view_func *display_view; /* make this view active */
211 remove_view_func *remove_view; /* remove this view if active */
212 free_view_func *free_view; /* free this view */
213 get_mode_func *get_display_mode;/* get the mode this view belongs to */
234 alloc_view_func *alloc_view; /* allocate a view for this mode. *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
head.h 24 void (*view)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
head.h 24 void (*view)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 189 const struct i915_ggtt_view view = { local in function:intelfb_create
232 &view, false, &flags);
intel_fbdev.c 189 const struct i915_ggtt_view view = { local in function:intelfb_create
232 &view, false, &flags);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.c 42 * to it, and all context bindings of that view. Similarly we must restore
43 * the view bindings, views and surfaces pointed to by the views when a
48 * struct vmw_view - view metadata
51 * @ctx: Non-refcounted pointer to the context this view belongs to.
52 * @srf: Refcounted pointer to the surface pointed to by this view.
53 * @cotable: Refcounted pointer to the cotable holding this view.
54 * @srf_head: List head for the surface-to-view list.
56 * @view_type: View type.
57 * @view_id: User-space per context view id. Currently used also as per
58 * context device view id
133 struct vmw_view *view = vmw_view(res); local in function:vmw_view_commit_notify
164 struct vmw_view *view = vmw_view(res); local in function:vmw_view_create
209 struct vmw_view *view = vmw_view(res); local in function:vmw_view_destroy
290 struct vmw_view *view = vmw_view(res); local in function:vmw_view_res_free
332 struct vmw_view *view; local in function:vmw_view_add
    [all...]
vmwgfx_so.c 42 * to it, and all context bindings of that view. Similarly we must restore
43 * the view bindings, views and surfaces pointed to by the views when a
48 * struct vmw_view - view metadata
51 * @ctx: Non-refcounted pointer to the context this view belongs to.
52 * @srf: Refcounted pointer to the surface pointed to by this view.
53 * @cotable: Refcounted pointer to the cotable holding this view.
54 * @srf_head: List head for the surface-to-view list.
56 * @view_type: View type.
57 * @view_id: User-space per context view id. Currently used also as per
58 * context device view id
133 struct vmw_view *view = vmw_view(res); local in function:vmw_view_commit_notify
164 struct vmw_view *view = vmw_view(res); local in function:vmw_view_create
209 struct vmw_view *view = vmw_view(res); local in function:vmw_view_destroy
290 struct vmw_view *view = vmw_view(res); local in function:vmw_view_res_free
332 struct vmw_view *view; local in function:vmw_view_add
    [all...]
  /src/usr.bin/mail/
cmd1.c 400 view(void *v) function in typeref:typename:PUBLIC int
412 View(void *v)
cmd1.c 400 view(void *v) function in typeref:typename:PUBLIC int
412 View(void *v)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_mman.c 91 struct i915_ggtt_view view; local in function:check_partial_mapping
120 view = compute_partial_view(obj, page, MIN_CHUNK_PAGES);
122 vma = i915_gem_object_ggtt_pin(obj, &view, 0, 0, PIN_MAPPABLE);
124 pr_err("Failed to pin partial view: offset=%lu; err=%d\n",
129 n = page - view.partial.offset;
130 GEM_BUG_ON(n >= view.partial.size);
135 pr_err("Failed to iomap partial view: offset=%lu; err=%d\n",
154 pr_err("Partial view for %lu [%u] (offset=%llu, size=%u [%llu, row size %u], fence=%d, tiling=%d, stride=%d) misalignment, expected write to page (%llu + %u [0x%llx]) of 0x%x, found 0x%x\n",
156 view.partial.offset,
157 view.partial.size
205 struct i915_ggtt_view view = local in function:check_partial_mappings
    [all...]
i915_gem_mman.c 91 struct i915_ggtt_view view; local in function:check_partial_mapping
120 view = compute_partial_view(obj, page, MIN_CHUNK_PAGES);
122 vma = i915_gem_object_ggtt_pin(obj, &view, 0, 0, PIN_MAPPABLE);
124 pr_err("Failed to pin partial view: offset=%lu; err=%d\n",
129 n = page - view.partial.offset;
130 GEM_BUG_ON(n >= view.partial.size);
135 pr_err("Failed to iomap partial view: offset=%lu; err=%d\n",
154 pr_err("Partial view for %lu [%u] (offset=%llu, size=%u [%llu, row size %u], fence=%d, tiling=%d, stride=%d) misalignment, expected write to page (%llu + %u [0x%llx]) of 0x%x, found 0x%x\n",
156 view.partial.offset,
157 view.partial.size
205 struct i915_ggtt_view view = local in function:check_partial_mappings
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 70 const struct i915_ggtt_view *view)
75 vma = i915_vma_instance(obj, vm, view);
92 if (i915_vma_compare(vma, vm, view)) {
523 struct i915_ggtt_view view; local in function:igt_vma_rotate_remap
531 view.type = *t;
532 view.rotated.plane[0] = *a;
533 view.rotated.plane[1] = *b;
535 for_each_prime_number_from(view.rotated.plane[0].offset, 0, max_offset) {
536 for_each_prime_number_from(view.rotated.plane[1].offset, 0, max_offset) {
540 vma = checked_vma_instance(obj, vm, &view);
734 struct i915_ggtt_view view; local in function:igt_vma_partial
891 struct i915_ggtt_view view = { local in function:igt_vma_remapped_gtt
    [all...]
i915_vma.c 70 const struct i915_ggtt_view *view)
75 vma = i915_vma_instance(obj, vm, view);
92 if (i915_vma_compare(vma, vm, view)) {
523 struct i915_ggtt_view view; local in function:igt_vma_rotate_remap
531 view.type = *t;
532 view.rotated.plane[0] = *a;
533 view.rotated.plane[1] = *b;
535 for_each_prime_number_from(view.rotated.plane[0].offset, 0, max_offset) {
536 for_each_prime_number_from(view.rotated.plane[1].offset, 0, max_offset) {
540 vma = checked_vma_instance(obj, vm, &view);
734 struct i915_ggtt_view view; local in function:igt_vma_partial
891 struct i915_ggtt_view view = { local in function:igt_vma_remapped_gtt
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_mman.c 179 * for the mappable aperture!), a view is created instead and faulted
180 * into userspace. (This view is aligned and sized appropriately for
227 struct i915_ggtt_view view; local in function:compute_partial_view
232 view.type = I915_GGTT_VIEW_PARTIAL;
233 view.partial.offset = rounddown(page_offset, chunk);
234 view.partial.size =
236 (obj->base.size >> PAGE_SHIFT) - view.partial.offset);
240 view.type = I915_GGTT_VIEW_NORMAL;
242 return view;
465 /* Use a partial view if it is bigger than available space *
466 struct i915_ggtt_view view = local in function:vm_fault_gtt
    [all...]
i915_gem_mman.c 179 * for the mappable aperture!), a view is created instead and faulted
180 * into userspace. (This view is aligned and sized appropriately for
227 struct i915_ggtt_view view; local in function:compute_partial_view
232 view.type = I915_GGTT_VIEW_PARTIAL;
233 view.partial.offset = rounddown(page_offset, chunk);
234 view.partial.size =
236 (obj->base.size >> PAGE_SHIFT) - view.partial.offset);
240 view.type = I915_GGTT_VIEW_NORMAL;
242 return view;
465 /* Use a partial view if it is bigger than available space *
466 struct i915_ggtt_view view = local in function:vm_fault_gtt
    [all...]

Completed in 36 milliseconds

1 2