public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2022-02-28 20:57:04 to 2022-03-01 23:17:11 UTC [more...]

[Intel-gfx] [PATCH v3 00/13] i915: Prepare for Xe_HP compute engines
 2022-03-01 23:15 UTC  (14+ messages)
` [Intel-gfx] [PATCH v3 01/13] drm/i915/xehp: Define compute class and engine
` [Intel-gfx] [PATCH v3 02/13] drm/i915/xehp: CCS shares the render reset domain
` [Intel-gfx] [PATCH v3 03/13] drm/i915/xehp: Add Compute CS IRQ handlers
` [Intel-gfx] [PATCH v3 04/13] drm/i915/xehp: compute engine pipe_control
` [Intel-gfx] [PATCH v3 05/13] drm/i915/xehp: CCS should use RCS setup functions
` [Intel-gfx] [PATCH v3 06/13] drm/i915: Move context descriptor fields to intel_lrc.h
` [Intel-gfx] [PATCH v3 07/13] drm/i915/xehp: Define context scheduling attributes in lrc descriptor
` [Intel-gfx] [PATCH v3 08/13] drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODE
` [Intel-gfx] [PATCH v3 09/13] drm/i915/xehp/guc: enable compute engine inside GuC
` [Intel-gfx] [PATCH v3 10/13] drm/i915/xehp: Don't support parallel submission on compute / render
` [Intel-gfx] [PATCH v3 11/13] drm/i915/xehp: handle fused off CCS engines
` [Intel-gfx] [PATCH v3 12/13] drm/i915/xehp: Add compute workarounds
` [Intel-gfx] [PATCH v3 13/13] drm/i915/xehpsdv: Move render/compute engine reset domains related workarounds

[Intel-gfx] [PATCH v9] drm/amdgpu: add drm buddy support to amdgpu
 2022-03-01 23:05 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[Intel-gfx] [PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01 23:03 UTC  (54+ messages)
` [Intel-gfx] [PATCH 1/6] drivers: usb: remove "
` [Intel-gfx] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [Intel-gfx] [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove usage of list iterator past the loop body (rev2)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove usage of list iterator past the loop body (rev3)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Remove usage of list iterator past the loop body (rev4)

[Intel-gfx] [PATCH 00/11] drm/i915: Clean up some dpll stuff
 2022-03-01 23:01 UTC  (14+ messages)
` [Intel-gfx] [PATCH 01/11] drm/i915: Nuke skl_wrpll_context_init()
` [Intel-gfx] [PATCH 02/11] drm/i915: Move a bunch of stuff into rodata from the stack
` [Intel-gfx] [PATCH 03/11] drm/i915: Clean up some struct/array initializers
` [Intel-gfx] [PATCH 04/11] drm/i915: Store the /5 target clock in sturct dpll on vlv/chv
` [Intel-gfx] [PATCH 05/11] drm/i915: Remove bxt m2_frac_en
` [Intel-gfx] [PATCH 06/11] drm/i915: Use designated initializers for bxt_dp_clk_val[]
` [Intel-gfx] [PATCH 07/11] drm/i915: Store the m2 divider as a whole in bxt_clk_div
` [Intel-gfx] [PATCH 08/11] drm/i915: Replace bxt_clk_div with struct dpll
` [Intel-gfx] [PATCH 09/11] drm/i915: Replace hand rolled bxt vco calculation with chv_calc_dpll_params()
  ` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] [PATCH 10/11] drm/i915: Populate bxt/glk DPLL clock limits a bit more
` [Intel-gfx] [PATCH 11/11] drm/i915: Remove struct dp_link_dpll
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Clean up some dpll stuff (rev2)

[Intel-gfx] [PATCH v3 00/11] RFC: nested AVIC
 2022-03-01 22:56 UTC  (13+ messages)
` [Intel-gfx] [PATCH v3 01/11] KVM: x86: SVM: move nested_npt_enabled to svm.h
` [Intel-gfx] [PATCH v3 02/11] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` [Intel-gfx] [PATCH v3 03/11] KVM: x86: mmu: allow to enable write tracking externally
` [Intel-gfx] [PATCH v3 04/11] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [Intel-gfx] [PATCH v3 05/11] KVM: x86: mmu: add gfn_in_memslot helper
` [Intel-gfx] [PATCH v3 06/11] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [Intel-gfx] [PATCH v3 07/11] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [Intel-gfx] [PATCH v3 08/11] KVM: x86: SVM: move avic state to separate struct
` [Intel-gfx] [PATCH v3 09/11] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
` [Intel-gfx] [PATCH v3 10/11] KVM: nSVM: implement support for nested AVIC
` [Intel-gfx] [PATCH v3 11/11] KVM: SVM: allow to avoid not needed updates to is_running
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for RFC: nested AVIC

