Searched refs:primary (Results 351 - 373 of 373) sorted by relevance

<<1112131415

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_pm.c1958 struct dentry *root = rdev->ddev->primary->debugfs_root;
H A Dr600.c4361 struct dentry *root = rdev->ddev->primary->debugfs_root;
H A Devergreen.c1413 * Triggers the actual pageflip by updating the primary
1420 struct drm_framebuffer *fb = radeon_crtc->base.primary->fb;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c2594 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_ras.c1850 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/include/linux/
H A Dpci.h664 unsigned char primary; /* Number of primary bridge */ member in struct:pci_bus
H A Dieee80211.h2771 * @primary: primary channel
2778 u8 primary; member in struct:ieee80211_he_6ghz_oper
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h369 * @IWL_MVM_ESR_EXIT_BANDWIDTH: Bandwidths of primary and secondry links
441 * @link_selection_primary: primary link selected by link selection
442 * @primary_link: primary link in eSR. Valid only for an associated MLD vif,
1296 * primary channel position relative to he whole bandwidth,
2954 bool primary);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1952 u8 primary:1; member in struct:bnxt_fw_health
H A Dbnxt.c2659 fw_health->primary = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1);
2674 fw_health->primary ? "primary" : "backup", status,
13328 if (fw_health->primary) {
14048 if (!bp->fw_health->primary) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4341 drm->primary->index + aconnector->bl_idx);
4371 * HACK: IGT tests expect that the primary plane for a CRTC
4373 * any CRTC if they're not going to be used as a primary plane
4457 /* There is one primary plane per CRTC */
4462 * Initialize primary planes, implicit planes for legacy IOCTLS.
4470 DRM_ERROR("KMS: Failed to initialize primary plane\n");
4476 * Initialize overlay planes, index starting after primary planes.
4477 * These planes have a higher DRM index than the primary planes since
8526 if (plane == pcrtc->primary)
9558 struct drm_plane *plane = disconnected_acrtc->base.primary;
[all...]
H A Damdgpu_dm_debugfs.c4014 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c614 * We assume the primary plane for pipe A has
622 plane = to_intel_plane(crtc->base.primary);
648 * Active_planes aliases if multiple "primary" or cursor planes
1483 struct intel_plane *plane = to_intel_plane(crtc->base.primary);
5985 * Correspondingly, support is currently added for primary plane only.
6044 * as of now. So support currently added for primary plane only.
7413 /* As one of the primary mmio accessors, KMS has a high
7575 * Common destruction function for all types of planes (primary, cursor,
H A Dintel_bios.c3780 struct drm_minor *minor = i915->drm.primary;
H A Dintel_cdclk.c3630 struct drm_minor *minor = i915->drm.primary;
H A Dintel_color.c1036 struct intel_plane *plane = to_intel_plane(crtc->base.primary);
2033 * the pipe bottom color are configured via the primary plane.
H A Dintel_dpll_mgr.c3296 enc_to_mst(encoder)->primary :
H A Dintel_psr.c3664 struct drm_minor *minor = i915->drm.primary;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3687 adev_to_drm(adev)->primary->debugfs_root,
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4700 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c4310 &i915->drm.primary->kdev->kobj);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1502 struct kobject *kobj = &vgpu->gvt->gt->i915->drm.primary->kdev->kobj;
/linux-master/net/wireless/
H A Dscan.c2028 return he_6ghz_oper->primary;
2061 * operating channel of a BSS, or if the AP reports a different primary channel.

Completed in 511 milliseconds

<<1112131415