Home
last modified time | relevance | path

Searched refs:px_used (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c102 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES); in __set_pd_entry()
104 atomic_inc(px_used(pd)); in __set_pd_entry()
114 GEM_BUG_ON(atomic_read(px_used(pd)) == 0); in clear_pd_entry()
118 atomic_dec(px_used(pd)); in clear_pd_entry()
H A Dgen8_ppgtt.c61 atomic_inc(px_used(ppgtt->pd)); /* never remove */ in gen8_ppgtt_notify_vgt()
63 atomic_dec(px_used(ppgtt->pd)); in gen8_ppgtt_notify_vgt()
210 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
211 GEM_BUG_ON(!len || len >= atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
284 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_alloc()
288 GEM_BUG_ON(!atomic_read(px_used(pd))); /* Must be pinned! */ in __gen8_ppgtt_alloc()
634 atomic_inc(px_used(pde)); /* keep pinned */ in gen8_preallocate_top_level_pdp()
666 atomic_inc(px_used(pd)); /* mark as pinned */ in gen8_alloc_top_pd()
H A Dintel_gtt.h183 #define px_used(px) (&px_pt(px)->used) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c105 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES); in __set_pd_entry()
107 atomic_inc(px_used(pd)); in __set_pd_entry()
117 GEM_BUG_ON(atomic_read(px_used(pd)) == 0); in clear_pd_entry()
121 atomic_dec(px_used(pd)); in clear_pd_entry()
H A Dgen8_ppgtt.c95 atomic_inc(px_used(ppgtt->pd)); /* never remove */ in gen8_ppgtt_notify_vgt()
97 atomic_dec(px_used(ppgtt->pd)); in gen8_ppgtt_notify_vgt()
247 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
248 GEM_BUG_ON(!len || len >= atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
330 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_alloc()
334 GEM_BUG_ON(!atomic_read(px_used(pd))); /* Must be pinned! */ in __gen8_ppgtt_alloc()
913 atomic_inc(px_used(pde)); /* keep pinned */ in gen8_preallocate_top_level_pdp()
945 atomic_inc(px_used(pd)); /* mark as pinned */ in gen8_alloc_top_pd()
H A Dintel_gtt.h213 #define px_used(px) (&px_pt(px)->used) macro

Completed in 6 milliseconds