[Intel-gfx] [PATCH v2 00/13] i915: Prepare for Xe_HP compute engines
 2022-03-01 22:54 UTC  (17+ messages)
` [Intel-gfx] [PATCH v2 04/13] drm/i915/xehp: compute engine pipe_control
` [Intel-gfx] [PATCH v2 06/13] drm/i915: Move context descriptor fields to intel_lrc.h
` [Intel-gfx] [PATCH v2 08/13] drm/i915/xehp/guc: enable compute engine inside GuC
` [Intel-gfx] [PATCH v2 10/13] drm/i915/xehp: Don't support parallel submission on compute / render
` [Intel-gfx] [PATCH v2 11/13] drm/i915/xehp: handle fused off CCS engines
` [Intel-gfx] [PATCH v2 12/13] drm/i915/xehp: Add compute workarounds
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Prepare for Xe_HP compute engines
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] tests/i915/gem_exec_params: check available memory earlier
 2022-03-01 22:24 UTC  (2+ messages)

[Intel-gfx] [CI 1/3] drm/i915/gtt: reduce overzealous alignment constraints for GGTT
 2022-03-01 22:00 UTC  (5+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/fbdev: fixup setting screen_size
` [Intel-gfx] [CI 3/3] drm/i915: Use i915_gem_object_pin_map_unlocked function for lmem allocation
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/gtt: reduce overzealous alignment constraints for GGTT
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v3] drm/i915/guc: Do not complain about stale reset notifications
 2022-03-01 21:56 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/4] drm/i915/ttm: Evict and store of compressed object
 2022-03-01 21:53 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/gt: Clear compress metadata for Xe_HP platforms
` [Intel-gfx] [PATCH v2 2/4] drm/ttm: parameter to add extra pages into ttm_tt
` [Intel-gfx] [PATCH v2 3/4] drm/i915/gem: Extra pages in ttm_tt for ccs data
` [Intel-gfx] [PATCH v2 4/4] drm/i915/migrate: Evict and restore the flatccs capable lmem obj

[Intel-gfx] [PATCH v6] drm/i915/gt: Clear compress metadata for Xe_HP platforms
 2022-03-01 21:37 UTC 

[Intel-gfx] [PATCH v2 0/1] Fix i915 error_state_read ptr use
 2022-03-01 21:37 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 1/1] drm/i915/reset: Fix error_state_read ptr + offset use

[Intel-gfx] [PATCH 00/12] use dynamic-debug under drm.debug api
 2022-03-01 21:32 UTC  (17+ messages)
` [Intel-gfx] [PATCH 01/13] dyndbg: fix static_branch manipulation
` [Intel-gfx] [PATCH 02/13] dyndbg: add class_id field and query support
` [Intel-gfx] [PATCH 03/13] dyndbg: add DEFINE_DYNAMIC_DEBUG_CLASSBITS macro and callbacks
` [Intel-gfx] [PATCH 04/13] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [Intel-gfx] [PATCH 05/13] dyndbg: improve change-info to have old and new
` [Intel-gfx] [PATCH 06/13] dyndbg: abstract dyndbg_site_is_printing
` [Intel-gfx] [PATCH 07/13] drm_print: condense enum drm_debug_category
` [Intel-gfx] [PATCH 08/13] drm_print: interpose drm_*dbg with forwarding macros
` [Intel-gfx] [PATCH 09/13] drm_print: wrap drm_*_dbg in dyndbg jumplabel
` [Intel-gfx] [PATCH 10/13] drm_print: refine drm_debug_enabled for dyndbg+jump-label
` [Intel-gfx] [PATCH 11/13] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [Intel-gfx] [PATCH 12/13] drm_print: add _ddebug desc to drm_*dbg prototypes
` [Intel-gfx] [PATCH 13/13] drm_print: use DEFINE_DYNAMIC_DEBUG_CLASSBITS for drm.debug
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for use dynamic-debug under drm.debug api (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/3] Improve anti-pre-emption w/a for compute workloads
 2022-03-01 20:59 UTC  (27+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Limit scheduling properties to avoid overflow
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Make the heartbeat play nice with long pre-emption timeouts

[Intel-gfx] [PATCH v13 1/5] drm: improve drm_buddy_alloc function
 2022-03-01 20:33 UTC  (4+ messages)
` [Intel-gfx] [PATCH v13 5/5] drm/amdgpu: add drm buddy support to amdgpu

