Searched refs:rdev (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c52 struct radeon_device *rdev = dev->dev_private; local
61 radeon_hpd_set_polarity(rdev, radeon_connector->hpd.hpd);
84 if (!radeon_hpd_sense(rdev, radeon_connector->hpd.hpd)) {
112 struct radeon_device *rdev = dev->dev_private; local
147 else if (ASIC_IS_DCE41(rdev) || ASIC_IS_DCE5(rdev)) {
168 struct radeon_device *rdev = dev->dev_private; local
195 if (rdev->is_atom_bios)
379 struct radeon_device *rdev = dev->dev_private; local
383 if (property == rdev
726 struct radeon_device *rdev = dev->dev_private; local
740 struct radeon_device *rdev = dev->dev_private; local
833 struct radeon_device *rdev = dev->dev_private; local
912 struct radeon_device *rdev = dev->dev_private; local
945 struct radeon_device *rdev = dev->dev_private; local
1164 struct radeon_device *rdev = dev->dev_private; local
1355 struct radeon_device *rdev = dev->dev_private; local
1370 struct radeon_device *rdev = dev->dev_private; local
1513 struct radeon_device *rdev = dev->dev_private; local
1907 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Datombios_encoders.c38 radeon_atom_get_backlight_level_from_reg(struct radeon_device *rdev) argument
43 if (rdev->family >= CHIP_R600)
55 radeon_atom_set_backlight_level_to_reg(struct radeon_device *rdev, argument
60 if (rdev->family >= CHIP_R600)
69 if (rdev->family >= CHIP_R600)
79 struct radeon_device *rdev = dev->dev_private; local
81 if (!(rdev->mode_info.firmware_flags & ATOM_BIOS_INFO_BL_CONTROLLED_BY_GPU))
84 return radeon_atom_get_backlight_level_from_reg(rdev);
92 struct radeon_device *rdev = dev->dev_private; local
97 if (!(rdev
169 struct radeon_device *rdev = dev->dev_private; local
183 struct radeon_device *rdev = dev->dev_private; local
241 struct radeon_device *rdev = dev->dev_private; local
316 struct radeon_device *rdev = dev->dev_private; local
358 struct radeon_device *rdev = dev->dev_private; local
410 struct radeon_device *rdev = dev->dev_private; local
498 struct radeon_device *rdev = dev->dev_private; local
563 struct radeon_device *rdev = dev->dev_private; local
805 struct radeon_device *rdev = dev->dev_private; local
956 struct radeon_device *rdev = dev->dev_private; local
1320 struct radeon_device *rdev = dev->dev_private; local
1370 struct radeon_device *rdev = dev->dev_private; local
1471 struct radeon_device *rdev = dev->dev_private; local
1508 struct radeon_device *rdev = dev->dev_private; local
1589 struct radeon_device *rdev = dev->dev_private; local
1686 struct radeon_device *rdev = dev->dev_private; local
1717 struct radeon_device *rdev = dev->dev_private; local
1794 struct radeon_device *rdev = dev->dev_private; local
1937 struct radeon_device *rdev = dev->dev_private; local
1977 struct radeon_device *rdev = dev->dev_private; local
2076 radeon_atom_encoder_init(struct radeon_device *rdev) argument
2108 struct radeon_device *rdev = dev->dev_private; local
2172 struct radeon_device *rdev = dev->dev_private; local
2221 struct radeon_device *rdev = dev->dev_private; local
2262 struct radeon_device *rdev = dev->dev_private; local
2319 struct radeon_device *rdev = encoder->dev->dev_private; local
2369 struct radeon_device *rdev = dev->dev_private; local
2513 struct radeon_device *rdev = dev->dev_private; local
2552 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Dradeon_i2c.c97 struct radeon_device *rdev = i2c->dev->dev_private; local
106 if ((rdev->family >= CHIP_R200) && !ASIC_IS_AVIVO(rdev)) {
109 if (rdev->family >= CHIP_RV350)
111 else if ((rdev->family == CHIP_R300) ||
112 (rdev->family == CHIP_R350))
117 sx_xlock(&rdev->dc_hw_i2c_mutex);
125 sx_xunlock(&rdev->dc_hw_i2c_mutex);
130 if (ASIC_IS_DCE3(rdev) && rec->hw_capable) {
165 struct radeon_device *rdev local
182 struct radeon_device *rdev = i2c->dev->dev_private; local
197 struct radeon_device *rdev = i2c->dev->dev_private; local
211 struct radeon_device *rdev = i2c->dev->dev_private; local
224 struct radeon_device *rdev = i2c->dev->dev_private; local
312 radeon_get_i2c_prescale(struct radeon_device *rdev) argument
405 struct radeon_device *rdev = i2c->dev->dev_private; local
657 struct radeon_device *rdev = i2c->dev->dev_private; local
890 struct radeon_device *rdev = i2c->dev->dev_private; local
1036 struct radeon_device *rdev = dev->dev_private; local
1217 radeon_i2c_init(struct radeon_device *rdev) argument
1226 radeon_i2c_fini(struct radeon_device *rdev) argument
1239 radeon_i2c_add(struct radeon_device *rdev, struct radeon_i2c_bus_rec *rec, const char *name) argument
1255 radeon_i2c_lookup(struct radeon_device *rdev, struct radeon_i2c_bus_rec *i2c_bus) argument
[all...]
H A Dradeon_sa.c54 int radeon_sa_bo_manager_init(struct radeon_device *rdev, argument
71 r = radeon_bo_create(rdev, size, RADEON_GPU_PAGE_SIZE, true,
74 dev_err(rdev->dev, "(%d) failed to allocate bo for manager\n", r);
81 void radeon_sa_bo_manager_fini(struct radeon_device *rdev, argument
90 dev_err(rdev->dev, "sa_manager is not empty, clearing anyway\n");
102 int radeon_sa_bo_manager_start(struct radeon_device *rdev, argument
108 dev_err(rdev->dev, "no bo for sa manager\n");
115 dev_err(rdev->dev, "(%d) failed to reserve manager bo\n", r);
121 dev_err(rdev->dev, "(%d) failed to pin manager bo\n", r);
129 int radeon_sa_bo_manager_suspend(struct radeon_device *rdev, argument
318 radeon_sa_bo_new(struct radeon_device *rdev, struct radeon_sa_manager *sa_manager, struct radeon_sa_bo **sa_bo, unsigned size, unsigned align, bool block) argument
384 radeon_sa_bo_free(struct radeon_device *rdev, struct radeon_sa_bo **sa_bo, struct radeon_fence *fence) argument
[all...]
H A Dradeon_mode.h495 radeon_combios_get_tv_info(struct radeon_device *rdev);
497 radeon_atombios_get_tv_info(struct radeon_device *rdev);
525 extern void radeon_atom_encoder_init(struct radeon_device *rdev);
526 extern void radeon_atom_disp_eng_pll_init(struct radeon_device *rdev);
535 extern void radeon_i2c_init(struct radeon_device *rdev);
536 extern void radeon_i2c_fini(struct radeon_device *rdev);
537 extern void radeon_combios_i2c_init(struct radeon_device *rdev);
538 extern void radeon_atombios_i2c_init(struct radeon_device *rdev);
539 extern void radeon_i2c_add(struct radeon_device *rdev,
542 extern struct radeon_i2c_chan *radeon_i2c_lookup(struct radeon_device *rdev,
[all...]
H A Dradeon_legacy_crtc.c41 struct radeon_device *rdev = dev->dev_private; local
53 struct radeon_device *rdev = dev->dev_private; local
76 if ((rdev->family == CHIP_RS100) ||
77 (rdev->family == CHIP_RS200)) {
215 struct radeon_device *rdev = dev->dev_private; local
230 struct radeon_device *rdev = dev->dev_private; local
241 struct radeon_device *rdev = dev->dev_private; local
257 struct radeon_device *rdev = dev->dev_private; local
301 struct radeon_device *rdev = dev->dev_private; local
322 if (rdev
376 struct radeon_device *rdev = dev->dev_private; local
553 struct radeon_device *rdev = dev->dev_private; local
712 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Datombios_dp.c62 struct radeon_device *rdev = dev->dev_private; local
70 base = (unsigned char *)(rdev->mode_info.atom_context->scratch + 1);
79 if (ASIC_IS_DCE4(rdev))
82 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
405 static u8 radeon_dp_encoder_service(struct radeon_device *rdev, argument
419 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
427 struct radeon_device *rdev = dev->dev_private; local
429 return radeon_dp_encoder_service(rdev, ATOM_DP_ACTION_GET_SINK_TYPE, 0,
477 struct radeon_device *rdev = dev->dev_private; local
483 if (!ASIC_IS_DCE4(rdev))
573 struct radeon_device *rdev; member in struct:radeon_dp_link_train_info
826 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Dr600_hdmi.c111 struct radeon_device *rdev = dev->dev_private; local
167 struct radeon_device *rdev = dev->dev_private; local
235 struct radeon_device *rdev = dev->dev_private; local
268 struct radeon_device *rdev = dev->dev_private; local
301 struct radeon_device *rdev = dev->dev_private; local
324 struct radeon_device *rdev = dev->dev_private; local
341 if (ASIC_IS_DCE32(rdev)) {
398 struct radeon_device *rdev = dev->dev_private; local
401 struct r600_audio audio = r600_audio_status(rdev);
481 struct radeon_device *rdev local
541 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Dr100_track.h84 int r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track);
85 void r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track);
H A Dradeon_prime.c41 struct drm_device *dev = bo->rdev->ddev;
99 struct drm_device *dev = bo->rdev->ddev;
123 struct drm_device *dev = bo->rdev->ddev;
150 struct radeon_device *rdev = dev->dev_private; local
154 ret = radeon_bo_create(rdev, size, PAGE_SIZE, false,
161 mutex_lock(&rdev->gem.mutex);
162 list_add_tail(&bo->list, &rdev->gem.objects);
163 mutex_unlock(&rdev->gem.mutex);
H A Datombios_i2c.c50 struct radeon_device *rdev = dev->dev_private; local
58 base = (unsigned char *)rdev->mode_info.atom_context->scratch;
82 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
H A Dr200.c87 int r200_copy_dma(struct radeon_device *rdev, argument
93 struct radeon_ring *ring = &rdev->ring[RADEON_RING_TYPE_GFX_INDEX];
102 r = radeon_ring_lock(rdev, ring, num_loops * 4 + 64);
126 r = radeon_fence_emit(rdev, fence, RADEON_RING_TYPE_GFX_INDEX);
128 radeon_ring_unlock_commit(rdev, ring);
548 void r200_set_safe_registers(struct radeon_device *rdev) argument
550 rdev->config.r100.reg_safe_bm = r200_reg_safe_bm;
551 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r200_reg_safe_bm);
H A Dradeon_legacy_tv.c241 struct radeon_device *rdev = dev->dev_private; local
249 pll = &rdev->clock.p2pll;
251 pll = &rdev->clock.p1pll;
281 struct radeon_device *rdev = dev->dev_private; local
305 struct radeon_device *rdev = dev->dev_private; local
327 struct radeon_device *rdev = dev->dev_private;
390 struct radeon_device *rdev = dev->dev_private; local
417 struct radeon_device *rdev = dev->dev_private; local
427 struct radeon_device *rdev = dev->dev_private; local
441 pll = &rdev
539 struct radeon_device *rdev = dev->dev_private; local
[all...]
H A Devergreen_hdmi.c44 struct radeon_device *rdev = dev->dev_private; local
100 struct radeon_device *rdev = dev->dev_private; local
158 struct radeon_device *rdev = dev->dev_private; local
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c97 c4iw_release_dev_ucontext(&rhp->rdev, &ucontext->uctx);
112 c4iw_init_dev_ucontext(&rhp->rdev, &context->uctx);
129 struct c4iw_rdev *rdev; local
149 rdev = &(to_c4iw_dev(context->device)->rdev);
161 va_regs_res = (u64)rman_get_virtual(rdev->adap->regs_res);
162 len_regs_res = (u64)rman_get_size(rdev->adap->regs_res);
163 va_udbs_res = (u64)rman_get_virtual(rdev->adap->udbs_res);
164 len_udbs_res = (u64)rman_get_size(rdev->adap->udbs_res);
193 if (is_t5(rdev
[all...]
H A Diw_cxgbe.h154 static inline int c4iw_fatal_error(struct c4iw_rdev *rdev) argument
156 return rdev->flags & T4_FATAL_ERROR;
159 static inline int c4iw_num_stags(struct c4iw_rdev *rdev) argument
161 return (int)(rdev->adap->vres.stag.size >> 5);
185 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, argument
188 struct adapter *sc = rdev->adap;
197 if (c4iw_fatal_error(rdev)) {
218 struct c4iw_rdev rdev; member in struct:c4iw_dev
234 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) argument
236 return container_of(rdev, struc
[all...]
H A Dcq.c52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, argument
55 struct adapter *sc = rdev->adap;
83 c4iw_wait_for_reply(rdev, &wr_wait, 0, 0, __func__);
87 c4iw_put_cqid(rdev, cq->cqid, uctx);
92 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, argument
95 struct adapter *sc = rdev->adap;
99 int user = (uctx != &rdev->uctx);
104 cq->cqid = c4iw_get_cqid(rdev, uctx);
169 ret = c4iw_wait_for_reply(rdev, &wr_wait, 0, 0, __func__);
176 cq->rdev
[all...]
H A Dqp.c80 static void dealloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
86 static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
89 dealloc_host_sq(rdev, sq);
92 static int alloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
108 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, argument
116 dealloc_sq(rdev, &wq->sq);
117 c4iw_rqtpool_free(rdev, wq->rq.rqt_hwaddr, wq->rq.rqt_size);
120 c4iw_put_qpid(rdev, wq->rq.qid, uctx);
121 c4iw_put_qpid(rdev, wq->sq.qid, uctx);
125 static int create_qp(struct c4iw_rdev *rdev, struc argument
1007 struct c4iw_rdev *rdev = &rhp->rdev; local
1097 struct c4iw_rdev *rdev = &qhp->rhp->rdev; local
[all...]
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c81 cxio_rdma_get_mem(struct cxio_rdev *rdev, struct ch_mem_range *m) argument
83 struct adapter *sc = rdev->adap;
100 void cxio_dump_tpt(struct cxio_rdev *rdev, uint32_t stag) argument
114 m.addr = (stag >> 8) * 32 + rdev->rnic_info.tpt_base;
118 rc = cxio_rdma_get_mem(rdev, &m);
136 void cxio_dump_pbl(struct cxio_rdev *rdev, uint32_t pbl_addr, uint32_t len, u8 shift) argument
158 rc = cxio_rdma_get_mem(rdev, &m);
204 void cxio_dump_rqt(struct cxio_rdev *rdev, uint32_t hwtid, int nents) argument
218 m.addr = ((hwtid)<<10) + rdev->rnic_info.rqt_base;
222 rc = cxio_rdma_get_mem(rdev,
240 cxio_dump_tcb(struct cxio_rdev *rdev, uint32_t hwtid) argument
[all...]
H A Diw_cxgb_mem.c98 if (cxio_register_phys_mem(&rhp->rdev,
110 cxio_dereg_mem(&rhp->rdev, mhp->attr.stag, mhp->attr.pbl_size,
128 if (cxio_reregister_phys_mem(&rhp->rdev,
140 cxio_dereg_mem(&rhp->rdev, mhp->attr.stag, mhp->attr.pbl_size,
147 mhp->attr.pbl_addr = cxio_hal_pblpool_alloc(&mhp->rhp->rdev,
160 cxio_hal_pblpool_free(&mhp->rhp->rdev, mhp->attr.pbl_addr,
166 return cxio_write_pbl(&mhp->rhp->rdev, pages,
H A Diw_cxgb.c101 rnicp->attr.max_mem_regs = cxio_num_stags(&rnicp->rdev);
149 rnicp->rdev.adap = sc;
154 rc = cxio_rdev_open(&rnicp->rdev);
156 printf("Unable to open CXIO rdev\n");
172 cxio_rdev_close(&rnicp->rdev);
190 cxio_rdev_close(&rnicp->rdev);
H A Diw_cxgb_provider.c138 cxio_release_ucontext(&rhp->rdev, &ucontext->uctx);
153 cxio_init_ucontext(&rhp->rdev, &context->uctx);
173 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq);
225 if (cxio_create_cq(&rhp->rdev, &chp->cq, !ucontext)) {
234 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq);
313 err = cxio_hal_cq_op(&rhp->rdev, &chp->cq, cq_op, 0);
338 cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
353 pdid = cxio_hal_get_pdid(rhp->rdev.rscp);
358 cxio_hal_put_pdid(rhp->rdev.rscp, pdid);
387 cxio_dereg_mem(&rhp->rdev, mh
[all...]
/freebsd-11.0-release/sbin/restore/
H A Drestore.h111 int rdev; /* device number of file */ member in struct:context
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dre-mqueue.pl155 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_sa.c204 uint64_t uid, gid, mode, rdev, xattr, parent; local
237 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_RDEV(zfsvfs), NULL, &rdev, 8);
275 &rdev, 8);

Completed in 149 milliseconds

12345