dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 12:09:44 to 2020-11-27 16:42:45 UTC [more...]

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-27 15:36 UTC  (3+ messages)

[PATCH v7 00/17] follow_pfn and other iomap races
 2020-11-27 16:41 UTC  (15+ messages)
` [PATCH v7 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v7 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v7 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v7 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v7 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v7 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v7 07/17] mm: Close race in generic_access_phys
` [PATCH v7 08/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v7 09/17] /dev/mem: Only set filp->f_mapping
` [PATCH v7 10/17] resource: Move devmem revoke code to resource framework
` [PATCH v7 11/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 13/17] mm: Add unsafe_follow_pfn
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH RESEND] drm/nouveau: Drop mutex_lock_nested for atomic
 2020-11-27 16:35 UTC 

[PATCH] drm/i915: remove trailing semicolon in macro definition
 2020-11-27 16:28 UTC 

[PATCH] drm/amdgpu/display: remove trailing semicolon in macro definition
 2020-11-27 16:26 UTC 

[PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
 2020-11-27 16:04 UTC  (15+ messages)

[PATCH] drm/komeda: Handle NULL pointer access code path in error case
 2020-11-27 15:52 UTC  (2+ messages)

[PATCH] drm/komeda: Remove useless variable assignment
 2020-11-27 15:51 UTC  (2+ messages)

[PATCH] drm/ttm: Warn on pinning without holding a reference
 2020-11-27 15:44 UTC  (3+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-27 15:34 UTC  (9+ messages)
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug

[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
 2020-11-27 15:19 UTC  (2+ messages)

[PATCH v2] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-27 15:14 UTC  (3+ messages)

[PATCH] drm/vboxvideo: Used the vram helper
 2020-11-27 15:13 UTC  (2+ messages)

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-27 15:09 UTC  (7+ messages)

[PATCH 1/7] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2
 2020-11-27 15:07 UTC  (3+ messages)

[GIT PULL] drm/tegra: Fixes for v5.10-rc7
 2020-11-27 14:53 UTC 

[PATCH] drm: imx: Move fbdev setup to before output polling
 2020-11-27 14:50 UTC  (8+ messages)
      ` AW: "

[RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-27 14:44 UTC  (150+ messages)
` [RFC PATCH 030/162] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [RFC PATCH 037/162] drm/i915: Take obj lock around set_domain ioctl
` [RFC PATCH 039/162] drm/i915: Fix pread/pwrite to work with new locking rules
` [RFC PATCH 040/162] drm/i915: Fix workarounds selftest, part 1
` [RFC PATCH 041/162] drm/i915: Prepare for obj->mm.lock removal
` [RFC PATCH 042/162] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [RFC PATCH 044/162] drm/i915: Increase ww locking for perf
` [RFC PATCH 045/162] drm/i915: Lock ww in ucode objects correctly
` [RFC PATCH 046/162] drm/i915: Add ww locking to dma-buf ops
` [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
` [RFC PATCH 049/162] drm/i915: Use a single page table lock for each gtt
` [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 "
` [RFC PATCH 052/162] drm/i915/selftests: Prepare coherency tests "
` [RFC PATCH 053/162] drm/i915/selftests: Prepare context "
` [RFC PATCH 054/162] drm/i915/selftests: Prepare dma-buf "
` [RFC PATCH 055/162] drm/i915/selftests: Prepare execbuf "
` [RFC PATCH 056/162] drm/i915/selftests: Prepare mman testcases "
` [RFC PATCH 057/162] drm/i915/selftests: Prepare object tests "
` [RFC PATCH 058/162] drm/i915/selftests: Prepare object blit "
` [RFC PATCH 059/162] drm/i915/selftests: Prepare igt_gem_utils "
` [RFC PATCH 060/162] drm/i915/selftests: Prepare context selftest "
` [RFC PATCH 061/162] drm/i915/selftests: Prepare hangcheck "
` [RFC PATCH 062/162] drm/i915/selftests: Prepare execlists "
` [RFC PATCH 063/162] drm/i915/selftests: Prepare mocs tests "
` [RFC PATCH 064/162] drm/i915/selftests: Prepare ring submission "
` [RFC PATCH 065/162] drm/i915/selftests: Prepare timeline tests "
` [RFC PATCH 066/162] drm/i915/selftests: Prepare i915_request "
` [RFC PATCH 067/162] drm/i915/selftests: Prepare memory region "
` [RFC PATCH 068/162] drm/i915/selftests: Prepare cs engine "
` [RFC PATCH 069/162] drm/i915/selftests: Prepare gtt "
` [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
` [RFC PATCH 072/162] drm/i915: Avoid some false positives in assert_object_held()
` [RFC PATCH 073/162] drm/i915: Reference contending lock objects
` [RFC PATCH 074/162] drm/i915: Break out dma_resv ww locking utilities to separate files
` [RFC PATCH 075/162] drm/i915: Introduce a for_i915_gem_ww(){}
` [RFC PATCH 076/162] drm/i915: Untangle the vma pages_mutex
` [RFC PATCH 077/162] drm/i915/fbdev: Use lmem physical addresses for fb_mmap() on discrete
` [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
` [RFC PATCH 080/162] drm/i915/lmem: Fail driver init if LMEM training failed
` [RFC PATCH 081/162] HAX drm/i915/lmem: support CPU relocations
` [RFC PATCH 082/162] HAX drm/i915/lmem: support pread and pwrite
` [RFC PATCH 083/162] drm/i915: Update the helper to set correct mapping
` [RFC PATCH 084/162] drm/i915: introduce kernel blitter_context
` [RFC PATCH 085/162] drm/i915/region: support basic eviction
` [RFC PATCH 086/162] drm/i915: Add blit functions that can be called from within a WW transaction
` [RFC PATCH 087/162] drm/i915: Delay publishing objects on the eviction lists
` [RFC PATCH 088/162] drm/i915: support basic object migration
` [RFC PATCH 089/162] drm/i915/dg1: Fix occasional migration error
` [RFC PATCH 090/162] drm/i915/query: Expose memory regions through the query uAPI
` [RFC PATCH 091/162] drm/i915: Store gt in memory region
` [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
` [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
` [RFC PATCH 096/162] drm/i915: setup the LMEM region
` [RFC PATCH 097/162] drm/i915: Distinction of memory regions
  ` [Intel-gfx] "
` [RFC PATCH 098/162] drm/i915/gtt: map the PD up front
` [RFC PATCH 099/162] drm/i915/gtt/dgfx: place the PD in LMEM
` [RFC PATCH 100/162] drm/i915/gtt: make flushing conditional
` [RFC PATCH 101/162] drm/i915/gtt/dg1: add PTE_LM plumbing for PPGTT
  ` [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] "
` [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
` [RFC PATCH 106/162] drm/i915: i915 returns -EBUSY on thread contention
` [RFC PATCH 107/162] drm/i915: setup GPU device lmem region
` [RFC PATCH 108/162] drm/i915: Fix object page offset within a region
` [RFC PATCH 109/162] drm/i915: add i915_gem_object_is_devmem() function
` [RFC PATCH 110/162] drm/i915: finish memory region support for stolen objects
` [RFC PATCH 111/162] drm/i915/lmem: support optional CPU clearing for special internal use
` [RFC PATCH 112/162] drm/i915/guc: put all guc objects in lmem when available
` [RFC PATCH 113/162] drm/i915: Create stolen memory region from local memory
` [RFC PATCH 114/162] drm/i915/lmem: Bypass aperture when lmem is available
` [RFC PATCH 115/162] drm/i915/lmem: reset the lmem buffer created by fbdev
` [RFC PATCH 116/162] drm/i915/dsb: Enable lmem for dsb
` [RFC PATCH 117/162] drm/i915: Reintroduce mem->reserved
` [RFC PATCH 118/162] drm/i915/dg1: Reserve first 1MB of local memory
  ` [Intel-gfx] "
` [RFC PATCH 119/162] drm/i915/dg1: Read OPROM via SPI controller
` [RFC PATCH 120/162] drm/i915/oprom: Basic sanitization
` [RFC PATCH 121/162] drm/i915: WA for zero memory channel
` [RFC PATCH 122/162] drm/i915/dg1: Compute MEM Bandwidth using MCHBAR
` [RFC PATCH 123/162] drm/i915/dg1: Double memory bandwidth available
` [RFC PATCH 124/162] drm/i915/lmem: allocate HWSP in lmem
  ` [Intel-gfx] "
` [RFC PATCH 125/162] drm/i915/lmem: Limit block size to 4G
  ` [Intel-gfx] "
` [RFC PATCH 126/162] drm/i915/gem: Update shmem available memory
` [RFC PATCH 127/162] drm/i915: Allow non-uniform subslices in gen12+
` [RFC PATCH 128/162] drm/i915/dg1: intel_memory_region_evict() changes for eviction
  ` [Intel-gfx] "
` [RFC PATCH 129/162] drm/i915/dg1: i915_gem_object_memcpy(..) infrastructure
` [RFC PATCH 130/162] drm/i915/dg1: Eviction logic
` [RFC PATCH 131/162] drm/i915/dg1: Add enable_eviction modparam
` [RFC PATCH 132/162] drm/i915/dg1: Add lmem_size modparam
` [RFC PATCH 133/162] drm/i915/dg1: Track swap in/out stats via debugfs
  ` [Intel-gfx] "
` [RFC PATCH 134/162] drm/i915/dg1: Measure swap in/out timing stats
  ` [Intel-gfx] "
` [RFC PATCH 135/162] drm/i915: define intel_partial_pages_for_sg_table
` [RFC PATCH 136/162] drm/i915: create and destroy dummy vma
` [RFC PATCH 137/162] drm/i915: blt copy between objs using pre-created vma windows
  ` [Intel-gfx] "
` [RFC PATCH 138/162] drm/i915/dg1: Eliminate eviction mutex
` [RFC PATCH 139/162] drm/i915/dg1: Keep engine awake across whole blit
` [RFC PATCH 140/162] drm/i915: window_blt_copy is used for swapin and swapout
  ` [Intel-gfx] "
` [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category
  ` [Intel-gfx] "
` [RFC PATCH 142/162] drm/i915/gem/selftest: test and measure window based blt cpy
` [RFC PATCH 143/162] drm/i915: suspend/resume eviction
` [RFC PATCH 144/162] drm/i915: Reset blitter context when unpark engine
` [RFC PATCH 145/162] drm/i915/dg1: Add dedicated context for blitter eviction
` [RFC PATCH 146/162] drm/i915/pm: suspend and restore ppgtt mapping
  ` [Intel-gfx] "
` [RFC PATCH 147/162] drm/i915/gt: Allocate default ctx objects in SMEM
` [RFC PATCH 148/162] drm/i915: suspend/resume enable blitter eviction
  ` [Intel-gfx] "
` [RFC PATCH 149/162] drm/i915: suspend/resume handling of perma-pinned objects
` [RFC PATCH 150/162] drm/i915: need consider system BO snoop for dgfx
` [RFC PATCH 151/162] drm/i915: move eviction to prepare hook
` [RFC PATCH 152/162] drm/i915: Perform execbuffer object locking as a separate step
` [RFC PATCH 153/162] drm/i915: Implement eviction locking v2
` [RFC PATCH 154/162] drm/i915: Support ww eviction
` [RFC PATCH 155/162] drm/i915: Use a ww transaction in the fault handler
` [RFC PATCH 156/162] drm/i915: Use a ww transaction in i915_gem_object_pin_map_unlocked()
` [RFC PATCH 157/162] drm/i915: Improve accuracy of eviction stats
  ` [Intel-gfx] "
` [RFC PATCH 158/162] drm/i915: Support ww locks in suspend/resume
` [RFC PATCH 159/162] drm/i915/dg1: Fix mapping type for default state object
` [RFC PATCH 160/162] drm/i915/dg1: Fix GPU hang due to shmemfs page drop
  ` [Intel-gfx] "
` [RFC PATCH 161/162] drm/i915/dg1: allow pci to auto probe
` [RFC PATCH 162/162] drm/i915: drop fake lmem

[PATCH v2] soc / drm: mediatek: cmdq: Remove timeout handler in helper function
 2020-11-27 14:42 UTC  (4+ messages)

[PATCH 1/2] drm/ttm: use pin_count more extensively
 2020-11-27 14:16 UTC  (2+ messages)
` [PATCH 2/2] drm/ttm: cleanup LRU handling further

[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-11-27 13:46 UTC  (4+ messages)
` [PATCH 07/15] drm/i915: Remove references to struct drm_device.pdev

[PULL] drm-intel-next-queued
 2020-11-27 13:26 UTC 

[PATCH] drm/msm: adreno: Make speed-bin support generic
 2020-11-27 12:51 UTC  (5+ messages)
    ` [Freedreno] "

[PATCH v2 1/3] drm/msm: adreno: Make speed-bin support generic
 2020-11-27 12:49 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm: Add speed-bin support for a618 gpu
` [PATCH v2 3/3] arm: dts: sc7180: Add support for gpu fuse


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).