summaryrefslogtreecommitdiff
path: root/lib/intel_batchbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-29lib/intel_batchbuffer: Fix intel_bb_dump for XeZbigniew Kempczyński1-1/+1
2024-02-29lib/intel_batchbuffer: Add I915_TILING_64 definitionZbigniew Kempczyński1-1/+2
2023-11-29lib/intel_batchbuffer: extend to include optional alignmentMatthew Auld1-1/+1
2023-05-31lib/intel_bb: Enable custom engine support for xeChristoph Manszewski1-7/+9
2023-04-28lib/intel_batchbuffer: Add Xe support in intel-bbZbigniew Kempczyński1-0/+6
2023-04-28lib/intel_batchbuffer: Rename i915 -> fd as preparation step for xeZbigniew Kempczyński1-8/+8
2023-03-20lib/intel_batchbuffer: Handle no support for Tile YKarolina Stolarek1-1/+1
2023-03-20lib/intel_batchbuffer: Add wrapper API to use XY_FAST_COPY_BLT/XY_SRC_BLTVikas Srivastava1-0/+22
2023-03-20tests/i915/gem_blits: Use new copy instructionArjun Melkaveri1-0/+6
2022-12-19lib/intel_batchbuffer: Get rid of libdrm batchbufferZbigniew Kempczyński1-248/+0
2022-12-01lib/intel_batchbuffer: Use correct engine id in exec_blit()Karolina Stolarek1-0/+2
2022-11-03lib/intel_batchbuffer: Extend __intel_bb_create to handle context configKarolina Drobnik1-5/+10
2022-04-01lib/intel_batchbuffer: add create without relocsKamil Konieczny1-0/+1
2022-03-09igt/lib: Add tile 4(F-tile) format supportJeevan B1-3/+4
2022-02-02lib/intel_batchbuffer: add tracking and reset for allocatorKamil Konieczny1-0/+7
2021-10-15lib/intel_batchbuffer: Detect and use kernel alignment capabilityZbigniew Kempczyński1-0/+1
2021-10-06tests/i915/gem_pxp: Verify execbuf fails with stale PXP context after teardownAlan Previn1-0/+3
2021-10-06lib: Add PXP attribute support in batchbuffer and buffer_ops libsAlan Previn1-0/+28
2021-08-10lib/huc_copy: Extend huc copy prototype to pass allocator handleZbigniew Kempczyński1-2/+4
2021-08-10lib/intel_batchbuffer: Add allocator support in blitter src copyZbigniew Kempczyński1-1/+5
2021-08-10lib/intel_batchbuffer: Add allocator support in blitter fast copyBhanuprakash Modem1-1/+5
2021-07-08lib/intel_bb: Remove intel_bb_assign_vm and tests (v2)Jason Ekstrand1-4/+0
2021-04-13lib/intel_batchbuffer: Add tracking intel_buf to intel_bbZbigniew Kempczyński1-18/+11
2021-04-13lib/intel_batchbuffer: Create bb with strategy / vm rangesZbigniew Kempczyński1-2/+8
2021-04-13lib/intel_batchbuffer: Integrate intel_bb with allocatorZbigniew Kempczyński1-4/+19
2020-11-23lib/rendercopy: Enable fast clearMika Kahola1-0/+6
2020-11-19lib/intel_batchbuffer: add intel_bb_blit_copy wrapperDominik Grzegorzek1-0/+3
2020-10-15lib: Use unsigned gen for forward compatible testsChris Wilson1-4/+6
2020-10-01lib/intel_batchbuffer: Prepare batch to use in allocator infrastructureZbigniew Kempczyński1-12/+6
2020-09-16lib/rendercopy: remove libdrm dependencyZbigniew Kempczyński1-19/+23
2020-09-16lib/intel_batchbuffer: fix intel_bb cacheZbigniew Kempczyński1-1/+7
2020-09-16lib/intel_batchbuffer: dump bb to base64Zbigniew Kempczyński1-0/+2
2020-09-16lib/intel_batchbuffer: add new functions to support rendercopyZbigniew Kempczyński1-2/+41
2020-07-15tests/i915/gem_huc_copy: Enable a HuC copy testSally Qi1-0/+19
2020-07-03lib/intel_batchbuffer: Extend intel_bbZbigniew Kempczyński1-4/+76
2020-06-06lib/intel_batchbuffer: add bb resetZbigniew Kempczyński1-4/+8
2020-06-01tests/gem_(gpgpu|media)_fill: remove the _v2 suffixZbigniew Kempczyński1-14/+6
2020-05-26lib/media_fill: Migrate gen11 media pipeline creation to intel_bbZbigniew Kempczyński1-3/+4
2020-05-21lib/intel_batchbuffer: Add new media fillfunc v2Zbigniew Kempczyński1-0/+1
2020-05-20lib/intel_batchbuffer: Introduce temporary igt_fillfunc_v2_tZbigniew Kempczyński1-0/+8
2020-05-20lib/intel_batchbuffer: Introduce intel_bbZbigniew Kempczyński1-0/+101
2020-02-03lib/intel_batchbuffer: Add blitter copy using XY_SRC_COPY_BLTVanshidhar Konda1-0/+21
2020-01-17lib/intel_batchbuffer: Add CCS width/height functions for Intel igt_bufZbigniew Kempczyński1-0/+2
2019-12-31lib: Add engine copy support for YUV formatsImre Deak1-0/+4
2019-12-31lib/igt_buf: Extend igt_buf to include two color surfacesImre Deak1-2/+4
2019-12-31lib/igt_buf: Extend igt_buf to include two CCS surfacesImre Deak1-1/+1
2019-12-31lib/igt_buf: Use compression type consistentlyImre Deak1-0/+5
2019-12-09lib: Add vebox copy supportImre Deak1-2/+28
2019-12-09tests/gem_render_copy: Make subtest parameters more explicitImre Deak1-0/+5
2019-12-04lib/rendercopy_gen9: Add GEN12 color clearMika Kahola1-0/+3