/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
|
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...] |
ite.c | 511 view_t *view; local in function:iteioctl 518 view = viewview(sc->grf->g_viewdev); 566 is->x = view->display.x; 567 is->y = view->display.y; 568 is->width = view->display.width; 569 is->height = view->display.height; 570 is->depth = view->bitmap->depth;
|
/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
|
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...] |
ite_cc.c | 119 view_t *view; /* the view for this ite. */ member in struct:ite_priv 219 cci->view = views[0].view; 221 ip->cols = cci->view->display.width / ip->ftwidth; 222 ip->rows = cci->view->display.height / ip->ftheight; 228 ite_default_height = cci->view->display.height; 229 ite_default_width = cci->view->display.width; 230 ite_default_x = cci->view->display.x; 231 ite_default_y = cci->view->display.y [all...] |
amidisplaycc.c | 38 * For each virtual terminal a new screen (a grfabs view) is allocated. 39 * Also one more view is allocated for the mapped screen on demand. 44 #include "view.h" 275 view_t * view; member in struct:amidisplaycc_screen 1001 maxcolor = (1 << scr->view->bitmap->depth) - 1; 1130 * Initialize (but not display) the view used for graphics. 1172 grf_display_view(adp->currentscreen->view); 1253 view_t * view; local in function:amidisplaycc_alloc_screen 1287 view = grf_alloc_view(NULL, &dimension, depth); 1288 if (view == NULL 1522 view_t * view; local in function:amidisplaycc_setvideo [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
|
atom.h | 36 } view; member in struct:nv50_head_atom 138 bool view:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
|
/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_display_types.h | 92 /* for each plane in the normal GTT view */ 96 /* for each plane in the rotated GTT view for no-CCS formats */ 547 struct i915_ggtt_view view; member in struct:intel_plane_state
|
/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_execbuf.c | 388 * vmw_view_res_val_add - Add a view and the surface it's pointing to to the 392 * @view: Pointer to the view resource. 397 struct vmw_resource *view) 402 * First add the resource the view is pointing to, otherwise it may be 403 * swapped out when the view is validated. 405 ret = vmw_execbuf_res_noctx_val_add(sw_context, vmw_view_srf(view), 406 vmw_view_dirtying(view)); 410 return vmw_execbuf_res_noctx_val_add(sw_context, view, 415 * vmw_view_id_val_add - Look up a view and add it and the surface it's pointin 434 struct vmw_resource *view; local in function:vmw_view_id_val_add 805 struct vmw_resource *view = NULL; local in function:vmw_view_bindings_add 2616 struct vmw_resource *view; local in function:vmw_cmd_dx_view_remove [all...] |
/src/usr.bin/mail/ |
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...] |
/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...] |
/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...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_vma.c | 113 const struct i915_ggtt_view *view; member in struct:i915_vma_key 132 long cmp = i915_vma_compare(__UNCONST(vma), key->vm, key->view); 157 const struct i915_ggtt_view *view) 189 if (view && view->type != I915_GGTT_VIEW_NORMAL) { 190 vma->ggtt_view = *view; 191 if (view->type == I915_GGTT_VIEW_PARTIAL) { 193 view->partial.offset, 194 view->partial.size, 196 vma->size = view->partial.size [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
hvm_op.h | 229 uint16_t view; member in struct:xen_hvm_altp2m_view 230 /* Create view only: default access type 238 /* view */ 239 uint16_t view; member in struct:xen_hvm_altp2m_set_mem_access 250 /* view */ 251 uint16_t view; member in struct:xen_hvm_altp2m_set_mem_access_multi 267 /* view */ 268 uint16_t view; member in struct:xen_hvm_altp2m_change_gfn 287 /* Create a new view */ 289 /* Destroy a view */ 305 struct xen_hvm_altp2m_view view; member in union:xen_hvm_altp2m_op::__anond721be74020a [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_types.h | 267 struct view { struct 286 /*< preferred view*/
|