[Intel-gfx] [PATCH] [v2] Kbuild: move to -std=gnu11
 2022-03-01 17:22 UTC  (19+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Kbuild: move to -std=gnu11 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v6 1/2] drm/vrr: Set VRR capable prop only if it is attached to connector
 2022-03-01 19:34 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 2/2] drm/i915/display/vrr: Reset VRR capable property on a long hpd

[Intel-gfx] [PATCH 0/8] Per client GPU utilisation
 2022-03-01 19:34 UTC  (5+ messages)
` [Intel-gfx] [PATCH 7/8] drm/i915: Count engine instances per uabi class
` [Intel-gfx] [PATCH 8/8] drm/i915: Expose client engine utilisation via fdinfo

[Intel-gfx] [CI 0/2] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-03-01 19:23 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/mm: Add an iterator to optimally walk over holes suitable for an allocation (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/1] Bump DMC to v2.16 on ADL-P
 2022-03-01 18:47 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update "

[Intel-gfx] [PATCH] drm/i915: Add a DP1.2 compatible way to read LTTPR capabilities
 2022-03-01 18:24 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI 1/4] drm/i915/ttm: make eviction mappable aware
 2022-03-01 17:55 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/4] "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH][V2] drm/i915: make a handful of read-only arrays static const
 2022-03-01 17:14 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 0/7] Introduce multitile support
 2022-03-01 15:25 UTC  (8+ messages)
` [Intel-gfx] [PATCH v5 1/7] drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0
` [Intel-gfx] [PATCH v5 2/7] drm/i915: Prepare for multiple GTs
` [Intel-gfx] [PATCH v5 3/7] drm/i915/gt: add gt_is_root() helper

[Intel-gfx] [PATCH] drm/i915: Depend on !PREEMPT_RT
 2022-03-01 15:13 UTC  (6+ messages)

[Intel-gfx] [PATCH v2 i-g-t] lib/intel_mmio: Fix mmapped resources not unmapped on fini
 2022-03-01 14:07 UTC 

[Intel-gfx] [PATCH] drm/i915/xehp: Drop aux table invalidation on FlatCCS platforms
 2022-03-01 14:01 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: add more TMDS clock rate supported by HDMI driver
 2022-03-01 13:02 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] lib/intel_mmio: Fix mmapped resources not unmapped on fini
 2022-03-01 12:47 UTC 

[Intel-gfx] [PATCH] drm/i915/wm: use REG_FIELD_PREP for PLANE_WM_BLOCKS_MASK
 2022-03-01 12:37 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2] drm/i915/wm: use REG_FIELD_{PREP, GET} "

[Intel-gfx] [PATCH] drm/i915/gt: Clear compress metadata for Xe_HP platforms
 2022-03-01 12:19 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Use str_yes_no()
 2022-03-01 10:40 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Use str_yes_no() (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] HAX: drm/i915: Disable GuC submission on DG1
 2022-03-01  8:30 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/7] drm/i915: Use the memcpy_from_wc function from drm
 2022-03-01  8:13 UTC  (12+ messages)
` [Intel-gfx] [PATCH 1/7] drm: Relax alignment constraint for destination address
` [Intel-gfx] [PATCH 2/7] drm: Add drm_memcpy_from_wc() variant which accepts "
` [Intel-gfx] [PATCH 3/7] drm/i915: use the memcpy_from_wc call from the drm
` [Intel-gfx] [PATCH 4/7] drm/i915/guc: "
` [Intel-gfx] [PATCH 5/7] drm/i915/selftests: "

[Intel-gfx] [PATCH] Kbuild: remove -std=gnu89 from compiler arguments
 2022-03-01  6:20 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/guc: Fix flag query helper function to not modify state
 2022-03-01  0:38 UTC  (3+ messages)

[Intel-gfx] [PATCH v7 09/13] drm/i915/guc: Check sizing of guc_capture output
 2022-02-28 22:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox