summaryrefslogtreecommitdiff
path: root/lib/intel_allocator.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29lib/intel_allocator: treat default_alignment as the minimumMatthew Auld1-2/+2
2023-11-29lib/allocator: add get_offset_pat_index() helperMatthew Auld1-16/+39
2023-07-13lib/intel_allocator: Add intel_allocator_bind()Zbigniew Kempczyński1-2/+257
2023-07-13lib/intel_allocator: Remove extensive debuggingZbigniew Kempczyński1-9/+0
2023-07-13lib/intel_allocator: Drop aliasing allocator handle apiZbigniew Kempczyński1-73/+0
2023-06-07lib/intel_allocator: Fix missing alignment bugZbigniew Kempczyński1-0/+3
2023-04-28lib/intel_allocator: Add allocator support for XeZbigniew Kempczyński1-15/+25
2023-01-12lib/intel_allocator: Fix alignment variable used in debug pathZbigniew Kempczyński1-1/+1
2022-12-27lib/intel_allocator: Fixed start offset and alignmentDominik Karol Piatkowski1-0/+5
2022-12-07lib/intel_allocator: Remove RANDOM allocatorZbigniew Kempczyński1-3/+0
2022-05-26lib/intel_allocator: Add flag signalling multiprocess readynessZbigniew Kempczyński1-0/+4
2022-05-25lib/intel_batchbuffer: Use detected start offset in intel-bb instead 0x0Zbigniew Kempczyński1-1/+1
2022-02-25lib/intel_allocator: Add safe alignment as a defaultZbigniew Kempczyński1-19/+45
2021-10-08lib: Typechecking minmaxChris Wilson1-1/+1
2021-06-18lib/intel_allocator: Move ioctl calls to client processesAndrzej Turko1-16/+35
2021-06-17lib/intel_allocator: Check validity of the file descriptorAndrzej Turko1-0/+11
2021-04-13lib/intel_allocator: Wait for allocator thread to be readyZbigniew Kempczyński1-0/+7
2021-04-13lib/intel_allocator: Add alloc function which allows passing strategy argumentZbigniew Kempczyński1-7/+40
2021-04-13lib/intel_allocator: Separate allocator multiprocess startZbigniew Kempczyński1-7/+34
2021-04-13lib/intel_allocator: Try to stop smoothly instead of deinitZbigniew Kempczyński1-0/+14
2021-04-13lib/intel_allocator: Add intel_allocator coreZbigniew Kempczyński1-0/+1341