Searched refs:primary (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_hdmi.c194 encoder->crtc->x, encoder->crtc->y, encoder->crtc->primary->fb))
H A Dcdv_intel_lvds.c375 encoder->crtc->primary->fb))
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c1238 struct drm_plane *primary; local
1290 primary = &rcrtc->vsp->planes[rcrtc->vsp_pipe].plane;
1292 primary = &rgrp->planes[swindex % 2].plane;
1294 ret = drm_crtc_init_with_planes(&rcdu->ddev, crtc, primary, NULL,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c161 DBG("allocating %d bytes for fb %d", gsize.bytes, dev->primary->index);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_wm.c396 struct drm_minor *minor = i915->drm.primary;
/linux-master/drivers/media/radio/
H A Dradio-si476x.c214 * on, primary tuner's antenna is the main one.
216 * off, primary tuner's antenna is the main one.
380 .primary = false,
407 strscpy(tuner->name, "AM/FM (primary)",
656 .primary = false,
1274 .primary = false,
1309 .primary = true,
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c734 * @primary: set if primary bus (32 bits only, soon to be deprecated)
755 struct device_node *dev, int primary)
763 dev, primary ? "(primary)" : "");
804 if (primary)
834 if (primary || isa_mem_base == 0)
754 pci_process_bridge_OF_ranges(struct pci_controller *hose, struct device_node *dev, int primary) argument
/linux-master/include/sound/sof/ipc4/
H A Dheader.h26 * @primary: Primary, mandatory part of the header
36 u32 primary; member in struct:sof_ipc4_msg::__anon3279::__anon3280
68 * IPC4 primary header bit allocation for messages
452 * IPC4 primary header bit allocation for replies
466 * IPC4 primary header bit allocation for notifications
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c300 ret = late_init_minor(dev->primary);
H A Dmsm_fb.c260 DBG("allocating %d bytes for fb %d", size, dev->primary->index);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ring.c551 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c376 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_ib.c116 * On SI, there are two parallel engines fed from the primary ring,
374 * Returns 0 on success, error if the primary GFX ring
480 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/media/mc/
H A Dmc-entity.c1634 struct media_link *media_create_ancillary_link(struct media_entity *primary, argument
1639 link = media_add_link(&primary->links);
1643 link->gobj0 = &primary->graph_obj;
1649 media_gobj_create(primary->graph_obj.mdev, MEDIA_GRAPH_LINK,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h358 struct drm_plane primary; member in struct:vmw_display_unit
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c159 int primary, int secondary)
162 secondary = primary;
163 saa_writel(SAA7134_CARRIER1_FREQ0 >> 2, tvaudio_carr2reg(primary));
564 /* Note: at least the primary carrier is right here */
158 tvaudio_setcarrier(struct saa7134_dev *dev, int primary, int secondary) argument
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c381 struct drm_plane *primary[MAX_BASES] = { NULL }; local
409 * N encoders set up by the driver. The first N planes become primary
432 primary[pi++] = plane;
440 crtc = mdp5_crtc_init(dev, primary[i], cursor[i], i);
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c632 struct fwnode_handle *fwnode, *primary; local
676 primary = acpi_fwnode_handle(adev);
677 primary->secondary = fwnode;
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c86 * f1 (aka. foreground1) is our primary plane, on top of which
1086 struct drm_plane *primary; local
1199 primary = priv->soc_info->has_osd ? &priv->f1 : &priv->f0;
1201 drm_plane_helper_add(primary, &ingenic_drm_plane_helper_funcs);
1203 ret = drm_universal_plane_init(drm, primary, 1,
1218 ret = drm_crtc_init_with_planes(drm, &priv->crtc, primary,
/linux-master/drivers/md/
H A Draid1.c2249 int primary; local
2274 for (primary = 0; primary < conf->raid_disks * 2; primary++)
2275 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
2276 !r1_bio->bios[primary]->bi_status) {
2277 r1_bio->bios[primary]->bi_end_io = NULL;
2278 rdev_dec_pending(conf->mirrors[primary].rdev, mddev);
2281 r1_bio->read_disk = primary;
2284 struct bio *pbio = r1_bio->bios[primary];
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c846 * only be false for primary planes.
919 * (including those that use the primary plane helper's
938 * drm_atomic_helper_check_crtc_primary_plane() - Check CRTC state for primary plane
941 * Checks that a CRTC has at least one primary plane attached to it, which is
943 * of the test. To test if the primary plane is visible or if it can be updated
948 * 0 if a primary plane is attached to the CRTC, or an error code otherwise
956 /* needs at least one primary plane to be enabled */
962 drm_dbg_atomic(dev, "[CRTC:%d:%s] primary plane missing\n", crtc->base.id, crtc->name);
1300 struct drm_plane *primary = crtc->primary; local
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-cmd.c351 .primary = false,
1226 rsqargs->primary << 4 | rsqargs->rsqack << 3 |
1281 rsqargs->primary << 4 | rsqargs->rsqack << 3 |
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c863 struct drm_plane *primary = NULL; local
869 primary = &mtk_crtc->planes[i];
874 ret = drm_crtc_init_with_planes(drm, &mtk_crtc->base, primary, cursor,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.c346 cursor_debugfs_init(cursor, drm_plane->dev->primary);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c501 struct device *kdev = i915->drm.primary->kdev;

Completed in 272 milliseconds

1234567891011>>