Searched refs:primary (Results 76 - 100 of 369) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/cxl/
H A Dfault.c35 struct cxl_sste *primary, *sste, *ret = NULL; local
45 primary = ctx->sstp + (hash << 3);
47 for (entry = 0, sste = primary; entry < 8; entry++, sste++) {
57 ret = primary + ctx->sst_lru;
65 /* mask is the group index, we search primary and secondary here. */
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c316 * @primary: is the vGPU presented as primary
320 bool primary)
331 if (!primary) {
386 bool primary = vgpu_cfg_space(vgpu)[PCI_CLASS_DEVICE] != local
399 intel_vgpu_init_cfg_space(vgpu, primary);
319 intel_vgpu_init_cfg_space(struct intel_vgpu *vgpu, bool primary) argument
H A Ddebugfs.c196 struct drm_minor *minor = gvt->gt->i915->drm.primary;
210 struct drm_minor *minor = gvt->gt->i915->drm.primary;
224 struct drm_minor *minor = gvt->gt->i915->drm.primary;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs.c51 return &gt->i915->drm.primary->kdev->kobj;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_rap.c119 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_fw_attestation.c138 adev_to_drm(adev)->primary->debugfs_root,
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h135 /* primary plane hardware related ops */
189 struct lsdc_primary primary; member in struct:lsdc_display_pipe
224 struct drm_plane *primary,
320 struct drm_plane *primary,
327 struct drm_plane *primary,
/linux-master/include/drm/
H A Ddrm_kunit_helpers.h118 struct drm_plane *primary,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c198 struct drm_plane *primary = NULL, *cursor = NULL; local
214 /* find primary and cursor planes for drm_crtc_init_with_planes */
220 primary = plane;
231 primary,
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c46 "usage: %s [-v] -p file primary\n"
56 int fd, ofd, i, j, verbose = 0, primary = 0; local
80 primary = 1; /* make primary bootblock */
106 if (primary) {
107 /* generate bootblock for primary loader */
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c380 struct drm_plane *primary; local
410 primary = rzg2l_du_vsp_get_drm_plane(rcrtc, rcrtc->vsp_pipe);
411 if (IS_ERR(primary))
412 return PTR_ERR(primary);
414 ret = drmm_crtc_init_with_planes(&rcdu->ddev, crtc, primary, NULL,
/linux-master/drivers/gpu/drm/i915/
H A Di915_trace.h49 __entry->dev = i915->drm.primary->index;
209 __entry->dev = vm->i915->drm.primary->index;
235 __entry->dev = vm->i915->drm.primary->index;
259 __entry->dev = vm->i915->drm.primary->index;
280 __entry->dev = rq->i915->drm.primary->index;
307 __entry->dev = rq->i915->drm.primary->index;
356 __entry->dev = rq->i915->drm.primary->index;
385 __entry->dev = rq->i915->drm.primary->index;
626 __entry->dev = rq->i915->drm.primary->index;
694 __entry->dev = vm->i915->drm.primary
[all...]
/linux-master/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c55 const u32 format = mxsfb->crtc.primary->state->fb->format->format;
317 drm_plane_mask(crtc->primary);
319 /* The primary plane has to be enabled when the CRTC is active. */
351 crtc->primary);
680 drm_plane_helper_add(&mxsfb->planes.primary,
682 ret = drm_universal_plane_init(mxsfb->drm, &mxsfb->planes.primary, 1,
708 &mxsfb->planes.primary, NULL,
713 &mxsfb->planes.primary, NULL,
/linux-master/sound/soc/sof/intel/
H A Dhda-loader.c506 * return primary core id if both fw copy
555 msg.primary = hext_stream->hstream.stream_tag - 1;
556 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_LOAD_LIBRARY_PREPARE);
557 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
558 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG);
594 msg.primary &= ~SOF_IPC4_MSG_TYPE_MASK;
595 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_LOAD_LIBRARY);
596 msg.primary |= SOF_IPC4_GLB_LOAD_LIBRARY_LIB_ID(fw_lib->id);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c301 struct intel_plane *primary, *cursor; local
314 primary = skl_universal_plane_create(dev_priv, pipe,
317 primary = intel_primary_plane_create(dev_priv, pipe);
318 if (IS_ERR(primary)) {
319 ret = PTR_ERR(primary);
322 crtc->plane_ids_mask |= BIT(primary->id);
368 &primary->base, &cursor->base,
H A Dintel_sprite_uapi.c27 * sprite and not on the primary.
35 * the primary and not on the sprite.
99 * the dst colorkey on the primary plane.
107 crtc->base.primary);
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c320 drm_atomic_set_fb_for_plane(crtc->primary->state, fb);
380 struct drm_plane *primary, *plane; local
386 primary = shmob_drm_plane_create(sdev, DRM_PLANE_TYPE_PRIMARY, 0);
387 if (IS_ERR(primary))
388 return PTR_ERR(primary);
396 ret = drm_crtc_init_with_planes(&sdev->ddev, crtc, primary, NULL,
/linux-master/sound/soc/intel/avs/
H A Dipc.c219 dev_dbg(adev->dev, "FW not ready, skip notification: 0x%08x\n", msg.primary);
247 dev_info(adev->dev, "unknown notification: 0x%08x\n", msg.primary);
263 dev_dbg(adev->dev, "FW READY 0x%08x\n", msg.primary);
468 name, request->glb.primary, request->glb.ext.val, ret);
471 name, request->glb.primary, request->glb.ext.val, ret);
564 name, request->glb.primary, request->glb.ext.val, ret);
/linux-master/sound/soc/sof/
H A Dipc4-topology.c379 msg->primary = fw_module->man4_module_entry.id;
380 msg->primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_INIT_INSTANCE);
381 msg->primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
382 msg->primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG);
405 msg->primary |= fw_module->man4_module_entry.id;
743 pipeline->msg.primary = SOF_IPC4_GLB_PIPE_PRIORITY(pipeline->priority);
744 pipeline->msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_CREATE_PIPELINE);
745 pipeline->msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
746 pipeline->msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG);
1285 pipeline->msg.primary
[all...]
/linux-master/drivers/gpu/drm/sti/
H A Dsti_crtc.c321 sti_compositor_debugfs_init(compo, crtc->dev->primary);
350 struct drm_plane *primary, struct drm_plane *cursor)
355 res = drm_crtc_init_with_planes(drm_dev, crtc, primary, cursor,
349 sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, struct drm_plane *primary, struct drm_plane *cursor) argument
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c298 struct drm_plane *primary)
302 drm_plane_helper_add(primary, &armada_primary_plane_helper_funcs);
304 ret = drm_universal_plane_init(drm, primary, 0,
297 armada_drm_primary_plane_init(struct drm_device *drm, struct drm_plane *primary) argument
/linux-master/kernel/
H A Dprofile.c218 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; local
223 i = primary = (pc & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;
249 } while (i != primary);
/linux-master/sound/soc/intel/skylake/
H A Dcnl-sst.c347 header.primary = hipctdr;
349 dev_dbg(dsp->dev, "IPC irq: Firmware respond primary:%x",
350 header.primary);
354 if (CNL_IPC_GLB_NOTIFY_RSP_TYPE(header.primary)) {
396 header->primary | CNL_ADSP_REG_HIPCIDR_BUSY);
/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c118 DRM_INFO("Initialized udl on minor %d\n", udl->drm.primary->index);
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c37 struct drm_framebuffer *fb = crtc->primary->state->fb;
136 fb = crtci->primary->state->fb;
555 struct drm_plane *primary; local
568 primary = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_PRIMARY);
569 if (IS_ERR(primary)) {
570 ret = PTR_ERR(primary);
586 ret = drm_crtc_init_with_planes(dev, &vbox_crtc->base, primary, cursor,
602 drm_plane_cleanup(primary);
603 kfree(primary);

Completed in 256 milliseconds

1234567891011>>