All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-27 12:08:48 to 2020-11-27 12:13:03 UTC [more...]

[Intel-gfx] [RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-27 12:06 UTC  (185+ messages)
` [RFC PATCH 019/162] drm/i915: make lockdep slightly happier about execbuf
` [Intel-gfx] [RFC PATCH 020/162] drm/i915: Disable userptr pread/pwrite support
  `  "
` [RFC PATCH 021/162] drm/i915: No longer allow exporting userptr through dma-buf
` [RFC PATCH 022/162] drm/i915: Reject more ioctls for userptr
` [RFC PATCH 023/162] drm/i915: Reject UNSYNCHRONIZED for userptr, v2
  ` [Intel-gfx] "
` [RFC PATCH 024/162] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 025/162] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v5
  `  "
` [Intel-gfx] [RFC PATCH 026/162] drm/i915: Flatten obj->mm.lock
  `  "
` [RFC PATCH 027/162] drm/i915: Populate logical context during first pin
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 028/162] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
  `  "
` [Intel-gfx] [RFC PATCH 029/162] drm/i915: Handle ww locking in init_status_page
  `  "
` [RFC PATCH 030/162] drm/i915: Rework clflush to work correctly without obj->mm.lock
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 031/162] drm/i915: Pass ww ctx to intel_pin_to_display_plane
  `  "
` [Intel-gfx] [RFC PATCH 032/162] drm/i915: Add object locking to vm_fault_cpu
  `  "
` [RFC PATCH 033/162] drm/i915: Move pinning to inside engine_wa_list_verify()
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 034/162] drm/i915: Take reservation lock around i915_vma_pin
  `  "
` [RFC PATCH 035/162] drm/i915: Make intel_init_workaround_bb more compatible with ww locking
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 036/162] drm/i915: Make __engine_unpark() compatible with ww locking v2
  `  "
` [RFC PATCH 037/162] drm/i915: Take obj lock around set_domain ioctl
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 038/162] drm/i915: Defer pin calls in buffer pool until first use by caller
  `  "
` [RFC PATCH 039/162] drm/i915: Fix pread/pwrite to work with new locking rules
  ` [Intel-gfx] "
` [RFC PATCH 040/162] drm/i915: Fix workarounds selftest, part 1
  ` [Intel-gfx] "
` [RFC PATCH 041/162] drm/i915: Prepare for obj->mm.lock removal
  ` [Intel-gfx] "
` [RFC PATCH 042/162] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
  ` [Intel-gfx] "
` [RFC PATCH 043/162] drm/i915: Add ww locking around vm_access()
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 044/162] drm/i915: Increase ww locking for perf
  `  "
` [RFC PATCH 045/162] drm/i915: Lock ww in ucode objects correctly
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 046/162] drm/i915: Add ww locking to dma-buf ops
  `  "
` [Intel-gfx] [RFC PATCH 047/162] drm/i915: Add missing ww lock in intel_dsb_prepare
  `  "
` [RFC PATCH 048/162] drm/i915: Fix ww locking in shmem_create_from_object
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 049/162] drm/i915: Use a single page table lock for each gtt
  `  "
` [Intel-gfx] [RFC PATCH 050/162] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
  `  "
` [RFC PATCH 051/162] drm/i915/selftests: Prepare client blit "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 052/162] drm/i915/selftests: Prepare coherency tests "
  `  "
` [RFC PATCH 053/162] drm/i915/selftests: Prepare context "
  ` [Intel-gfx] "
` [RFC PATCH 054/162] drm/i915/selftests: Prepare dma-buf "
  ` [Intel-gfx] "
` [RFC PATCH 055/162] drm/i915/selftests: Prepare execbuf "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 056/162] drm/i915/selftests: Prepare mman testcases "
  `  "
` [RFC PATCH 057/162] drm/i915/selftests: Prepare object tests "
  ` [Intel-gfx] "
` [RFC PATCH 058/162] drm/i915/selftests: Prepare object blit "
  ` [Intel-gfx] "
` [RFC PATCH 059/162] drm/i915/selftests: Prepare igt_gem_utils "
  ` [Intel-gfx] "
` [RFC PATCH 060/162] drm/i915/selftests: Prepare context selftest "
  ` [Intel-gfx] "
` [RFC PATCH 061/162] drm/i915/selftests: Prepare hangcheck "
  ` [Intel-gfx] "
` [RFC PATCH 062/162] drm/i915/selftests: Prepare execlists "
  ` [Intel-gfx] "
` [RFC PATCH 063/162] drm/i915/selftests: Prepare mocs tests "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 064/162] drm/i915/selftests: Prepare ring submission "
  `  "
` [RFC PATCH 065/162] drm/i915/selftests: Prepare timeline tests "
  ` [Intel-gfx] "
` [RFC PATCH 066/162] drm/i915/selftests: Prepare i915_request "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 067/162] drm/i915/selftests: Prepare memory region "
  `  "
` [RFC PATCH 068/162] drm/i915/selftests: Prepare cs engine "
  ` [Intel-gfx] "
` [RFC PATCH 069/162] drm/i915/selftests: Prepare gtt "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 070/162] drm/i915: Finally remove obj->mm.lock
  `  "
` [RFC PATCH 071/162] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
  ` [Intel-gfx] "
` [RFC PATCH 072/162] drm/i915: Avoid some false positives in assert_object_held()
  ` [Intel-gfx] "
` [RFC PATCH 073/162] drm/i915: Reference contending lock objects
  ` [Intel-gfx] "
` [RFC PATCH 074/162] drm/i915: Break out dma_resv ww locking utilities to separate files
  ` [Intel-gfx] "
` [RFC PATCH 075/162] drm/i915: Introduce a for_i915_gem_ww(){}
  ` [Intel-gfx] "
` [RFC PATCH 076/162] drm/i915: Untangle the vma pages_mutex
  ` [Intel-gfx] "
` [RFC PATCH 077/162] drm/i915/fbdev: Use lmem physical addresses for fb_mmap() on discrete
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 078/162] drm/i915: Return error value when bo not in LMEM for discrete
  `  "
` [RFC PATCH 079/162] drm/i915/dmabuf: Disallow LMEM objects from dma-buf
  ` [Intel-gfx] "
` [RFC PATCH 080/162] drm/i915/lmem: Fail driver init if LMEM training failed
  ` [Intel-gfx] "
` [RFC PATCH 081/162] HAX drm/i915/lmem: support CPU relocations
  ` [Intel-gfx] "
` [RFC PATCH 082/162] HAX drm/i915/lmem: support pread and pwrite
  ` [Intel-gfx] "
` [RFC PATCH 083/162] drm/i915: Update the helper to set correct mapping
  ` [Intel-gfx] "
` [RFC PATCH 084/162] drm/i915: introduce kernel blitter_context
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 085/162] drm/i915/region: support basic eviction
  `  "
` [Intel-gfx] [RFC PATCH 086/162] drm/i915: Add blit functions that can be called from within a WW transaction
  `  "
` [Intel-gfx] [RFC PATCH 087/162] drm/i915: Delay publishing objects on the eviction lists
  `  "
` [Intel-gfx] [RFC PATCH 088/162] drm/i915: support basic object migration
  `  "
` [RFC PATCH 089/162] drm/i915/dg1: Fix occasional migration error
  ` [Intel-gfx] "
` [RFC PATCH 090/162] drm/i915/query: Expose memory regions through the query uAPI
  ` [Intel-gfx] "
` [RFC PATCH 091/162] drm/i915: Store gt in memory region
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 092/162] drm/i915/uapi: introduce drm_i915_gem_create_ext
  `  "
` [Intel-gfx] [RFC PATCH 093/162] drm/i915/lmem: allocate cmd ring in lmem
  `  "
` [Intel-gfx] [RFC PATCH 094/162] drm/i915/dg1: Do not check r->sgt.pfn for NULL
  `  "
` [RFC PATCH 095/162] drm/i915/dg1: Introduce dmabuf mmap to LMEM
  ` [Intel-gfx] "
` [RFC PATCH 096/162] drm/i915: setup the LMEM region
  ` [Intel-gfx] "
` [RFC PATCH 097/162] drm/i915: Distinction of memory regions
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 098/162] drm/i915/gtt: map the PD up front
  `  "
` [Intel-gfx] [RFC PATCH 099/162] drm/i915/gtt/dgfx: place the PD in LMEM
  `  "
` [RFC PATCH 100/162] drm/i915/gtt: make flushing conditional
  ` [Intel-gfx] "
` [RFC PATCH 101/162] drm/i915/gtt/dg1: add PTE_LM plumbing for PPGTT
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 102/162] drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT
  `  "
` [RFC PATCH 103/162] drm/i915: allocate context from LMEM
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 104/162] drm/i915: move engine scratch to LMEM
  `  "
` [RFC PATCH 105/162] drm/i915: Provide a way to disable PCIe relaxed write ordering
  ` [Intel-gfx] "
` [RFC PATCH 106/162] drm/i915: i915 returns -EBUSY on thread contention
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 107/162] drm/i915: setup GPU device lmem region
  `  "
` [RFC PATCH 108/162] drm/i915: Fix object page offset within a region
  ` [Intel-gfx] "
` [RFC PATCH 109/162] drm/i915: add i915_gem_object_is_devmem() function
  ` [Intel-gfx] "
` [RFC PATCH 110/162] drm/i915: finish memory region support for stolen objects
  ` [Intel-gfx] "
` [RFC PATCH 111/162] drm/i915/lmem: support optional CPU clearing for special internal use
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 112/162] drm/i915/guc: put all guc objects in lmem when available

[Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage
 2020-11-27 12:08 UTC  (2+ messages)
` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 "

[PATCH v2 0/6] arch_init.c cleanup
 2020-11-27 12:11 UTC  (8+ messages)
` [PATCH v2 2/6] accel: accel_available() function
` [PATCH v2 3/6] kvm: Remove kvm_available() function
` [PATCH v2 4/6] xen: Delete xen_available() function

[PATCH v6 00/11] clk: at91: clk-master: re-factor master clock
 2020-11-27 12:12 UTC  (2+ messages)

[PATCH 0/3] Add LLCC support for SM8250 SoC
 2020-11-27 12:11 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: msm: Add LLCC for SM8250
` [PATCH 2/3] arm64: dts: qcom: sm8250: Add support for LLCC block
` [PATCH 3/3] soc: qcom: llcc-qcom: Add support for SM8250 SoC

[RFC PATCH 4/6] migration: Add zstd support in multi-thread compression
 2020-11-27 12:10 UTC  (2+ messages)

[PATCH v3] ASoC: qcom: Fix playback recover problem in suspend resume
 2020-11-27 12:09 UTC  (2+ messages)

[PATCH] random: avoid arch_get_random_seed_long() when collecting IRQ randomness
 2020-11-27 12:08 UTC  (4+ messages)

[PATCH for-6.0 0/6] Add HMP/QMP commands to query accelerator
 2020-11-27 12:08 UTC  (4+ messages)
` [PATCH for-6.0 2/6] qapi: Rename KvmInfo to AccelInfo

[dpdk-dev] Build error with mingw in debug mode
 2020-11-27 12:09 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.