index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
selftests
/
i915_gem_client_blt.c
Age
Commit message (
Expand
)
Author
2025-05-27
drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.h
Jani Nikula
2024-03-22
drm/i915: Update IP_VER(12, 50)
Lucas De Marchi
2023-08-17
drm/i915/selftest: Simplify Y-major tiling in blit selftest
Matt Roper
2023-02-24
drm/i915/mtl: X-Tile support changes to client blits
Jonathan Cavitt
2022-12-06
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
2022-11-16
drm/i915/selftests: add igt_vma_move_to_active_unlocked
Andrzej Hajda
2022-11-16
drm/i915: call i915_request_await_object from _i915_vma_move_to_active
Andrzej Hajda
2022-08-29
drm/i915: split gem quirks from display quirks
Jani Nikula
2022-05-24
drm/i915: Update tiled blits selftest
Bommu Krishnaiah
2022-02-25
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
2022-02-19
drm/i915: enforce min GTT alignment for discrete cards
Matthew Auld
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
2022-01-18
drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind...
Maarten Lankhorst
2022-01-05
drm/i915/gem: Use to_gt() helper for GGTT accesses
Michał Winiarski
2021-12-17
drm/i915/gem: Use to_gt() helper
Michał Winiarski
2021-10-12
drm/i915: Stop using I915_TILING_* in client blit selftest
Matt Roper
2021-06-17
drm/i915/gem: Zap the client blt code
Thomas Hellström
2021-06-05
drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-03-24
drm/i915/selftests: Prepare client blit for obj->mm.lock removal.
Maarten Lankhorst
2020-12-02
drm/i915/selftests: Tidy prng constructor for client blits
Chris Wilson
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-06-04
drm/i915/selftests: Exercise all copy engines with the blt routines
Chris Wilson
2020-05-04
drm/i915/gem: Implement legacy MI_STORE_DATA_IMM
Chris Wilson
2020-04-30
drm/i915/selftests: Add tiled blits selftest
Zbigniew Kempczyński
2019-11-25
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
2019-10-28
drm/i915/selftests: Check all blitter engines for client blt
Chris Wilson
2019-08-10
drm/i915/blt: bump the size restriction
Matthew Auld
2019-07-12
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-07-03
drm/i915/selftests: Common live setup/teardown
Chris Wilson
2019-06-22
drm/i915/blt: Remove recursive vma->lock
Chris Wilson
2019-05-30
drm/i915: add in-kernel blitter client
Matthew Auld