dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-26 17:55:58 to 2020-11-27 12:14:57 UTC [more...]

[RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-27 12:07 UTC  (155+ messages)
` [RFC PATCH 001/162] drm/i915/selftest: also consider non-contiguous objects
` [RFC PATCH 002/162] drm/i915/selftest: assert we get 2M GTT pages
` [RFC PATCH 003/162] drm/i915/selftest: handle local-memory in perf_memcpy
` [RFC PATCH 004/162] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
` [RFC PATCH 005/162] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [RFC PATCH 006/162] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [RFC PATCH 007/162] drm/i915: split wa_bb code to its "
` [RFC PATCH 008/162] HAX drm/i915: Work around the selftest timeline lock splat workaround
` [RFC PATCH 009/162] drm/i915: Introduce drm_i915_lock_isolated
` [RFC PATCH 010/162] drm/i915: Lock hwsp objects isolated for pinning at create time
` [RFC PATCH 011/162] drm/i915: Pin timeline map after first timeline pin, v5
` [RFC PATCH 012/162] drm/i915: Move cmd parser pinning to execbuffer
` [RFC PATCH 013/162] drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2
` [RFC PATCH 014/162] drm/i915: Ensure we hold the object mutex in pin correctly v2
` [RFC PATCH 015/162] drm/i915: Add gem object locking to madvise
` [RFC PATCH 016/162] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [RFC PATCH 017/162] drm/i915: Rework struct phys attachment handling
` [RFC PATCH 018/162] drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2
` [RFC PATCH 019/162] drm/i915: make lockdep slightly happier about execbuf
` [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
` [RFC PATCH 024/162] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [RFC PATCH 025/162] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v5
` [RFC PATCH 026/162] drm/i915: Flatten obj->mm.lock
` [RFC PATCH 027/162] drm/i915: Populate logical context during first pin
` [RFC PATCH 028/162] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [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
` [RFC PATCH 031/162] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [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()
` [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
` [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
` [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
` [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 043/162] drm/i915: Add ww locking around vm_access()
` [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
` [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
` [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
` [RFC PATCH 102/162] drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT
` [RFC PATCH 103/162] drm/i915: allocate context from LMEM
` [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
` [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
` [RFC PATCH 125/162] drm/i915/lmem: Limit block size to 4G
` [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
` [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
` [RFC PATCH 134/162] drm/i915/dg1: Measure swap in/out timing stats
` [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
` [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
` [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category
` [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
` [RFC PATCH 147/162] drm/i915/gt: Allocate default ctx objects in SMEM
` [RFC PATCH 148/162] drm/i915: suspend/resume enable blitter eviction
` [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

[REGRESSION] omapdrm/N900 display broken
 2020-11-27 11:45 UTC  (7+ messages)

[PATCH] drm/komeda: Handle NULL pointer access code path in error case
 2020-11-27 11:00 UTC 

[PATCH] drm/komeda: Remove useless variable assignment
 2020-11-27 11:00 UTC 

[PATCH] drm/panfrost: fix reference leak in panfrost_job_hw_submit
 2020-11-27 10:06 UTC  (2+ messages)

[PATCH] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-26 16:33 UTC  (3+ messages)

[PATCH] drm: bridge: adv7511: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:18 UTC 

[PATCH] drm/msm: Fix use-after-free in msm_gem with carveout
 2020-11-26  8:28 UTC 

[PATCH] drm/mediatek: fix reference leak in mtk_crtc_ddp_hw_init
 2020-11-27  9:44 UTC 

[PATCH drm/hisilicon 0/3] Add the new api to install irq
 2020-11-26 12:02 UTC  (4+ messages)
` [PATCH drm/hisilicon 1/3] drm/hisilicon: Code refactoring for hibmc_drm_drv
` [PATCH drm/hisilicon 2/3] drm/irq: Add the new api to install irq
` [PATCH drm/hisilicon 3/3] drm/hisilicon: Use the new api devm_drm_irq_install

[PATCH] drm/lima: fix reference leak in lima_pm_busy
 2020-11-27  9:44 UTC 

[PATCH 1/2] drm/bridge/lontium-lt9611uxc: fix waiting for EDID to become available
 2020-11-27  9:23 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler

[PATCH] drm/armada: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:10 UTC 

[PATCH] drm: rcar-du: fix reference leak in amdgpu_debugfs_gfxoff_read
 2020-11-27  9:44 UTC 

[PULL] drm-misc-fixes
 2020-11-26  8:54 UTC 

[PATCH] ARM: locomo: make locomo bus's remove callback return void
 2020-11-26 21:31 UTC  (2+ messages)

[PATCH v2] drm/msm: Fix use-after-free in msm_gem with carveout
 2020-11-26 13:02 UTC 

[PATCH] drm: bridge: dw-hdmi: Remove redundant null check before clk_disable_unprepare
 2020-11-27  9:23 UTC 

[PATCH] drm/bridge: cdns: fix reference leak in cdns_dsi_transfer
 2020-11-27  9:44 UTC 

[PATCH] drm/vboxvideo: Used the vram helper
 2020-11-27  3:14 UTC 

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

[PATCH] drm/dev: Fix NULL pointer dereference in drm_minor_alloc
 2020-11-27  9:43 UTC 

[PATCH] drm: bridge: cdns-mhdp8546: fix reference leak in cdns_mhdp_probe
 2020-11-27  9:44 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-26 17:05 UTC  (17+ messages)

[PATCH] drm: rcar-du: fix reference leak in rcar_cmm_enable
 2020-11-27  9:44 UTC 

[PATCH 1/2] ALSA: ppc: drop if block with always false condition
 2020-11-27  9:45 UTC  (5+ messages)
` [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

[PATCH] drm/omap: sdi: fix bridge enable/disable
 2020-11-27  8:52 UTC 

[git pull] drm fixes for 5.10-rc6
 2020-11-27  8:37 UTC 

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-27  8:31 UTC  (3+ messages)

[PULL] drm-misc-next
 2020-11-27  8:30 UTC 

[PATCH v6 00/18] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-11-27  5:36 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v7 00/47] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-26 18:06 UTC  (10+ messages)
` [PATCH v7 17/47] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v7 19/47] dt-bindings: memory: tegra124: "


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).