Searched refs:hwsp (Results 1 – 5 of 5) sorted by relevance
52 struct intel_timeline_hwsp *hwsp; in hwsp_alloc() local59 hwsp = list_first_entry_or_null(>->hwsp_free_list, in hwsp_alloc()60 typeof(*hwsp), free_link); in hwsp_alloc()61 if (!hwsp) { in hwsp_alloc()66 hwsp = kmalloc(sizeof(*hwsp), GFP_KERNEL); in hwsp_alloc()67 if (!hwsp) in hwsp_alloc()72 kfree(hwsp); in hwsp_alloc()78 vma->private = hwsp; in hwsp_alloc()79 hwsp->gt = timeline->gt; in hwsp_alloc()80 hwsp->vma = vma; in hwsp_alloc()[all …]
90 i915_reg_t hwsp; in set_hwsp() local106 hwsp = RENDER_HWS_PGA_GEN7; in set_hwsp()109 hwsp = BLT_HWS_PGA_GEN7; in set_hwsp()112 hwsp = BSD_HWS_PGA_GEN7; in set_hwsp()115 hwsp = VEBOX_HWS_PGA_GEN7; in set_hwsp()119 hwsp = RING_HWS_PGA_GEN6(engine->mmio_base); in set_hwsp()121 hwsp = RING_HWS_PGA(engine->mmio_base); in set_hwsp()124 intel_uncore_write(engine->uncore, hwsp, offset); in set_hwsp()125 intel_uncore_posting_read(engine->uncore, hwsp); in set_hwsp()
94 struct intel_timeline_hwsp *hwsp; member
800 unsigned int hwsp, in create_pinned_context() argument812 ce->timeline = page_pack_bits(NULL, hwsp); in create_pinned_context()
406 const u32 *hwsp = READ_ONCE(rq->hwsp_seqno); in __hwsp_seqno() local408 return READ_ONCE(*hwsp); in __hwsp_seqno()