Home
last modified time | relevance | path

Searched refs:px_used (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c104 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES); in __set_pd_entry()
106 atomic_inc(px_used(pd)); in __set_pd_entry()
116 GEM_BUG_ON(atomic_read(px_used(pd)) == 0); in clear_pd_entry()
120 atomic_dec(px_used(pd)); in clear_pd_entry()
H A Dgen8_ppgtt.c66 atomic_inc(px_used(ppgtt->pd)); /* never remove */ in gen8_ppgtt_notify_vgt()
68 atomic_dec(px_used(ppgtt->pd)); in gen8_ppgtt_notify_vgt()
215 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
216 GEM_BUG_ON(!len || len >= atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
289 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_alloc()
293 GEM_BUG_ON(!atomic_read(px_used(pd))); /* Must be pinned! */ in __gen8_ppgtt_alloc()
650 atomic_inc(px_used(pde)); /* keep pinned */ in gen8_preallocate_top_level_pdp()
682 atomic_inc(px_used(pd)); /* mark as pinned */ in gen8_alloc_top_pd()
H A Dintel_gtt.h187 #define px_used(px) (&px_pt(px)->used) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c104 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES); in __set_pd_entry()
106 atomic_inc(px_used(pd)); in __set_pd_entry()
116 GEM_BUG_ON(atomic_read(px_used(pd)) == 0); in clear_pd_entry()
120 atomic_dec(px_used(pd)); in clear_pd_entry()
H A Dgen8_ppgtt.c66 atomic_inc(px_used(ppgtt->pd)); /* never remove */ in gen8_ppgtt_notify_vgt()
68 atomic_dec(px_used(ppgtt->pd)); in gen8_ppgtt_notify_vgt()
215 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
216 GEM_BUG_ON(!len || len >= atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
289 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_alloc()
293 GEM_BUG_ON(!atomic_read(px_used(pd))); /* Must be pinned! */ in __gen8_ppgtt_alloc()
650 atomic_inc(px_used(pde)); /* keep pinned */ in gen8_preallocate_top_level_pdp()
682 atomic_inc(px_used(pd)); /* mark as pinned */ in gen8_alloc_top_pd()
H A Dintel_gtt.h187 #define px_used(px) (&px_pt(px)->used) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c104 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES); in __set_pd_entry()
106 atomic_inc(px_used(pd)); in __set_pd_entry()
116 GEM_BUG_ON(atomic_read(px_used(pd)) == 0); in clear_pd_entry()
120 atomic_dec(px_used(pd)); in clear_pd_entry()
H A Dgen8_ppgtt.c66 atomic_inc(px_used(ppgtt->pd)); /* never remove */ in gen8_ppgtt_notify_vgt()
68 atomic_dec(px_used(ppgtt->pd)); in gen8_ppgtt_notify_vgt()
215 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
216 GEM_BUG_ON(!len || len >= atomic_read(px_used(pd))); in __gen8_ppgtt_clear()
289 idx, len, atomic_read(px_used(pd))); in __gen8_ppgtt_alloc()
293 GEM_BUG_ON(!atomic_read(px_used(pd))); /* Must be pinned! */ in __gen8_ppgtt_alloc()
650 atomic_inc(px_used(pde)); /* keep pinned */ in gen8_preallocate_top_level_pdp()
682 atomic_inc(px_used(pd)); /* mark as pinned */ in gen8_alloc_top_pd()
H A Dintel_gtt.h187 #define px_used(px) (&px_pt(px)->used) macro