December 2021 Archives by author
Starting: Wed Dec 1 15:17:53 UTC 2021
Ending: Thu Dec 30 16:11:30 UTC 2021
Messages: 599
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 0/7] drm/i915: Asynchronous vma unbinding
Thomas Hellström
- [PATCH 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/7] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/7] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/7] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/7] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
- [PATCH 1/3] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/3] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/3] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 1/5] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/5] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/5] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/5] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/5] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/6] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/6] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/6] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/6] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/6] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/7] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/7] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/7] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/7] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
- [PATCH 1/8] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/8] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/8] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/8] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/8] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/8] drm/i915: Acquire a wakeref for unbind on vma release if needed
Thomas Hellström
- [PATCH 7/8] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 8/8] drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
- [PATCH 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
- [PATCH 2/7] drm/i915: Break out the i915_deps utility
Thomas Hellström
- [PATCH 3/7] drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
- [PATCH 4/7] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 6/7] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
- [PATCH 1/5] drm/i915: Initial introduction of vma resources
Thomas Hellström
- [PATCH 2/5] drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
- [PATCH 3/5] drm/i915: Use vma resources for async unbinding
Thomas Hellström
- [PATCH 4/5] drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
- [PATCH 5/5] HAX: drm/i915: Use an unbound workqueue for object freeing.
Thomas Hellström
- [PATCH CI 0/9] Update to GuC version 69.0.0
John.C.Harrison at Intel.com
- [PATCH CI 1/9] drm/i915/uc: Allow platforms to have GuC but not HuC
John.C.Harrison at Intel.com
- [PATCH CI 2/9] drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEM
John.C.Harrison at Intel.com
- [PATCH CI 3/9] drm/i915/guc: Don't go bang in GuC log if no GuC
John.C.Harrison at Intel.com
- [PATCH CI 4/9] drm/i915/guc: Request RP0 before loading firmware
John.C.Harrison at Intel.com
- [PATCH CI 5/9] drm/i915/guc: Update to GuC version 69.0.0
John.C.Harrison at Intel.com
- [PATCH CI 6/9] drm/i915/guc: Improve GuC loading status check/error reports
John.C.Harrison at Intel.com
- [PATCH CI 7/9] drm/i915: Improve long running OCL w/a for GuC submission
John.C.Harrison at Intel.com
- [PATCH CI 8/9] CI: Enable GuC submission on all Gen12
John.C.Harrison at Intel.com
- [PATCH CI 9/9] CI: Don't spew trace dump on busy_stats timeout
John.C.Harrison at Intel.com
- [PATCH 0/9] Update to GuC version 69.0.0
John.C.Harrison at Intel.com
- [PATCH 1/9] drm/i915/uc: Allow platforms to have GuC but not HuC
John.C.Harrison at Intel.com
- [PATCH 2/9] drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEM
John.C.Harrison at Intel.com
- [PATCH 3/9] drm/i915/guc: Don't go bang in GuC log if no GuC
John.C.Harrison at Intel.com
- [PATCH 4/9] drm/i915/guc: Request RP0 before loading firmware
John.C.Harrison at Intel.com
- [PATCH 5/9] drm/i915/guc: Update to GuC version 69.0.0
John.C.Harrison at Intel.com
- [PATCH 6/9] drm/i915/guc: Improve GuC loading status check/error reports
John.C.Harrison at Intel.com
- [PATCH 7/9] drm/i915: Improve long running OCL w/a for GuC submission
John.C.Harrison at Intel.com
- [PATCH 8/9] CI: Enable GuC submission on all Gen12
John.C.Harrison at Intel.com
- [PATCH 9/9] CI: Don't spew trace dump on busy_stats timeout
John.C.Harrison at Intel.com
- [PATCH CI 0/9] Update to GuC version 69.0.0
John.C.Harrison at Intel.com
- [PATCH CI 1/9] drm/i915/guc: Speed up GuC log dumps
John.C.Harrison at Intel.com
- [PATCH CI 2/9] drm/i915/guc: Increase GuC log size for CONFIG_DEBUG_GEM
John.C.Harrison at Intel.com
- [PATCH CI 3/9] drm/i915/guc: Request RP0 before loading firmware
John.C.Harrison at Intel.com
- [PATCH CI 4/9] drm/i915/guc: Flag an error if an engine reset fails
John.C.Harrison at Intel.com
- [PATCH CI 5/9] drm/i915: Improve long running OCL w/a for GuC submission
John.C.Harrison at Intel.com
- [PATCH CI 6/9] drm/i915/guc: Update to GuC version 69.0.3
John.C.Harrison at Intel.com
- [PATCH CI 7/9] drm/i915/guc: Improve GuC loading status check/error reports
John.C.Harrison at Intel.com
- [PATCH CI 8/9] CI: Enable GuC submission on all Gen12
John.C.Harrison at Intel.com
- [PATCH CI 9/9] CI: Don't spew trace dump on busy_stats timeout
John.C.Harrison at Intel.com
- [PATCH i-g-t,v3 1/4] lib/i915: Introduce library intel_mocs
Zbigniew Kempczyński
- [PATCH i-g-t,v3 2/4] lib/i915: Introduce library i915_blt
Zbigniew Kempczyński
- [PATCH i-g-t,v3 4/4] i915/gem_ccs: Add testing for CCS
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate - for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate - for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Zbigniew Kempczyński
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Zbigniew Kempczyński
- [PATCH i-g-t 2/2] HAX: don't do full run
Zbigniew Kempczyński
- [PATCH i-g-t] lib/store: Refactor common store code into helper function
Zbigniew Kempczyński
- [PATCH i-g-t 0/2] Predicate for CI only
Kamil Konieczny
- [PATCH i-g-t 1/2] tests/gem_exec_predicate: Leave predicate set before bbe
Kamil Konieczny
- [PATCH i-g-t 2/2] HAX: don't do full run
Kamil Konieczny
- [PATCH i-g-t 0/3] tests 2
Kamil Konieczny
- [PATCH i-g-t 1/3] Add test gem_exec_kamil
Kamil Konieczny
- [PATCH i-g-t 2/3] tests/gem_exec_kamil: Add simple igt tests
Kamil Konieczny
- [PATCH i-g-t 3/3] HAX: only one test
Kamil Konieczny
- [PATCH] drm/i915/display: Enable async flip on linear buffers
Vandita Kulkarni
- [PATCH 1/6] drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
- [PATCH 2/6] drm/i915: Change shrink ordering to use locking around unbinding.
Maarten Lankhorst
- [PATCH 3/6] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.
Maarten Lankhorst
- [PATCH 4/6] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
Maarten Lankhorst
- [PATCH 5/6] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.
Maarten Lankhorst
- [PATCH 6/6] drm/i915: Ensure gem_contexts selftests work with unbind changes.
Maarten Lankhorst
- [PATCH 1/7] drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
- [PATCH 2/7] drm/i915: Change shrink ordering to use locking around unbinding.
Maarten Lankhorst
- [PATCH 3/7] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.
Maarten Lankhorst
- [PATCH 4/7] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
Maarten Lankhorst
- [PATCH 5/7] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.
Maarten Lankhorst
- [PATCH 6/7] drm/i915: Ensure gem_contexts selftests work with unbind changes.
Maarten Lankhorst
- [PATCH 7/7] drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.
Maarten Lankhorst
- [PATCH 01/18] drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
- [PATCH 02/18] drm/i915: Change shrink ordering to use locking around unbinding.
Maarten Lankhorst
- [PATCH 03/18] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.
Maarten Lankhorst
- [PATCH 04/18] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
Maarten Lankhorst
- [PATCH 05/18] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2.
Maarten Lankhorst
- [PATCH 06/18] drm/i915: Ensure gem_contexts selftests work with unbind changes, v2.
Maarten Lankhorst
- [PATCH 07/18] drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.
Maarten Lankhorst
- [PATCH 08/18] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 09/18] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 10/18] fixup! drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.
Maarten Lankhorst
- [PATCH 11/18] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 12/18] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 13/18] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
Maarten Lankhorst
- [PATCH 14/18] drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
Maarten Lankhorst
- [PATCH 15/18] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 16/18] drm/i915: Remove assert_object_held_shared
Maarten Lankhorst
- [PATCH 17/18] drm/i915: Remove support for unlocked i915_vma unbind
Maarten Lankhorst
- [PATCH 18/18] drm/i915: Remove short-term pins from execbuf, v5.
Maarten Lankhorst
- [PATCH 1/3] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 2/3] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 3/3] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 1/5] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 2/5] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 1/9] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 3/5] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 1/6] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 2/9] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 4/5] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 2/6] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 3/9] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 5/5] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 3/6] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 4/9] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 4/6] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 5/9] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 5/6] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 6/9] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
Maarten Lankhorst
- [PATCH 6/6] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
Maarten Lankhorst
- [PATCH 7/9] drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
Maarten Lankhorst
- [PATCH 8/9] drm/i915: Remove assert_object_held_shared
Maarten Lankhorst
- [PATCH 9/9] drm/i915: Remove support for unlocked i915_vma unbind
Maarten Lankhorst
- [PATCH 1/6] drm/i915: Trylock the object when shrinking
Maarten Lankhorst
- [PATCH 2/6] drm/i915: Require object lock when freeing pages during destruction
Maarten Lankhorst
- [PATCH 3/6] drm/i915: Add ww ctx to i915_gem_object_trylock
Maarten Lankhorst
- [PATCH 4/6] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 5/6] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 6/6] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
Maarten Lankhorst
- [PATCH 1/2] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 2/2] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 1/3] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Maarten Lankhorst
- [PATCH 2/3] drm/i915: Add locking to i915_gem_evict_vm()
Maarten Lankhorst
- [PATCH 3/3] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
Maarten Lankhorst
- [PATCH 1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
- [PATCH 2/2] Enable PXP configs for CI
Juston Li
- [PATCH 1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
- [PATCH 2/2] Enable PXP configs for CI
Juston Li
- [PATCH 1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
- [PATCH 2/2] Enable PXP configs for CI
Juston Li
- [v2 i-g-t 00/14] Add IGT support for plane color management
Bhanuprakash Modem
- [v2 i-g-t 01/14] HAX: Get uapi headers to compile the IGT
Bhanuprakash Modem
- [v2 i-g-t 02/14] lib/igt_kms: Add plane color mgmt properties
Bhanuprakash Modem
- [v2 i-g-t 03/14] kms_color_helper: Add helper functions for plane color mgmt
Bhanuprakash Modem
- [v2 i-g-t 04/14] tests/kms_color: New subtests for Plane gamma
Bhanuprakash Modem
- [v2 i-g-t 05/14] tests/kms_color: New subtests for Plane degamma
Bhanuprakash Modem
- [v2 i-g-t 06/14] tests/kms_color: New subtests for Plane CTM
Bhanuprakash Modem
- [v2 i-g-t 07/14] tests/kms_color: New negative tests for plane level color mgmt
Bhanuprakash Modem
- [v2 i-g-t 08/14] tests/kms_color_chamelium: New subtests for Plane gamma
Bhanuprakash Modem
- [v2 i-g-t 09/14] tests/kms_color_chamelium: New subtests for Plane degamma
Bhanuprakash Modem
- [v2 i-g-t 10/14] tests/kms_color_chamelium: New subtests for Plane CTM
Bhanuprakash Modem
- [v2 i-g-t 11/14] lib/igt_kms: Add pipe color mgmt properties
Bhanuprakash Modem
- [v2 i-g-t 12/14] kms_color_helper: Add helper functions to support logarithmic gamma mode
Bhanuprakash Modem
- [v2 i-g-t 13/14] tests/kms_color: Extended IGT tests to support logarithmic gamma mode
Bhanuprakash Modem
- [v2 i-g-t 14/14] tests/kms_color_chamelium: Extended IGT tests to support logarithmic gamma mode
Bhanuprakash Modem
- [PATCH] drm/i915/selftests: Increase timeout in i915_gem_contexts selftests
Gwan-gyeong Mun
- [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move
Jasmine Newsome
- [PATCH 0/1] IGT Blacklist updates for PVC
Jasmine Newsome
- [PATCH 1/1] REVIEW: Full tree diff against origin/internal
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- [PATCH] drm/i915/gem: Use local pointer ttm for __i915_ttm_move
Jasmine Newsome
- ✓ Fi.CI.BAT: success for drm/i915/selftests: Increase timeout in i915_gem_contexts selftests
Patchwork
- ✓ Fi.CI.IGT: success for drm/i915/selftests: Increase timeout in i915_gem_contexts selftests
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/selftests: Increase timeout in i915_gem_contexts selftests (rev2)
Patchwork
- ✓ Fi.CI.IGT: success for drm/i915/selftests: Increase timeout in i915_gem_contexts selftests (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BUILD: failure for IGT Blacklist updates for PVC
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [01/10] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/gem: Use local pointer for __i915_ttm_move (rev4)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/gem: Use local pointer for __i915_ttm_move (rev4)
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for Add testing for CCS
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BAT: failure for Update to GuC version 69.0.0
Patchwork
- ✓ Fi.CI.IGT: success for Add testing for CCS
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/9] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/9] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.IGT: success for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/9] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BAT: failure for Predicate for CI only
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915/gem: Use local pointer ttm for __i915_ttm_move (rev3)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/9] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for Update to GuC version 69.0.0 (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915/selftests: Forcewake stress
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/9] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.IGT: failure for Update to GuC version 69.0.0 (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/11] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/12] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/12] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/13] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.IGT: success for series starting with [01/13] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/14] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.IGT: success for series starting with [01/14] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [01/19] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/selftests: Forcewake stress (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/16] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.IGT: success for drm/i915/selftests: Forcewake stress (rev2)
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/16] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/16] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/display: Enable async flip on linear buffers
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/16] drm/i915: Store backpointer to GT in uncore
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/display: Enable async flip on linear buffers
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [01/18] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✓ Fi.CI.IGT: success for series starting with [1/7] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [01/18] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915: Asynchronous vma unbinding
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915: Asynchronous vma unbinding
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/5] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✓ Fi.CI.BAT: success for drm/i915/display: Fix the PIPE_MISC 12 BPC PORT_OUTPUT for DG2 (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915: Avoid using the i915_fence_array when collecting dependencies (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BUILD: warning for series starting with [1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915/display: Fix the PIPE_MISC 12 BPC PORT_OUTPUT for DG2 (rev2)
Patchwork
- ✗ Fi.CI.BAT: failure for Update to GuC version 69.0.0 (rev3)
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/5] drm/i915: Avoid using the i915_fence_array when collecting dependencies (rev2)
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/6] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/7] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/8] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915: Trylock the object when shrinking
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/5] drm/i915: Trylock the object when shrinking
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/6] drm/i915: Trylock the object when shrinking
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/9] drm/i915: Trylock the object when shrinking
Patchwork
- ✓ Fi.CI.BAT: success for lib/store: Refactor common store code into helper function
Patchwork
- ✗ Fi.CI.IGT: failure for lib/store: Refactor common store code into helper function
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/9] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/9] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/6] drm/i915: Trylock the object when shrinking
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/8] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/9] drm/i915/gt: Use to_gt() helper for GGTT accesses
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/8] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/3] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
Patchwork
- ✗ Fi.CI.BUILD: failure for series starting with [2/2] Enable PXP configs for CI (rev3)
Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [1/5] drm/i915: Initial introduction of vma resources
Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915/pxp: Hold RPM wakelock during PXP unbind
Patchwork
- [PATCH 01/10] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/10] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/10] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/10] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/10] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/10] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/10] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 08/10] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 09/10] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 10/10] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 1/9] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 2/9] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 3/9] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 4/9] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 5/9] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 6/9] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 7/9] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 8/9] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 9/9] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 1/9] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 2/9] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 3/9] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 4/9] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 5/9] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 6/9] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 7/9] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 8/9] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 9/9] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 01/11] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/11] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/11] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/11] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/11] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/11] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/11] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/11] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/11] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/11] drm/i915: Move the GGTT from i915 private data to the GT
Andi Shyti
- [PATCH 11/11] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 01/12] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/12] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/12] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/12] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/12] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/12] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/12] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/12] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/12] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/12] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/12] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/12] drm/i915: Move the GGTT from i915 private data to the GT
Andi Shyti
- [PATCH 01/13] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/13] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/13] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/13] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/13] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/13] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/13] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/13] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/13] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/13] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/13] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/13] drm/i915: Move the GGTT from i915 private data to the GT
Andi Shyti
- [PATCH 13/13] a hack
Andi Shyti
- [PATCH 01/14] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/14] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/14] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/14] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/14] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/14] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/14] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/14] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/14] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/14] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/14] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/14] drm/i915: Move the GGTT from i915 private data to the GT
Andi Shyti
- [PATCH 13/14] drm/i915: prepare for multiple gt platforms
Andi Shyti
- [PATCH 14/14] drm/i915/xehpsdv: add device info
Andi Shyti
- [PATCH 01/19] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/19] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/19] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/19] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/19] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/19] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/19] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/19] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/19] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/19] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/19] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/19] drm/i915: Move the GGTT from i915 private data to the GT
Andi Shyti
- [PATCH 13/19] drm/i915: prepare for multiple gt platforms
Andi Shyti
- [PATCH 14/19] drm/i915/xehpsdv: add device info
Andi Shyti
- [PATCH 15/19] drm/i915: Initial support for per-tile uncore
Andi Shyti
- [PATCH 16/19] drm/i915/xehp: Determine which tile raised an interrupt
Andi Shyti
- [PATCH 17/19] drm/i915/xehp: Make IRQ reset and postinstall multi-tile aware
Andi Shyti
- [PATCH 18/19] drm/i915/guc: Update CT debug macro for multi-tile
Andi Shyti
- [PATCH 19/19] drm/i915/gt: make a gt sysfs group and move power management files
Andi Shyti
- [PATCH 01/16] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/16] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/16] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/16] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/16] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/16] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/16] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/16] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/16] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/16] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/16] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/16] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 13/16] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 14/16] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 15/16] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 16/16] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 01/16] drm/i915: Store backpointer to GT in uncore
Andi Shyti
- [PATCH 02/16] drm/i915: Introduce to_gt() helper
Andi Shyti
- [PATCH 03/16] drm/i915/display: Use to_gt() helper
Andi Shyti
- [PATCH 04/16] drm/i915/gt: Use to_gt() helper
Andi Shyti
- [PATCH 05/16] drm/i915/gem: Use to_gt() helper
Andi Shyti
- [PATCH 06/16] drm/i915/gvt: Use to_gt() helper
Andi Shyti
- [PATCH 07/16] drm/i915/selftests: Use to_gt() helper
Andi Shyti
- [PATCH 08/16] drm/i915/pxp: Use to_gt() helper
Andi Shyti
- [PATCH 09/16] drm/i915: Use to_gt() helper
Andi Shyti
- [PATCH 10/16] drm/i915: Rename i915->gt to i915->gt0
Andi Shyti
- [PATCH 11/16] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 12/16] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 13/16] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 14/16] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 15/16] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 16/16] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 1/6] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 2/6] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 3/6] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 4/6] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 5/6] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 6/6] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 1/7] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 2/7] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 3/7] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 4/7] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 5/7] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 6/7] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 7/7] drm/i915: prepare for multiple gt platforms
Andi Shyti
- [PATCH 1/8] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 2/8] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 3/8] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 4/8] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 5/8] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 6/8] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 7/8] drm/i915: prepare for multiple gt platforms
Andi Shyti
- [PATCH 8/8] drm/i915/gt: make a gt sysfs group and move power management files
Andi Shyti
- [PATCH 1/9] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 2/9] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 3/9] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 4/9] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 5/9] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 6/9] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 7/9] drm/i915: prepare for multiple gt platforms
Andi Shyti
- [PATCH 8/8] drm/i915/gt: make a gt sysfs group and move power management files
Andi Shyti
- [PATCH 8/9] drm/i915/xehpsdv: add device info
Andi Shyti
- [PATCH 9/9] drm/i915/gt: make a gt sysfs group and move power management files
Andi Shyti
- [PATCH 1/9] drm/i915/gt: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 2/9] drm/i915: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 3/9] drm/i915/gem: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 4/9] drm/i915/display: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 5/9] drm/i915/selftests: Use to_gt() helper for GGTT accesses
Andi Shyti
- [PATCH 6/9] drm/i915: Remove unused i915->ggtt
Andi Shyti
- [PATCH 7/9] drm/i915: Prepare for multiple gt platforms
Andi Shyti
- [PATCH 8/9] drm/i915/xehpsdv: add device info
Andi Shyti
- [PATCH 9/9] drm/i915/gt: make a gt sysfs group and move power management files
Andi Shyti
- [PATCH] drm/i915/selftests: Forcewake stress
Tvrtko Ursulin
- [PATCH i-g-t,v3 0/4] Add testing for CCS
apoorva1.singh at intel.com
- [PATCH i-g-t,v3 1/4] lib/i915: Introduce library intel_mocs
apoorva1.singh at intel.com
- [PATCH i-g-t,v3 2/4] lib/i915: Introduce library i915_blt
apoorva1.singh at intel.com
- [PATCH i-g-t,v3 3/4] lib/intel_chipset.h: Add has_flat_ccs flag
apoorva1.singh at intel.com
- [PATCH i-g-t,v3 4/4] i915/gem_ccs: Add testing for CCS
apoorva1.singh at intel.com
Last message date:
Thu Dec 30 16:11:30 UTC 2021
Archived on: Thu Dec 30 16:13:51 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).