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

1 2 3 4

  /src/usr.bin/fstat/
fstat.h 36 dev_t rdev; member in struct:filestat
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ib.c 49 static int radeon_debugfs_sa_init(struct radeon_device *rdev);
54 * @rdev: radeon_device pointer
63 int radeon_ib_get(struct radeon_device *rdev, int ring,
69 r = radeon_sa_bo_new(rdev, &rdev->ring_tmp_bo, &ib->sa_bo, size, 256);
71 dev_err(rdev->dev, "failed to get a new IB (%d)\n", r);
97 * @rdev: radeon_device pointer
102 void radeon_ib_free(struct radeon_device *rdev, struct radeon_ib *ib)
104 radeon_sync_free(rdev, &ib->sync, ib->fence);
105 radeon_sa_bo_free(rdev, &ib->sa_bo, ib->fence)
306 struct radeon_device *rdev = dev->dev_private; local in function:radeon_debugfs_sa_info
    [all...]
radeon_prime.c 72 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_prime_import_sg_table
77 ret = radeon_bo_create(rdev, attach->dmabuf->size, PAGE_SIZE, false,
83 mutex_lock(&rdev->gem.mutex);
84 list_add_tail(&bo->list, &rdev->gem.objects);
85 mutex_unlock(&rdev->gem.mutex);
radeon_dp_auxch.c 65 struct radeon_device *rdev = dev->dev_private; local in function:radeon_dp_aux_transfer_native
radeon_atombios_i2c.c 46 struct radeon_device *rdev = dev->dev_private; local in function:radeon_process_i2c_ch
56 mutex_lock(&rdev->mode_info.atom_context->scratch_mutex);
58 base = (unsigned char *)rdev->mode_info.atom_context->scratch;
88 atom_execute_table_scratch_unlocked(rdev->mode_info.atom_context, index, (uint32_t *)&args);
101 mutex_unlock(&rdev->mode_info.atom_context->scratch_mutex);
radeon_clocks.c 45 uint32_t radeon_legacy_get_engine_clock(struct radeon_device *rdev)
47 struct radeon_pll *spll = &rdev->clock.spll;
75 uint32_t radeon_legacy_get_memory_clock(struct radeon_device *rdev)
77 struct radeon_pll *mpll = &rdev->clock.mpll;
111 struct radeon_device *rdev = dev->dev_private; local in function:radeon_read_clocks_OF
112 struct device_node *dp = rdev->pdev->dev.of_node;
114 struct radeon_pll *p1pll = &rdev->clock.p1pll;
115 struct radeon_pll *p2pll = &rdev->clock.p2pll;
116 struct radeon_pll *spll = &rdev->clock.spll;
117 struct radeon_pll *mpll = &rdev->clock.mpll
187 struct radeon_device *rdev = dev->dev_private; local in function:radeon_get_clock_info
    [all...]
radeon_cursor.c 39 struct radeon_device *rdev = crtc->dev->dev_private; local in function:radeon_lock_cursor
43 if (ASIC_IS_DCE4(rdev)) {
50 } else if (ASIC_IS_AVIVO(rdev)) {
70 struct radeon_device *rdev = crtc->dev->dev_private; local in function:radeon_hide_cursor
72 if (ASIC_IS_DCE4(rdev)) {
76 } else if (ASIC_IS_AVIVO(rdev)) {
98 struct radeon_device *rdev = crtc->dev->dev_private; local in function:radeon_show_cursor
103 if (ASIC_IS_DCE4(rdev)) {
112 } else if (ASIC_IS_AVIVO(rdev)) {
113 if (rdev->family >= CHIP_RV770)
152 struct radeon_device *rdev = crtc->dev->dev_private; local in function:radeon_cursor_move_locked
290 struct radeon_device *rdev = crtc->dev->dev_private; local in function:radeon_crtc_cursor_set2
    [all...]
radeon_dce3_1_afmt.c 38 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce3_2_afmt_hdmi_write_speaker_allocation
56 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce3_2_afmt_dp_write_speaker_allocation
75 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce3_2_afmt_write_sad_regs
121 void dce3_2_audio_set_dto(struct radeon_device *rdev,
179 struct radeon_device *rdev = dev->dev_private; local in function:dce3_2_hdmi_update_acr
210 struct radeon_device *rdev = dev->dev_private; local in function:dce3_2_set_audio_packet
231 struct radeon_device *rdev = dev->dev_private; local in function:dce3_2_set_mute
radeon_r420.c 50 void r420_pm_init_profile(struct radeon_device *rdev)
53 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
54 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
55 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
56 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
58 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0;
59 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0;
60 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0
492 struct radeon_device *rdev = dev->dev_private; local in function:r420_debugfs_pipes_info
    [all...]
radeon_dce6_afmt.c 37 u32 dce6_endpoint_rreg(struct radeon_device *rdev,
43 spin_lock_irqsave(&rdev->end_idx_lock, flags);
46 spin_unlock_irqrestore(&rdev->end_idx_lock, flags);
51 void dce6_endpoint_wreg(struct radeon_device *rdev,
56 spin_lock_irqsave(&rdev->end_idx_lock, flags);
57 if (ASIC_IS_DCE8(rdev))
63 spin_unlock_irqrestore(&rdev->end_idx_lock, flags);
66 static void dce6_afmt_get_connected_pins(struct radeon_device *rdev)
71 for (i = 0; i < rdev->audio.num_pins; i++) {
72 offset = rdev->audio.pin[i].offset
117 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce6_afmt_select_pin
132 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce6_afmt_write_latency_fields
160 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce6_afmt_hdmi_write_speaker_allocation
185 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce6_afmt_dp_write_speaker_allocation
213 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce6_afmt_write_sad_regs
    [all...]
radeon_encoders.c 52 struct radeon_device *rdev = dev->dev_private; local in function:radeon_encoder_clones
59 if (rdev->family >= CHIP_R600)
97 struct radeon_device *rdev = dev->dev_private; local in function:radeon_get_encoder_enum
108 if ((rdev->family == CHIP_RS300) ||
109 (rdev->family == CHIP_RS400) ||
110 (rdev->family == CHIP_RS480))
112 else if (ASIC_IS_AVIVO(rdev))
118 if (ASIC_IS_AVIVO(rdev))
121 /*if (rdev->family == CHIP_R200)
128 if (ASIC_IS_AVIVO(rdev))
174 struct radeon_device *rdev = dev->dev_private; local in function:radeon_encoder_add_backlight
333 struct radeon_device *rdev = dev->dev_private; local in function:radeon_panel_mode_fixup
379 struct radeon_device *rdev = dev->dev_private; local in function:radeon_dig_monitor_is_duallink
    [all...]
radeon_evergreen_hdmi.c 42 void dce4_audio_enable(struct radeon_device *rdev,
76 struct radeon_device *rdev = dev->dev_private; local in function:evergreen_hdmi_update_acr
105 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce4_afmt_write_latency_fields
127 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce4_afmt_hdmi_write_speaker_allocation
145 struct radeon_device *rdev = encoder->dev->dev_private; local in function:dce4_afmt_dp_write_speaker_allocation
164 struct radeon_device *rdev = encoder->dev->dev_private; local in function:evergreen_hdmi_write_sad_regs
213 void evergreen_set_avi_packet(struct radeon_device *rdev, u32 offset,
232 void dce4_hdmi_audio_set_dto(struct radeon_device *rdev,
275 void dce4_dp_audio_set_dto(struct radeon_device *rdev,
297 if (ASIC_IS_DCE41(rdev)) {
314 struct radeon_device *rdev = dev->dev_private; local in function:dce4_set_vbi_packet
325 struct radeon_device *rdev = dev->dev_private; local in function:dce4_hdmi_set_color_depth
362 struct radeon_device *rdev = dev->dev_private; local in function:dce4_set_audio_packet
397 struct radeon_device *rdev = dev->dev_private; local in function:dce4_set_mute
408 struct radeon_device *rdev = dev->dev_private; local in function:evergreen_hdmi_enable
448 struct radeon_device *rdev = dev->dev_private; local in function:evergreen_dp_enable
    [all...]
radeon_fb.c 59 struct radeon_device *rdev; member in struct:radeon_fbdev
67 struct radeon_device *rdev = rfbdev->rdev; local in function:radeonfb_open
68 int ret = pm_runtime_get_sync(rdev->ddev->dev);
70 pm_runtime_mark_last_busy(rdev->ddev->dev);
71 pm_runtime_put_autosuspend(rdev->ddev->dev);
81 struct radeon_device *rdev = rfbdev->rdev; local in function:radeonfb_release
83 pm_runtime_mark_last_busy(rdev->ddev->dev);
84 pm_runtime_put_autosuspend(rdev->ddev->dev)
143 struct radeon_device *rdev = rfbdev->rdev; local in function:radeonfb_create_pinned_object
229 struct radeon_device *rdev = rfbdev->rdev; local in function:radeonfb_create
    [all...]
radeon_irq_kms.c 63 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_irq_handler_kms
66 ret = radeon_irq_process(rdev);
88 struct radeon_device *rdev = container_of(work, struct radeon_device, local in function:radeon_hotplug_work_func
90 struct drm_device *dev = rdev->ddev;
96 if (!rdev->mode_info.mode_config_initialized)
109 struct radeon_device *rdev = container_of(work, struct radeon_device, local in function:radeon_dp_work_func
111 struct drm_device *dev = rdev->ddev;
129 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_irq_preinstall_kms
133 spin_lock_irqsave(&rdev->irq.lock, irqflags);
136 atomic_set(&rdev->irq.ring_int[i], 0)
161 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_irq_postinstall_kms
180 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_irq_uninstall_kms
    [all...]
radeon_kms.c 67 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_unload_kms
69 if (rdev == NULL)
74 if (rdev->rmmio_size)
77 if (rdev->rmmio == NULL)
86 radeon_acpi_fini(rdev);
88 radeon_modeset_fini(rdev);
89 radeon_device_fini(rdev);
92 kfree(rdev);
111 struct radeon_device *rdev; local in function:radeon_driver_load_kms
114 rdev = kzalloc(sizeof(struct radeon_device), GFP_KERNEL)
198 struct radeon_device *rdev = dev->dev_private; local in function:radeon_set_filp_rights
231 struct radeon_device *rdev = dev->dev_private; local in function:radeon_info_ioctl
642 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_open_kms
712 struct radeon_device *rdev = dev->dev_private; local in function:radeon_driver_postclose_kms
765 struct radeon_device *rdev = dev->dev_private; local in function:radeon_get_vblank_counter_kms
832 struct radeon_device *rdev = dev->dev_private; local in function:radeon_enable_vblank_kms
858 struct radeon_device *rdev = dev->dev_private; local in function:radeon_disable_vblank_kms
    [all...]
radeon_rs400.c 46 static int rs400_debugfs_pcie_gart_info_init(struct radeon_device *rdev);
48 void rs400_gart_adjust_size(struct radeon_device *rdev)
51 switch (rdev->mc.gtt_size/(1024*1024)) {
62 (unsigned)(rdev->mc.gtt_size >> 20));
65 rdev->mc.gtt_size = 32 * 1024 * 1024;
70 void rs400_gart_tlb_flush(struct radeon_device *rdev)
73 unsigned int timeout = rdev->usec_timeout;
86 int rs400_gart_init(struct radeon_device *rdev)
90 if (rdev->gart.ptr) {
95 switch(rdev->mc.gtt_size / (1024 * 1024))
319 struct radeon_device *rdev = dev->dev_private; local in function:rs400_debugfs_gart_info
    [all...]
radeon_cs.c 138 (i <= 0 || pci_find_capability(p->rdev->ddev->pdev,
140 p->rdev->family == CHIP_RS780 ||
141 p->rdev->family == CHIP_RS880)) {
201 p->vm_bos = radeon_vm_get_bos(p->rdev, p->ib.vm,
211 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring);
236 if (p->rdev->family >= CHIP_TAHITI) {
245 if (p->rdev->family >= CHIP_CAYMAN) {
250 } else if (p->rdev->family >= CHIP_RV770) {
276 r = radeon_sync_resv(p->rdev, &p->ib.sync, resv,
362 if (!p->rdev || !(p->rdev->flags & RADEON_IS_AGP)
515 struct radeon_device *rdev = p->rdev; local in function:radeon_bo_vm_update_pte
677 struct radeon_device *rdev = dev->dev_private; local in function:radeon_cs_ioctl
752 struct radeon_device *rdev = p->rdev; local in function:radeon_cs_packet_parse
    [all...]
radeon_gem.c 55 int radeon_gem_object_create(struct radeon_device *rdev, unsigned long size,
73 max_size = rdev->mc.gtt_size - rdev->gart_pin_size;
81 r = radeon_bo_create(rdev, size, alignment, kernel, initial_domain,
99 mutex_lock(&rdev->gem.mutex);
100 list_add_tail(&robj->list, &rdev->gem.objects);
101 mutex_unlock(&rdev->gem.mutex);
143 int radeon_gem_init(struct radeon_device *rdev)
145 INIT_LIST_HEAD(&rdev->gem.objects);
149 void radeon_gem_fini(struct radeon_device *rdev)
161 struct radeon_device *rdev = rbo->rdev; local in function:radeon_gem_object_open
192 struct radeon_device *rdev = rbo->rdev; local in function:radeon_gem_object_close
234 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_info_ioctl
268 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_create_ioctl
302 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_userptr_ioctl
406 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_set_domain_ioctl
491 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_wait_idle_ioctl
629 struct radeon_device *rdev = dev->dev_private; local in function:radeon_gem_va_ioctl
775 struct radeon_device *rdev = dev->dev_private; local in function:radeon_mode_dumb_create
806 struct radeon_device *rdev = dev->dev_private; local in function:radeon_debugfs_gem_info
    [all...]
  /src/sbin/fsdb/
fsdbutil.c 100 uint32_t rdev; local in function:printstat
107 rdev = iswap32(DIP(dp, rdev));
119 (unsigned long long)major(rdev),
120 (unsigned long long)minor(rdev));
124 (unsigned long long)major(rdev),
125 (unsigned long long)minor(rdev));
  /src/sbin/resize_lfs/
resize_lfs.c 63 char *rdev, *fsname, buf[LFS_SBPAD]; local in function:main
101 rdev = malloc(rdevlen);
102 if (getdiskrawname(rdev, rdevlen, vfs.f_mntfromname) == NULL)
104 devfd = open(rdev, O_RDONLY);
113 if (getdiskinfo(rdev, devfd, NULL, &geo, &dkw) == -1)
114 err(1, "%s: could not get info", rdev);
  /src/usr.sbin/btdevctl/
db.c 65 prop_dictionary_t ldev, rdev, dev; local in function:db_get
96 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL));
97 if (prop_object_type(rdev) != PROP_TYPE_DICTIONARY)
100 dev = prop_dictionary_get(rdev, service);
113 prop_dictionary_t ldev, rdev; local in function:db_set
127 rdev = prop_dictionary_get(ldev, bt_ntoa(raddr, NULL));
128 if (rdev == NULL) {
129 rdev = prop_dictionary_create();
130 if (rdev == NULL)
133 if (!prop_dictionary_set(ldev, bt_ntoa(raddr, NULL), rdev))
231 prop_dictionary_t ldev, rdev, srv; local in function:db_update1
    [all...]
  /src/sys/arch/bebox/bebox/
autoconf.c 113 struct btinfo_rootdevice *rdev; local in function:findroot
119 rdev = (struct btinfo_rootdevice *)lookup_bootinfo(BTINFO_ROOTDEVICE);
120 if (rdev == NULL)
122 p = rdev->rootdevice;
  /src/sys/nfs/
nfs_clntsubs.c 159 int32_t rdev; local in function:nfs_loadattrcache
168 rdev = makedev(fxdr_unsigned(u_int32_t, fp->fa3_rdev.specdata1),
177 rdev = fxdr_unsigned(int32_t, fp->fa2_rdev);
186 if (vtyp == VCHR && rdev == 0xffffffff)
209 spec_node_init(vp, (dev_t)rdev);
227 vap->va_rdev = (dev_t)rdev;
  /src/sbin/restore/
restore.h 130 int rdev; /* device number of file */ member in struct:context
  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 89 unsigned short rdev; member in struct:proc_dir_entry

Completed in 20 milliseconds

1 2 3 4