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

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_helper.c 107 * creating the primary plane. However drivers that still call
117 struct drm_plane *primary; local in function:create_primary_plane
120 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
121 if (primary == NULL) {
122 DRM_DEBUG_KMS("Failed to allocate primary plane\n");
130 primary->format_default = true;
133 ret = drm_universal_plane_init(dev, primary, 0,
140 kfree(primary);
141 primary = NULL
177 struct drm_plane *primary; local in function:drm_crtc_init
    [all...]
drm_modeset_helper.c 107 * creating the primary plane. However drivers that still call
117 struct drm_plane *primary; local in function:create_primary_plane
120 primary = kzalloc(sizeof(*primary), GFP_KERNEL);
121 if (primary == NULL) {
122 DRM_DEBUG_KMS("Failed to allocate primary plane\n");
130 primary->format_default = true;
133 ret = drm_universal_plane_init(dev, primary, 0,
140 kfree(primary);
141 primary = NULL
177 struct drm_plane *primary; local in function:drm_crtc_init
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.c 75 bool primary = false; local in function:ast_kick_out_firmware_fb
85 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
87 drm_fb_helper_remove_conflicting_framebuffers(ap, "astdrmfb", primary);
ast_drv.c 75 bool primary = false; local in function:ast_kick_out_firmware_fb
85 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
87 drm_fb_helper_remove_conflicting_framebuffers(ap, "astdrmfb", primary);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cfg_space.c 360 * @primary: is the vGPU presented as primary
364 bool primary)
373 if (!primary) {
415 bool primary = vgpu_cfg_space(vgpu)[PCI_CLASS_DEVICE] != local in function:intel_vgpu_reset_cfg_space
428 intel_vgpu_init_cfg_space(vgpu, primary);
cfg_space.c 360 * @primary: is the vGPU presented as primary
364 bool primary)
373 if (!primary) {
415 bool primary = vgpu_cfg_space(vgpu)[PCI_CLASS_DEVICE] != local in function:intel_vgpu_reset_cfg_space
428 intel_vgpu_init_cfg_space(vgpu, primary);
fb_decoder.h 156 struct intel_vgpu_primary_plane_format primary; member in struct:intel_vgpu_pipe_format
fb_decoder.h 156 struct intel_vgpu_primary_plane_format primary; member in struct:intel_vgpu_pipe_format
  /src/bin/sh/
arithmetic.c 207 primary(int token, union a_token_val *val, int op, int noeval) function in typeref:typename:intmax_t
212 VTRACE(DBG_ARITH, ("Arith primary: token %d op %d%s\n",
240 return primary(op, val, arith_token(), noeval);
243 return -primary(op, val, arith_token(), noeval);
246 return !primary(op, val, arith_token(), noeval);
249 return ~primary(op, val, arith_token(), noeval);
263 arith_err("expecting primary");
283 b = primary(token, &val, arith_token(), noeval);
305 intmax_t a = primary(token, val, op, noeval);
arithmetic.c 207 primary(int token, union a_token_val *val, int op, int noeval) function in typeref:typename:intmax_t
212 VTRACE(DBG_ARITH, ("Arith primary: token %d op %d%s\n",
240 return primary(op, val, arith_token(), noeval);
243 return -primary(op, val, arith_token(), noeval);
246 return !primary(op, val, arith_token(), noeval);
249 return ~primary(op, val, arith_token(), noeval);
263 arith_err("expecting primary");
283 b = primary(token, &val, arith_token(), noeval);
305 intmax_t a = primary(token, val, op, noeval);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 265 struct drm_plane *primary, *cursor; local in function:vgdev_output_init
274 primary = virtio_gpu_plane_init(vgdev, DRM_PLANE_TYPE_PRIMARY, index);
275 if (IS_ERR(primary))
276 return PTR_ERR(primary);
280 drm_crtc_init_with_planes(dev, crtc, primary, cursor,
virtgpu_display.c 265 struct drm_plane *primary, *cursor; local in function:vgdev_output_init
274 primary = virtio_gpu_plane_init(vgdev, DRM_PLANE_TYPE_PRIMARY, index);
275 if (IS_ERR(primary))
276 return PTR_ERR(primary);
280 drm_crtc_init_with_planes(dev, crtc, primary, cursor,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 105 fb = entry->base.crtc.primary->state->fb;
114 fb = entry->base.crtc.primary->state->fb;
364 struct drm_plane *primary, *cursor; local in function:vmw_ldu_init
376 primary = &ldu->base.primary;
392 /* Initialize primary plane */
393 vmw_du_plane_reset(primary);
395 ret = drm_universal_plane_init(dev, &ldu->base.primary,
401 DRM_ERROR("Failed to initialize primary plane");
405 drm_plane_helper_add(primary, &vmw_ldu_primary_plane_helper_funcs)
    [all...]
vmwgfx_ldu.c 105 fb = entry->base.crtc.primary->state->fb;
114 fb = entry->base.crtc.primary->state->fb;
364 struct drm_plane *primary, *cursor; local in function:vmw_ldu_init
376 primary = &ldu->base.primary;
392 /* Initialize primary plane */
393 vmw_du_plane_reset(primary);
395 ret = drm_universal_plane_init(dev, &ldu->base.primary,
401 DRM_ERROR("Failed to initialize primary plane");
405 drm_plane_helper_add(primary, &vmw_ldu_primary_plane_helper_funcs)
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 80 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_reset
84 /* The primary DMA stream should look like new right about now.
86 primary->tail = 0;
87 primary->space = primary->size;
88 primary->last_flush = 0;
102 * Primary DMA stream
107 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_flush
122 if (primary->tail == primary->last_flush)
163 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_start
204 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_end
    [all...]
mga_dma.c 80 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_reset
84 /* The primary DMA stream should look like new right about now.
86 primary->tail = 0;
87 primary->space = primary->size;
88 primary->last_flush = 0;
102 * Primary DMA stream
107 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_flush
122 if (primary->tail == primary->last_flush)
163 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_start
204 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_end
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 83 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_reset
87 /* The primary DMA stream should look like new right about now.
89 primary->tail = 0;
90 primary->space = primary->size;
91 primary->last_flush = 0;
105 * Primary DMA stream
110 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_flush
125 if (primary->tail == primary->last_flush)
165 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_start
205 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_end
    [all...]
mga_dma.c 83 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_reset
87 /* The primary DMA stream should look like new right about now.
89 primary->tail = 0;
90 primary->space = primary->size;
91 primary->last_flush = 0;
105 * Primary DMA stream
110 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_flush
125 if (primary->tail == primary->last_flush)
165 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_start
205 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local in function:mga_do_dma_wrap_end
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_mst.c 33 static int radeon_dp_mst_set_be_cntl(struct radeon_encoder *primary,
37 struct drm_device *dev = primary->base.dev;
43 reg = RREG32(NI_DIG_BE_CNTL + primary->offset);
55 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DIG_BE_CNTL + primary->offset, reg);
56 WREG32(NI_DIG_BE_CNTL + primary->offset, reg);
65 DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe);
70 static int radeon_dp_mst_set_stream_attrib(struct radeon_encoder *primary,
75 struct drm_device *dev = primary->base.dev;
84 temp = RREG32(NI_DP_MSE_SAT0 + satreg + primary->offset);
94 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DP_MSE_SAT0 + satreg + primary->offset, temp)
392 struct radeon_encoder *radeon_encoder, *primary; local in function:radeon_mst_encoder_dpms
546 struct radeon_encoder *radeon_encoder, *primary; local in function:radeon_mst_encoder_prepare
    [all...]
radeon_dp_mst.c 33 static int radeon_dp_mst_set_be_cntl(struct radeon_encoder *primary,
37 struct drm_device *dev = primary->base.dev;
43 reg = RREG32(NI_DIG_BE_CNTL + primary->offset);
55 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DIG_BE_CNTL + primary->offset, reg);
56 WREG32(NI_DIG_BE_CNTL + primary->offset, reg);
65 DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe);
70 static int radeon_dp_mst_set_stream_attrib(struct radeon_encoder *primary,
75 struct drm_device *dev = primary->base.dev;
84 temp = RREG32(NI_DP_MSE_SAT0 + satreg + primary->offset);
94 DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DP_MSE_SAT0 + satreg + primary->offset, temp)
392 struct radeon_encoder *radeon_encoder, *primary; local in function:radeon_mst_encoder_dpms
546 struct radeon_encoder *radeon_encoder, *primary; local in function:radeon_mst_encoder_prepare
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 86 /** @primary: Primary node */
87 struct drm_minor *primary; member in struct:drm_device
drm_device.h 86 /** @primary: Primary node */
87 struct drm_minor *primary; member in struct:drm_device
  /src/sys/arch/alpha/alpha/
cpu.c 129 * primary and announce the AMASK extensions if they exist.
303 * the primary (although the primary idles on lwp0's PCB until its
333 /* XXX CHECK PRIMARY? */
346 const bool primary = ma->ma_slot == hwrpb->rpb_primary_cpu_id; local in function:cpuattach
356 aprint_normal(": ID %d%s, ", ma->ma_slot, primary ? " (primary)" : "");
386 pe = ", Primary Eligible";
400 if (primary)
401 panic("cpu_attach: primary CPU ID too large")
    [all...]
cpu.c 129 * primary and announce the AMASK extensions if they exist.
303 * the primary (although the primary idles on lwp0's PCB until its
333 /* XXX CHECK PRIMARY? */
346 const bool primary = ma->ma_slot == hwrpb->rpb_primary_cpu_id; local in function:cpuattach
356 aprint_normal(": ID %d%s, ", ma->ma_slot, primary ? " (primary)" : "");
386 pe = ", Primary Eligible";
400 if (primary)
401 panic("cpu_attach: primary CPU ID too large")
    [all...]
  /src/bin/test/
test.c 35 nexpr ::= primary | "!" primary
36 primary ::= unary-operator operand
175 static int primary(enum token);
454 return primary(n);
458 primary(enum token n) function in typeref:typename:int

Completed in 102 milliseconds

1 2 3