Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v4.19/drivers/gpu/drm/gma500/
Dgtt.c205 static int psb_gtt_attach_pages(struct gtt_range *gt) in psb_gtt_attach_pages() argument
209 WARN_ON(gt->pages); in psb_gtt_attach_pages()
211 pages = drm_gem_get_pages(&gt->gem); in psb_gtt_attach_pages()
215 gt->npage = gt->gem.size / PAGE_SIZE; in psb_gtt_attach_pages()
216 gt->pages = pages; in psb_gtt_attach_pages()
230 static void psb_gtt_detach_pages(struct gtt_range *gt) in psb_gtt_detach_pages() argument
232 drm_gem_put_pages(&gt->gem, gt->pages, true, false); in psb_gtt_detach_pages()
233 gt->pages = NULL; in psb_gtt_detach_pages()
246 int psb_gtt_pin(struct gtt_range *gt) in psb_gtt_pin() argument
249 struct drm_device *dev = gt->gem.dev; in psb_gtt_pin()
[all …]
Dgtt.h61 extern void psb_gtt_kref_put(struct gtt_range *gt);
62 extern void psb_gtt_free_range(struct drm_device *dev, struct gtt_range *gt);
63 extern int psb_gtt_pin(struct gtt_range *gt);
64 extern void psb_gtt_unpin(struct gtt_range *gt);
66 struct gtt_range *gt, int roll);
Dgma_display.c338 struct gtt_range *gt; in gma_crtc_cursor_set() local
355 gt = container_of(gma_crtc->cursor_obj, in gma_crtc_cursor_set()
357 psb_gtt_unpin(gt); in gma_crtc_cursor_set()
382 gt = container_of(obj, struct gtt_range, gem); in gma_crtc_cursor_set()
385 ret = psb_gtt_pin(gt); in gma_crtc_cursor_set()
399 if (gt->npage > 4) in gma_crtc_cursor_set()
402 cursor_pages = gt->npage; in gma_crtc_cursor_set()
407 tmp_src = kmap(gt->pages[i]); in gma_crtc_cursor_set()
409 kunmap(gt->pages[i]); in gma_crtc_cursor_set()
415 addr = gt->offset; in gma_crtc_cursor_set()
[all …]
Dframebuffer.c226 struct gtt_range *gt) in psb_framebuffer_init() argument
243 fb->base.obj[0] = &gt->gem; in psb_framebuffer_init()
267 struct gtt_range *gt) in psb_framebuffer_create() argument
276 ret = psb_framebuffer_init(dev, fb, mode_cmd, gt); in psb_framebuffer_create()
/Linux-v4.19/drivers/media/radio/
Dradio-gemtek.c149 static void gemtek_bu2614_transmit(struct gemtek *gt) in gemtek_bu2614_transmit() argument
151 struct radio_isa_card *isa = &gt->isa; in gemtek_bu2614_transmit()
154 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit()
159 for (i = 0, q = gt->bu2614data; i < 32; i++, q >>= 1) { in gemtek_bu2614_transmit()
181 struct gemtek *gt = kzalloc(sizeof(*gt), GFP_KERNEL); in gemtek_alloc() local
183 if (gt) in gemtek_alloc()
184 gt->muted = true; in gemtek_alloc()
185 return gt ? &gt->isa : NULL; in gemtek_alloc()
193 struct gemtek *gt = container_of(isa, struct gemtek, isa); in gemtek_s_frequency() local
195 if (hardmute && gt->muted) in gemtek_s_frequency()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pci.c260 .gt = 1,
265 .gt = 2,
276 .gt = 1,
281 .gt = 2,
306 .gt = 1,
311 .gt = 2,
322 .gt = 1,
327 .gt = 2,
333 .gt = 2,
375 .gt = 1,
[all …]
Di915_gem.c145 GEM_BUG_ON(i915->gt.active_requests); in __i915_gem_park()
146 GEM_BUG_ON(!list_empty(&i915->gt.active_rings)); in __i915_gem_park()
148 if (!i915->gt.awake) in __i915_gem_park()
151 GEM_BUG_ON(i915->gt.epoch == I915_EPOCH_INVALID); in __i915_gem_park()
172 i915->gt.awake = false; in __i915_gem_park()
181 return i915->gt.epoch; in __i915_gem_park()
189 GEM_BUG_ON(i915->gt.active_requests); in i915_gem_park()
191 if (!i915->gt.awake) in i915_gem_park()
195 mod_delayed_work(i915->wq, &i915->gt.idle_work, msecs_to_jiffies(100)); in i915_gem_park()
203 GEM_BUG_ON(!i915->gt.active_requests); in i915_gem_unpark()
[all …]
Di915_timeline.c28 list_add(&timeline->link, &i915->gt.timelines); in i915_timeline_init()
58 list_for_each_entry(timeline, &i915->gt.timelines, link) { in i915_timelines_park()
Di915_request.c214 GEM_BUG_ON(i915->gt.active_requests); in reset_all_global_seqno()
240 list_for_each_entry(timeline, &i915->gt.timelines, link) in reset_all_global_seqno()
243 i915->gt.request_serial = seqno; in reset_all_global_seqno()
273 while (unlikely(++i915->gt.request_serial == 0)) { in reserve_gt()
276 i915->gt.request_serial--; in reserve_gt()
281 if (!i915->gt.active_requests++) in reserve_gt()
289 GEM_BUG_ON(!i915->gt.active_requests); in unreserve_gt()
290 if (!--i915->gt.active_requests) in unreserve_gt()
1112 list_add(&ring->active_link, &request->i915->gt.active_rings); in i915_request_add()
1439 if (!i915->gt.active_requests) in i915_retire_requests()
[all …]
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c47 GEM_BUG_ON(i915->gt.active_requests); in mock_device_flush()
61 cancel_delayed_work_sync(&i915->gt.retire_work); in mock_device_release()
62 cancel_delayed_work_sync(&i915->gt.idle_work); in mock_device_release()
77 WARN_ON(!list_empty(&i915->gt.timelines)); in mock_device_release()
196 INIT_DELAYED_WORK(&i915->gt.retire_work, mock_retire_work_handler); in mock_gem_device()
197 INIT_DELAYED_WORK(&i915->gt.idle_work, mock_idle_work_handler); in mock_gem_device()
199 i915->gt.awake = true; in mock_gem_device()
226 INIT_LIST_HEAD(&i915->gt.timelines); in mock_gem_device()
227 INIT_LIST_HEAD(&i915->gt.active_rings); in mock_gem_device()
228 INIT_LIST_HEAD(&i915->gt.closed_vma); in mock_gem_device()
Di915_gem_object.c505 if (!i915->gt.active_requests++) { in disable_retire_worker()
511 cancel_delayed_work_sync(&i915->gt.retire_work); in disable_retire_worker()
512 cancel_delayed_work_sync(&i915->gt.idle_work); in disable_retire_worker()
526 GEM_BUG_ON(!i915->gt.awake); in igt_mmap_offset_exhaustion()
611 if (--i915->gt.active_requests) in igt_mmap_offset_exhaustion()
612 queue_delayed_work(i915->wq, &i915->gt.retire_work, 0); in igt_mmap_offset_exhaustion()
614 queue_delayed_work(i915->wq, &i915->gt.idle_work, 0); in igt_mmap_offset_exhaustion()
/Linux-v4.19/arch/powerpc/boot/dts/
Darches.dts73 compatible = "ibm,uic-460gt","ibm,uic";
83 compatible = "ibm,uic-460gt","ibm,uic";
95 compatible = "ibm,uic-460gt","ibm,uic";
107 compatible = "ibm,uic-460gt","ibm,uic";
119 compatible = "ibm,sdr-460gt";
124 compatible = "ibm,cpr-460gt";
129 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
139 compatible = "ibm,plb-460gt", "ibm,plb4";
146 compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
158 compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
[all …]
Dglacier.dts55 compatible = "ibm,uic-460gt","ibm,uic";
65 compatible = "ibm,uic-460gt","ibm,uic";
77 compatible = "ibm,uic-460gt","ibm,uic";
89 compatible = "ibm,uic-460gt","ibm,uic";
101 compatible = "ibm,sdr-460gt";
106 compatible = "ibm,cpr-460gt";
111 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
121 compatible = "ibm,plb-460gt", "ibm,plb4";
128 compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
146 compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
[all …]
/Linux-v4.19/arch/ia64/lib/
Dmemset.S84 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
118 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
137 cmp.gt p_scr, p0 = PREF_AHEAD, linecnt // check against actual value
207 cmp.gt p_scr, p0 = PREF_AHEAD, linecnt // check against actual value
248 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
278 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
/Linux-v4.19/fs/gfs2/
Dsys.c559 struct gfs2_tune *gt = &sdp->sd_tune; in quota_scale_store() local
568 spin_lock(&gt->gt_spin); in quota_scale_store()
569 gt->gt_quota_scale_num = x; in quota_scale_store()
570 gt->gt_quota_scale_den = y; in quota_scale_store()
571 spin_unlock(&gt->gt_spin); in quota_scale_store()
578 struct gfs2_tune *gt = &sdp->sd_tune; in tune_set() local
592 spin_lock(&gt->gt_spin); in tune_set()
594 spin_unlock(&gt->gt_spin); in tune_set()
Dutil.h160 static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt, in gfs2_tune_get_i() argument
164 spin_lock(&gt->gt_spin); in gfs2_tune_get_i()
166 spin_unlock(&gt->gt_spin); in gfs2_tune_get_i()
Dsuper.c1239 struct gfs2_tune *gt = &sdp->sd_tune; in gfs2_remount_fs() local
1244 spin_lock(&gt->gt_spin); in gfs2_remount_fs()
1245 args.ar_commit = gt->gt_logd_secs; in gfs2_remount_fs()
1246 args.ar_quota_quantum = gt->gt_quota_quantum; in gfs2_remount_fs()
1247 if (gt->gt_statfs_slow) in gfs2_remount_fs()
1250 args.ar_statfs_quantum = gt->gt_statfs_quantum; in gfs2_remount_fs()
1251 spin_unlock(&gt->gt_spin); in gfs2_remount_fs()
1289 spin_lock(&gt->gt_spin); in gfs2_remount_fs()
1290 gt->gt_logd_secs = args.ar_commit; in gfs2_remount_fs()
1291 gt->gt_quota_quantum = args.ar_quota_quantum; in gfs2_remount_fs()
[all …]
Dops_fstype.c54 static void gfs2_tune_init(struct gfs2_tune *gt) in gfs2_tune_init() argument
56 spin_lock_init(&gt->gt_spin); in gfs2_tune_init()
58 gt->gt_quota_warn_period = 10; in gfs2_tune_init()
59 gt->gt_quota_scale_num = 1; in gfs2_tune_init()
60 gt->gt_quota_scale_den = 1; in gfs2_tune_init()
61 gt->gt_new_files_jdata = 0; in gfs2_tune_init()
62 gt->gt_max_readahead = BIT(18); in gfs2_tune_init()
63 gt->gt_complain_secs = 10; in gfs2_tune_init()
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-modes.S248 bt gt,ppc_encrypt_ecb_loop
284 bt gt,ppc_decrypt_ecb_loop
327 bt gt,ppc_encrypt_cbc_loop
391 bt gt,ppc_decrypt_cbc_loop
456 bt gt,ppc_crypt_ctr_loop
553 bt gt,ppc_encrypt_xts_loop
623 bt gt,ppc_decrypt_xts_loop
/Linux-v4.19/arch/sh/lib/
Dmemset-sh4.S19 cmp/gt r6,r0
39 cmp/gt r6,r0 ! (MT) 64 > len => slow loop
Dmemcpy.S23 cmp/gt r6,r1
Dmemmove.S32 cmp/gt r6,r1
Dmemset.S21 cmp/gt r6,r0
/Linux-v4.19/arch/hexagon/lib/
Dmemcpy.S336 p0 = cmp.gt(over, #0);
343 p0 = cmp.gt(rest, #16);
471 p1 = cmp.gt(over, #0);
479 p3 = cmp.gt(epilog, kernel);
/Linux-v4.19/usr/
Dgen_init_cpio.c206 static int cpio_mkgeneric_line(const char *line, enum generic_types gt) in cpio_mkgeneric_line() argument
216 line, generic_type_table[gt].type); in cpio_mkgeneric_line()
219 mode |= generic_type_table[gt].mode; in cpio_mkgeneric_line()

123