Symbol: primary
bin/sh/arith_yacc.c
193
return -primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
196
return !primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
199
return ~primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
216
b = primary(token, &val, yylex(), noeval);
bin/sh/arith_yacc.c
237
arith_t a = primary(token, val, op, noeval);
bin/test/test.c
190
static int primary(enum token);
bin/test/test.c
277
return primary(n);
crypto/openssh/auth-options.c
534
sshauthopt_merge(const struct sshauthopt *primary,
crypto/openssh/auth-options.c
551
tmp = primary->required_from_host_cert;
crypto/openssh/auth-options.c
556
tmp = primary->required_from_host_keys;
crypto/openssh/auth-options.c
566
ret->force_tun_device = primary->force_tun_device;
crypto/openssh/auth-options.c
569
if (primary->nenv > 0) {
crypto/openssh/auth-options.c
571
primary->env, primary->nenv) != 0)
crypto/openssh/auth-options.c
578
if (primary->npermitopen > 0) {
crypto/openssh/auth-options.c
580
primary->permitopen, primary->npermitopen) != 0)
crypto/openssh/auth-options.c
588
if (primary->npermitlisten > 0) {
crypto/openssh/auth-options.c
590
primary->permitlisten, primary->npermitlisten) != 0)
crypto/openssh/auth-options.c
598
#define OPTFLAG_AND(x) ret->x = (primary->x == 1) && (additional->x == 1)
crypto/openssh/auth-options.c
599
#define OPTFLAG_OR(x) ret->x = (primary->x == 1) || (additional->x == 1)
crypto/openssh/auth-options.c
612
if (primary->valid_before != 0)
crypto/openssh/auth-options.c
613
ret->valid_before = primary->valid_before;
crypto/openssh/auth-options.c
622
if (primary->force_command != NULL &&
crypto/openssh/auth-options.c
624
if (strcmp(primary->force_command,
crypto/openssh/auth-options.c
627
ret->force_command = strdup(primary->force_command);
crypto/openssh/auth-options.c
634
} else if (primary->force_command != NULL) {
crypto/openssh/auth-options.c
636
primary->force_command)) == NULL)
crypto/openssh/auth-options.h
103
struct sshauthopt *sshauthopt_merge(const struct sshauthopt *primary,
sbin/gpt/gpt.c
534
gpt_read_table(bool primary)
sbin/gpt/gpt.c
544
if (primary) {
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
95
crtc->x, crtc->y, crtc->primary->fb);
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
64
adev->ddev->primary->debugfs_root,
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
65
adev->ddev->primary);
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
827
struct drm_minor *minor = adev->ddev->primary;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2830
struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/amd/amdgpu/amdgpu_display.c
175
obj = crtc->primary->fb->obj[0];
sys/dev/drm/amd/amdgpu/amdgpu_display.c
234
crtc->primary->fb = fb;
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
479
struct drm_minor *minor = adev->ddev->primary;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2554
struct drm_minor *minor = adev->ddev->primary;
sys/dev/drm/amd/amdgpu/atombios_encoders.c
244
"amdgpu_bl%d", dev->primary->index);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1842
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1850
target_fb = crtc->primary->fb;
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2054
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2536
if (crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2540
abo = gem_to_amdgpu_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1884
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1892
target_fb = crtc->primary->fb;
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2096
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2615
if (crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2619
abo = gem_to_amdgpu_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1771
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1779
target_fb = crtc->primary->fb;
sys/dev/drm/amd/amdgpu/dce_v8_0.c
1963
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2437
if (crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2441
abo = gem_to_amdgpu_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/amd/amdgpu/dce_virtual.c
170
if (crtc->primary->fb) {
sys/dev/drm/amd/amdgpu/dce_virtual.c
174
abo = gem_to_amdgpu_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1718
dm->adev->ddev->primary->index);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4265
x += crtc->primary->state->src_x >> 16;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4266
y += crtc->primary->state->src_y >> 16;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
4983
struct drm_plane *plane = disconnected_acrtc->base.primary;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5186
new_plane_state = drm_atomic_get_new_plane_state(state, new_crtc_state->crtc->primary);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
795
struct drm_minor *minor = adev->ddev->primary;
sys/dev/drm/drm_atomic_helper.c
1090
struct drm_plane *primary = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
1097
drm_atomic_get_new_plane_state(old_state, primary);
sys/dev/drm/drm_atomic_helper.c
2964
primary_state = drm_atomic_get_plane_state(state, crtc->primary);
sys/dev/drm/drm_atomic_helper.c
3312
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
3367
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_atomic_helper.c
3411
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_crtc.c
270
struct drm_plane *primary,
sys/dev/drm/drm_crtc.c
278
WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY);
sys/dev/drm/drm_crtc.c
325
crtc->primary = primary;
sys/dev/drm/drm_crtc.c
327
if (primary && !primary->possible_crtcs)
sys/dev/drm/drm_crtc.c
328
primary->possible_crtcs = drm_crtc_mask(crtc);
sys/dev/drm/drm_crtc.c
414
plane = crtc->primary;
sys/dev/drm/drm_crtc.c
475
struct drm_plane *plane = tmp->primary;
sys/dev/drm/drm_crtc.c
484
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_crtc.c
491
struct drm_plane *plane = tmp->primary;
sys/dev/drm/drm_crtc.c
544
drm_rotation_90_or_270(crtc->primary->state->rotation))
sys/dev/drm/drm_crtc.c
599
plane = crtc->primary;
sys/dev/drm/drm_crtc_helper.c
1074
struct drm_plane *plane = crtc->primary;
sys/dev/drm/drm_crtc_helper.c
1089
drm_atomic_set_fb_for_plane(plane_state, crtc->primary->fb);
sys/dev/drm/drm_crtc_helper.c
189
crtc->primary->fb = NULL;
sys/dev/drm/drm_crtc_helper.c
598
save_set.fb = set->crtc->primary->fb;
sys/dev/drm/drm_crtc_helper.c
602
if (set->crtc->primary->fb != set->fb) {
sys/dev/drm/drm_crtc_helper.c
604
if (set->crtc->primary->fb == NULL) {
sys/dev/drm/drm_crtc_helper.c
607
} else if (set->fb->format != set->crtc->primary->fb->format) {
sys/dev/drm/drm_crtc_helper.c
723
set->crtc->primary->fb = set->fb;
sys/dev/drm/drm_crtc_helper.c
729
set->crtc->primary->fb = save_set.fb;
sys/dev/drm/drm_crtc_helper.c
744
set->crtc->primary->fb = set->fb;
sys/dev/drm/drm_crtc_helper.c
750
set->crtc->primary->fb = save_set.fb;
sys/dev/drm/drm_crtc_helper.c
956
crtc->x, crtc->y, crtc->primary->fb);
sys/dev/drm/drm_drv.c
122
return &dev->primary;
sys/dev/drm/drm_drv.c
913
dev->primary->index);
sys/dev/drm/drm_fb_helper.c
2510
struct drm_plane *plane = fb_crtc->mode_set.crtc->primary;
sys/dev/drm/drm_fb_helper.c
368
fb = crtc->primary->fb;
sys/dev/drm/drm_fb_helper.c
429
struct drm_plane *primary = mode_set->crtc->primary;
sys/dev/drm/drm_fb_helper.c
432
plane_state = drm_atomic_get_new_plane_state(state, primary);
sys/dev/drm/drm_fb_helper.c
574
if (crtc->primary->fb)
sys/dev/drm/drm_fb_helper.c
576
if (crtc->primary->fb == fb_helper->fb)
sys/dev/drm/drm_framebuffer.c
880
if (disable_crtcs && plane_state->crtc->primary == plane) {
sys/dev/drm/drm_framebuffer.c
944
if (crtc->primary->fb == fb) {
sys/dev/drm/drm_modeset_helper.c
110
struct drm_plane *primary;
sys/dev/drm/drm_modeset_helper.c
113
primary = kzalloc(sizeof(*primary), GFP_KERNEL);
sys/dev/drm/drm_modeset_helper.c
114
if (primary == NULL) {
sys/dev/drm/drm_modeset_helper.c
123
primary->format_default = true;
sys/dev/drm/drm_modeset_helper.c
126
ret = drm_universal_plane_init(dev, primary, 0,
sys/dev/drm/drm_modeset_helper.c
133
kfree(primary);
sys/dev/drm/drm_modeset_helper.c
134
primary = NULL;
sys/dev/drm/drm_modeset_helper.c
137
return primary;
sys/dev/drm/drm_modeset_helper.c
155
struct drm_plane *primary;
sys/dev/drm/drm_modeset_helper.c
157
primary = create_primary_plane(dev);
sys/dev/drm/drm_modeset_helper.c
158
return drm_crtc_init_with_planes(dev, crtc, primary, NULL, funcs,
sys/dev/drm/drm_plane.c
1047
plane = crtc->primary;
sys/dev/drm/drm_simple_kms_helper.c
55
drm_plane_mask(crtc->primary);
sys/dev/drm/drm_sysfs.c
41
dev->primary->index,
sys/dev/drm/i915/gvt/gvt.h
366
__s32 primary;
sys/dev/drm/i915/gvt/gvt.h
469
bool primary);
sys/dev/drm/i915/i915_drv.c
783
bool primary;
sys/dev/drm/i915/i915_drv.c
793
primary =
sys/dev/drm/i915/i915_drv.c
796
ret = drm_fb_helper_remove_conflicting_framebuffers(ap, "inteldrmfb", primary);
sys/dev/drm/i915/i915_gpu_error.c
1903
i915->drm.primary->index);
sys/dev/drm/i915/i915_irq.c
1422
kobject_uevent_env(&dev_priv->drm.primary->kdev->kobj,
sys/dev/drm/i915/i915_irq.c
3168
struct kobject *kobj = &dev_priv->drm.primary->kdev->kobj;
sys/dev/drm/i915/i915_perf.c
2881
&dev_priv->drm.primary->kdev->kobj);
sys/dev/drm/i915/i915_sysfs.c
583
struct device *kdev = dev_priv->drm.primary->kdev;
sys/dev/drm/i915/i915_sysfs.c
634
struct device *kdev = dev_priv->drm.primary->kdev;
sys/dev/drm/i915/intel_display.c
1033
return crtc->active && crtc->base.primary->state->fb &&
sys/dev/drm/i915/intel_display.c
12616
to_intel_plane(crtc->primary));
sys/dev/drm/i915/intel_display.c
13799
struct intel_plane *primary = NULL;
sys/dev/drm/i915/intel_display.c
13808
primary = kzalloc(sizeof(*primary), GFP_KERNEL);
sys/dev/drm/i915/intel_display.c
13809
if (!primary) {
sys/dev/drm/i915/intel_display.c
13814
state = intel_create_plane_state(&primary->base);
sys/dev/drm/i915/intel_display.c
13820
primary->base.state = &state->base;
sys/dev/drm/i915/intel_display.c
13824
primary->pipe = pipe;
sys/dev/drm/i915/intel_display.c
13830
primary->i9xx_plane = (enum i9xx_plane_id) !pipe;
sys/dev/drm/i915/intel_display.c
13832
primary->i9xx_plane = (enum i9xx_plane_id) pipe;
sys/dev/drm/i915/intel_display.c
13833
primary->id = PLANE_PRIMARY;
sys/dev/drm/i915/intel_display.c
13834
primary->frontbuffer_bit = INTEL_FRONTBUFFER(pipe, primary->id);
sys/dev/drm/i915/intel_display.c
13837
primary->has_fbc = skl_plane_has_fbc(dev_priv,
sys/dev/drm/i915/intel_display.c
13838
primary->pipe,
sys/dev/drm/i915/intel_display.c
13839
primary->id);
sys/dev/drm/i915/intel_display.c
13841
primary->has_fbc = i9xx_plane_has_fbc(dev_priv,
sys/dev/drm/i915/intel_display.c
13842
primary->i9xx_plane);
sys/dev/drm/i915/intel_display.c
13844
if (primary->has_fbc) {
sys/dev/drm/i915/intel_display.c
13847
fbc->possible_framebuffer_bits |= primary->frontbuffer_bit;
sys/dev/drm/i915/intel_display.c
13851
primary->has_ccs = skl_plane_has_ccs(dev_priv, pipe,
sys/dev/drm/i915/intel_display.c
13862
if (primary->has_ccs)
sys/dev/drm/i915/intel_display.c
13867
primary->max_stride = skl_plane_max_stride;
sys/dev/drm/i915/intel_display.c
13868
primary->update_plane = skl_update_plane;
sys/dev/drm/i915/intel_display.c
13869
primary->disable_plane = skl_disable_plane;
sys/dev/drm/i915/intel_display.c
13870
primary->get_hw_state = skl_plane_get_hw_state;
sys/dev/drm/i915/intel_display.c
13871
primary->check_plane = skl_plane_check;
sys/dev/drm/i915/intel_display.c
13879
primary->max_stride = i9xx_plane_max_stride;
sys/dev/drm/i915/intel_display.c
13880
primary->update_plane = i9xx_update_plane;
sys/dev/drm/i915/intel_display.c
13881
primary->disable_plane = i9xx_disable_plane;
sys/dev/drm/i915/intel_display.c
13882
primary->get_hw_state = i9xx_plane_get_hw_state;
sys/dev/drm/i915/intel_display.c
13883
primary->check_plane = i9xx_plane_check;
sys/dev/drm/i915/intel_display.c
13891
primary->max_stride = i9xx_plane_max_stride;
sys/dev/drm/i915/intel_display.c
13892
primary->update_plane = i9xx_update_plane;
sys/dev/drm/i915/intel_display.c
13893
primary->disable_plane = i9xx_disable_plane;
sys/dev/drm/i915/intel_display.c
13894
primary->get_hw_state = i9xx_plane_get_hw_state;
sys/dev/drm/i915/intel_display.c
13895
primary->check_plane = i9xx_plane_check;
sys/dev/drm/i915/intel_display.c
13901
ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
sys/dev/drm/i915/intel_display.c
13908
ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
sys/dev/drm/i915/intel_display.c
13915
ret = drm_universal_plane_init(&dev_priv->drm, &primary->base,
sys/dev/drm/i915/intel_display.c
13921
plane_name(primary->i9xx_plane));
sys/dev/drm/i915/intel_display.c
13946
drm_plane_create_rotation_property(&primary->base,
sys/dev/drm/i915/intel_display.c
13951
drm_plane_create_color_properties(&primary->base,
sys/dev/drm/i915/intel_display.c
13959
drm_plane_helper_add(&primary->base, &intel_plane_helper_funcs);
sys/dev/drm/i915/intel_display.c
13961
return primary;
sys/dev/drm/i915/intel_display.c
13965
kfree(primary);
sys/dev/drm/i915/intel_display.c
14073
struct intel_plane *primary = NULL;
sys/dev/drm/i915/intel_display.c
14090
primary = intel_primary_plane_create(dev_priv, pipe);
sys/dev/drm/i915/intel_display.c
14091
if (IS_ERR(primary)) {
sys/dev/drm/i915/intel_display.c
14092
ret = PTR_ERR(primary);
sys/dev/drm/i915/intel_display.c
14095
intel_crtc->plane_ids_mask |= BIT(primary->id);
sys/dev/drm/i915/intel_display.c
14116
&primary->base, &cursor->base,
sys/dev/drm/i915/intel_display.c
14132
enum i9xx_plane_id i9xx_plane = primary->i9xx_plane;
sys/dev/drm/i915/intel_display.c
14538
plane = to_intel_plane(crtc->base.primary);
sys/dev/drm/i915/intel_display.c
15580
to_intel_plane(crtc->base.primary);
sys/dev/drm/i915/intel_display.c
2840
struct drm_plane *primary = intel_crtc->base.primary;
sys/dev/drm/i915/intel_display.c
2841
struct drm_plane_state *plane_state = primary->state;
sys/dev/drm/i915/intel_display.c
2842
struct intel_plane *intel_plane = to_intel_plane(primary);
sys/dev/drm/i915/intel_display.c
2870
state = to_intel_plane_state(c->primary->state);
sys/dev/drm/i915/intel_display.c
2937
atomic_or(to_intel_plane(primary)->frontbuffer_bit,
sys/dev/drm/i915/intel_display.c
5361
struct drm_plane *primary = crtc->base.primary;
sys/dev/drm/i915/intel_display.c
5363
drm_atomic_get_old_plane_state(old_state, primary);
sys/dev/drm/i915/intel_display.c
5375
drm_atomic_get_new_plane_state(old_state, primary);
sys/dev/drm/i915/intel_display.c
5400
struct drm_plane *primary = crtc->base.primary;
sys/dev/drm/i915/intel_display.c
5402
drm_atomic_get_old_plane_state(old_state, primary);
sys/dev/drm/i915/intel_display.c
5413
to_intel_plane(primary));
sys/dev/drm/i915/intel_display.c
7855
struct intel_plane *plane = to_intel_plane(crtc->base.primary);
sys/dev/drm/i915/intel_display.c
8894
struct intel_plane *plane = to_intel_plane(crtc->base.primary);
sys/dev/drm/i915/intel_dp_mst.c
130
mgr = &enc_to_mst(old_encoder)->primary->dp.mst_mgr;
sys/dev/drm/i915/intel_dp_mst.c
146
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
170
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
208
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
222
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
269
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
304
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
39
struct intel_digital_port *intel_dig_port = intel_mst->primary;
sys/dev/drm/i915/intel_dp_mst.c
548
intel_mst->primary = intel_dig_port;
sys/dev/drm/i915/intel_drv.h
1204
struct intel_digital_port *primary;
sys/dev/drm/i915/intel_fbc.c
1253
crtc->base.primary->state->visible)
sys/dev/drm/i915/intel_fbc.c
830
params->crtc.i9xx_plane = to_intel_plane(crtc->base.primary)->i9xx_plane;
sys/dev/drm/i915/intel_fbc.c
945
return to_intel_plane(fbc->crtc->base.primary)->frontbuffer_bit;
sys/dev/drm/i915/intel_fbdev.c
579
intel_fb_obj(crtc->primary->state->fb);
sys/dev/drm/i915/intel_fbdev.c
591
fb = to_intel_framebuffer(crtc->primary->state->fb);
sys/dev/drm/i915/intel_fbdev.c
671
WARN(!crtc->primary->state->fb,
sys/dev/drm/i915/intel_guc_log.c
412
dev_priv->drm.primary->debugfs_root,
sys/dev/drm/i915/intel_overlay.c
668
to_intel_plane_state(overlay->crtc->base.primary->state);
sys/dev/drm/i915/intel_pm.c
2204
crtc->base.primary->state->fb;
sys/dev/drm/i915/intel_pm.c
2285
crtc->base.primary->state->fb;
sys/dev/drm/i915/intel_pm.c
2312
crtc->base.primary->state->fb;
sys/dev/drm/i915/intel_pm.c
2338
obj = intel_fb_obj(enabled->base.primary->state->fb);
sys/dev/drm/i915/intel_pm.c
2360
enabled->base.primary->state->fb;
sys/dev/drm/i915/intel_pm.c
863
crtc->base.primary->state->fb;
sys/dev/drm/i915/intel_sprite.c
1460
crtc->base.primary);
sys/dev/drm/include/drm/drm_crtc.h
1113
struct drm_plane *primary,
sys/dev/drm/include/drm/drm_crtc.h
892
struct drm_plane *primary;
sys/dev/drm/include/drm/drm_device.h
45
struct drm_minor *primary; /**< Primary node */
sys/dev/drm/include/drm/drm_fb_helper.h
619
const char *name, bool primary)
sys/dev/drm/include/drm/drm_fb_helper.h
622
return remove_conflicting_framebuffers(a, name, primary);
sys/dev/drm/include/linux/fb.h
56
const char *name, bool primary);
sys/dev/drm/radeon/atombios_crtc.c
1161
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/radeon/atombios_crtc.c
1169
target_fb = crtc->primary->fb;
sys/dev/drm/radeon/atombios_crtc.c
1438
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/radeon/atombios_crtc.c
1472
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/radeon/atombios_crtc.c
1480
target_fb = crtc->primary->fb;
sys/dev/drm/radeon/atombios_crtc.c
1632
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/radeon/atombios_crtc.c
2138
if (crtc->primary->fb) {
sys/dev/drm/radeon/atombios_crtc.c
2142
rbo = gem_to_radeon_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/radeon/atombios_encoders.c
260
"radeon_bl%d", dev->primary->index);
sys/dev/drm/radeon/r100.c
3239
rdev->mode_info.crtcs[0]->base.primary->fb;
sys/dev/drm/radeon/r100.c
3247
rdev->mode_info.crtcs[1]->base.primary->fb;
sys/dev/drm/radeon/radeon_connectors.c
115
crtc->x, crtc->y, crtc->primary->fb);
sys/dev/drm/radeon/radeon_device.c
1632
struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/radeon/radeon_device.c
1976
rdev->ddev->primary->debugfs_root,
sys/dev/drm/radeon/radeon_device.c
1977
rdev->ddev->primary);
sys/dev/drm/radeon/radeon_display.c
505
obj = crtc->primary->fb->obj[0];
sys/dev/drm/radeon/radeon_display.c
588
crtc->primary->fb = fb;
sys/dev/drm/radeon/radeon_dp_mst.c
104
DRM_ERROR("timed out waitin for SAT update %d\n", primary->offset);
sys/dev/drm/radeon/radeon_dp_mst.c
111
struct radeon_encoder *primary)
sys/dev/drm/radeon/radeon_dp_mst.c
146
radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots);
sys/dev/drm/radeon/radeon_dp_mst.c
153
radeon_dp_mst_set_stream_attrib(primary, i, 0, 0);
sys/dev/drm/radeon/radeon_dp_mst.c
25
static int radeon_dp_mst_set_be_cntl(struct radeon_encoder *primary,
sys/dev/drm/radeon/radeon_dp_mst.c
29
struct drm_device *dev = primary->base.dev;
sys/dev/drm/radeon/radeon_dp_mst.c
35
reg = RREG32(NI_DIG_BE_CNTL + primary->offset);
sys/dev/drm/radeon/radeon_dp_mst.c
389
struct radeon_encoder *radeon_encoder, *primary;
sys/dev/drm/radeon/radeon_dp_mst.c
410
primary = mst_enc->primary;
sys/dev/drm/radeon/radeon_dp_mst.c
412
dig_enc = primary->enc_priv;
sys/dev/drm/radeon/radeon_dp_mst.c
428
atombios_dig_encoder_setup(&primary->base, ATOM_ENCODER_CMD_SETUP, 0);
sys/dev/drm/radeon/radeon_dp_mst.c
429
atombios_dig_transmitter_setup2(&primary->base, ATOM_TRANSMITTER_ACTION_ENABLE,
sys/dev/drm/radeon/radeon_dp_mst.c
434
radeon_dp_link_train(&primary->base, &mst_enc->connector->base);
sys/dev/drm/radeon/radeon_dp_mst.c
455
radeon_dp_mst_set_be_cntl(primary, mst_enc,
sys/dev/drm/radeon/radeon_dp_mst.c
459
radeon_dp_mst_update_stream_attribs(radeon_connector->mst_port, primary);
sys/dev/drm/radeon/radeon_dp_mst.c
466
atombios_dig_encoder_setup2(&primary->base, ATOM_ENCODER_CMD_DP_VIDEO_ON, 0,
sys/dev/drm/radeon/radeon_dp_mst.c
47
DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DIG_BE_CNTL + primary->offset, reg);
sys/dev/drm/radeon/radeon_dp_mst.c
48
WREG32(NI_DIG_BE_CNTL + primary->offset, reg);
sys/dev/drm/radeon/radeon_dp_mst.c
491
radeon_dp_mst_update_stream_attribs(radeon_connector->mst_port, primary);
sys/dev/drm/radeon/radeon_dp_mst.c
493
radeon_dp_mst_set_be_cntl(primary, mst_enc,
sys/dev/drm/radeon/radeon_dp_mst.c
495
atombios_dig_encoder_setup2(&primary->base, ATOM_ENCODER_CMD_DP_VIDEO_OFF, 0,
sys/dev/drm/radeon/radeon_dp_mst.c
525
mst_enc->primary->active_device = mst_enc->primary->devices & mst_enc->connector->devices;
sys/dev/drm/radeon/radeon_dp_mst.c
527
mst_enc->primary->active_device, mst_enc->primary->devices,
sys/dev/drm/radeon/radeon_dp_mst.c
528
mst_enc->connector->devices, mst_enc->primary->base.encoder_type);
sys/dev/drm/radeon/radeon_dp_mst.c
543
struct radeon_encoder *radeon_encoder, *primary;
sys/dev/drm/radeon/radeon_dp_mst.c
558
primary = mst_enc->primary;
sys/dev/drm/radeon/radeon_dp_mst.c
560
dig_enc = primary->enc_priv;
sys/dev/drm/radeon/radeon_dp_mst.c
565
dig_enc->dig_encoder = radeon_atom_pick_dig_encoder(&primary->base, -1);
sys/dev/drm/radeon/radeon_dp_mst.c
566
primary->offset = radeon_atom_set_enc_offset(dig_enc->dig_encoder);
sys/dev/drm/radeon/radeon_dp_mst.c
57
DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
571
DRM_DEBUG_KMS("%d %d\n", dig_enc->dig_encoder, primary->offset);
sys/dev/drm/radeon/radeon_dp_mst.c
62
static int radeon_dp_mst_set_stream_attrib(struct radeon_encoder *primary,
sys/dev/drm/radeon/radeon_dp_mst.c
650
mst_enc->primary = to_radeon_encoder(enc_master);
sys/dev/drm/radeon/radeon_dp_mst.c
67
struct drm_device *dev = primary->base.dev;
sys/dev/drm/radeon/radeon_dp_mst.c
76
temp = RREG32(NI_DP_MSE_SAT0 + satreg + primary->offset);
sys/dev/drm/radeon/radeon_dp_mst.c
86
DRM_DEBUG_KMS("writing 0x%08x 0x%08x\n", NI_DP_MSE_SAT0 + satreg + primary->offset, temp);
sys/dev/drm/radeon/radeon_dp_mst.c
87
WREG32(NI_DP_MSE_SAT0 + satreg + primary->offset, temp);
sys/dev/drm/radeon/radeon_dp_mst.c
89
WREG32(NI_DP_MSE_SAT_UPDATE + primary->offset, 1);
sys/dev/drm/radeon/radeon_dp_mst.c
94
temp = RREG32(NI_DP_MSE_SAT_UPDATE + primary->offset);
sys/dev/drm/radeon/radeon_drv.c
363
bool primary = false;
sys/dev/drm/radeon/radeon_drv.c
373
primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
sys/dev/drm/radeon/radeon_drv.c
375
drm_fb_helper_remove_conflicting_framebuffers(ap, "radeondrmfb", primary);
sys/dev/drm/radeon/radeon_legacy_crtc.c
1088
if (crtc->primary->fb) {
sys/dev/drm/radeon/radeon_legacy_crtc.c
1092
rbo = gem_to_radeon_bo(crtc->primary->fb->obj[0]);
sys/dev/drm/radeon/radeon_legacy_crtc.c
390
if (!atomic && !crtc->primary->fb) {
sys/dev/drm/radeon/radeon_legacy_crtc.c
398
target_fb = crtc->primary->fb;
sys/dev/drm/radeon/radeon_legacy_crtc.c
445
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/radeon/radeon_legacy_crtc.c
555
if (!atomic && fb && fb != crtc->primary->fb) {
sys/dev/drm/radeon/radeon_legacy_crtc.c
575
const struct drm_framebuffer *fb = crtc->primary->fb;
sys/dev/drm/radeon/radeon_legacy_encoders.c
396
"radeon_bl%d", dev->primary->index);
sys/dev/drm/radeon/radeon_mode.h
453
struct radeon_encoder *primary;
sys/dev/drm/radeon/radeon_ttm.c
1186
struct drm_minor *minor = rdev->ddev->primary;
sys/dev/raid/asr/osd_unix.h
448
uCHAR primary; /* 1 For Primary, 0 For Secondary */
sys/dev/raid/dpt/dpt.h
1051
u_int8_t primary; /* true if primary */
sys/dev/raid/dpt/dpt.h
1135
u_int8_t primary;
sys/dev/raid/dpt/dpt_scsi.c
1316
dpt->primary = FALSE;
sys/dev/raid/dpt/dpt_scsi.c
1318
dpt->primary = TRUE;