dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 21:52:44 to 2021-08-21 17:46:01 UTC [more...]

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-21 17:45 UTC  (23+ messages)
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 20/34] mmc: sdhci-tegra: Add runtime PM and OPP support

[PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
 2021-08-21 17:34 UTC  (23+ messages)

[GIT PULL] exynos-drm-next
 2021-08-21 17:28 UTC 

[PATCH 00/27] Parallel submission aka multi-bb execbuf
 2021-08-21 14:04 UTC  (29+ messages)
` [PATCH 01/27] drm/i915/guc: Squash Clean up GuC CI failures, simplify locking, and kernel DOC
` [PATCH 02/27] drm/i915/guc: Allow flexible number of context ids
` [PATCH 03/27] drm/i915/guc: Connect the number of guc_ids to debugfs
` [PATCH 04/27] drm/i915/guc: Take GT PM ref when deregistering context
` [PATCH 05/27] drm/i915: Add GT PM unpark worker
` [PATCH 06/27] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [PATCH 07/27] drm/i915/guc: Don't call switch_to_kernel_context "
` [PATCH 08/27] drm/i915: Add logical engine mapping
` [PATCH 09/27] drm/i915: Expose logical engine instance to user
` [PATCH 10/27] drm/i915/guc: Introduce context parent-child relationship
` [PATCH 11/27] drm/i915/guc: Implement parallel context pin / unpin functions
` [PATCH 12/27] drm/i915/guc: Add multi-lrc context registration
` [PATCH 13/27] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
` [PATCH 14/27] drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
` [PATCH 15/27] drm/i915/guc: Implement multi-lrc submission
` [PATCH 16/27] drm/i915/guc: Insert submit fences between requests in parent-child relationship
` [PATCH 17/27] drm/i915/guc: Implement multi-lrc reset
` [PATCH 18/27] drm/i915/guc: Update debugfs for GuC multi-lrc
` [PATCH 19/27] drm/i915: Fix bug in user proto-context creation that leaked contexts
` [PATCH 20/27] drm/i915/guc: Connect UAPI to GuC multi-lrc interface
` [PATCH 21/27] drm/i915/doc: Update parallel submit doc to point to i915_drm.h
` [PATCH 22/27] drm/i915/guc: Add basic GuC multi-lrc selftest
` [PATCH 23/27] drm/i915/guc: Implement no mid batch preemption for multi-lrc
` [PATCH 24/27] drm/i915: Multi-BB execbuf
` [PATCH 25/27] drm/i915/guc: Handle errors in multi-lrc requests
` [PATCH 26/27] drm/i915: Enable multi-bb execbuf
` [PATCH 27/27] drm/i915/execlists: Weak parallel submission support for execlists

[PATCH] drm: Remove repeated verbose license text
 2021-08-21 11:42 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-21 10:17 UTC  (28+ messages)
` [PATCH v2 22/63] HID: cp2112: Use struct_group() for memcpy() region
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs

[RFC] Make use of non-dynamic dmabuf in RDMA
 2021-08-21  9:16 UTC  (8+ messages)

[PATCH linux-next] drm: drop unneeded assignment in the fx_v6_0_enable_mgcg()
 2021-08-21  4:52 UTC  (2+ messages)

[PATCH linux-next] drm/nouveau/mmu/gp100-: drop unneeded assignment in the if condition
 2021-08-21  2:14 UTC 

[PATCH linux-next] video: fbdev: mb862xx: drop unneeded assignment in the mb86290fb_imageblit8()
 2021-08-21  2:18 UTC 

[PATCH] drm: remove zxdrm driver
 2021-08-21  3:13 UTC 

[PATCH linux-next] drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()
 2021-08-21  2:11 UTC 

[PATCH] drm/bridge: parade-ps8640: Reorg the macros
 2021-08-20 23:22 UTC 

[PATCH] gpu: drm: amd: amdgpu: Fixed a few warnings
 2021-08-21  8:21 UTC 

[PATCH 00/27] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-21  0:30 UTC  (26+ messages)
` [PATCH 03/27] drm/i915/guc: Unwind context requests in reverse order
  ` [Intel-gfx] "
` [PATCH 04/27] drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
  ` [Intel-gfx] "
` [PATCH 05/27] drm/i915/guc: Process all G2H message at once in work queue
` [PATCH 07/27] Revert "drm/i915/gt: Propagate change in error status to children on unhold"
` [PATCH 09/27] drm/i915/guc: Kick tasklet after queuing a request
  ` [Intel-gfx] "
` [PATCH 10/27] drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered
  ` [Intel-gfx] "
` [PATCH 13/27] drm/i915/guc: Take context ref when cancelling request
` [PATCH 15/27] drm/i915/guc: Reset LRC descriptor if register returns -ENODEV
` [PATCH 17/27] drm/i915/guc: Flush G2H work queue during reset
` [PATCH 19/27] drm/i915/guc: Move guc_blocked fence to struct guc_state

[PATCH v3 00/15] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-20 23:37 UTC  (7+ messages)
` [PATCH v3 02/15] dt-bindings: mediatek: add vdosys1 MERGE definition "
` [PATCH v3 12/15] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v3 15/15] drm/mediatek: add mediatek-drm of vdosys1 "

[PATCH 0/3] drm/panfrost: Bug fixes for lock_region
 2021-08-20 21:31 UTC  (4+ messages)
` [PATCH 1/3] drm/panfrost: Simplify lock_region calculation
` [PATCH 2/3] drm/panfrost: Use u64 for size in lock_region
` [PATCH 3/3] drm/panfrost: Clamp lock region to Bifrost minimum

[PATCH 0/4] Unregister mst connectors when hotplug
 2021-08-20 20:47 UTC  (10+ messages)
` [PATCH 2/4] drm/dp_mst: Only create connector for connected end device

[PATCH 1/8] drm/etnaviv: return context from etnaviv_iommu_context_get
 2021-08-20 20:18 UTC  (8+ messages)
` [PATCH 2/8] drm/etnaviv: put submit prev MMU context when it exists
` [PATCH 3/8] drm/etnaviv: stop abusing mmu_context as FE running marker
` [PATCH 4/8] drm/etnaviv: keep MMU context across runtime suspend/resume
` [PATCH 5/8] drm/etnaviv: exec and MMU state is lost when resetting the GPU
` [PATCH 6/8] drm/etnaviv: fix MMU context leak on GPU reset
` [PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state
` [PATCH 8/8] drm/etnaviv: add missing MMU context put when reaping MMU mapping

[git pull] drm fixes for 5.14-rc7
 2021-08-20 20:09 UTC  (2+ messages)

refactor the i915 GVT support
 2021-08-20 19:56 UTC  (8+ messages)

[syzbot] WARNING in drm_gem_shmem_vm_open
 2021-08-20 19:33 UTC  (4+ messages)

[PATCH v3 0/3] NVIDIA Tegra NVDEC support
 2021-08-20 18:00 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: Add YAML bindings for NVDEC

[PATCH] drm/i915: Actually delete gpu reloc selftests
 2021-08-20 17:59 UTC  (3+ messages)

[GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
 2021-08-20 17:50 UTC 

[GIT PULL] etnaviv-next for 5.15
 2021-08-20 17:49 UTC 

[PATCH v3] drm/i915/dp: Use max params for panels < eDP 1.4
 2021-08-20 17:26 UTC  (2+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-5.15
 2021-08-20 17:23 UTC 

[PATCH v2 0/8] drm/bridge: Make panel and bridge probe order consistent
 2021-08-20 16:49 UTC  (3+ messages)

[PATCH] drm/i915/gt: Potential error pointer dereference in pinned_context()
 2021-08-20 16:34 UTC  (3+ messages)

[PATCH rdma-next v3 0/3] SG fix together with update to RDMA umem
 2021-08-20 16:18 UTC  (5+ messages)
` [PATCH rdma-next v3 2/3] lib/scatterlist: Fix wrong update of orig_nents

[BUG - BISECTED] display not detected anymore
 2021-08-20 16:05 UTC  (4+ messages)

[PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy
 2021-08-20 16:05 UTC  (3+ messages)
` [PATCH v2 02/14] drm/arm/hdlcd: Convert to Linux IRQ interfaces

[v1 0/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-20 15:46 UTC  (9+ messages)
` [v2 "
  ` [v2 1/2] "
  ` [v2 2/2] dt-bindings: "

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-20 10:08 UTC  (10+ messages)
` [PATCH V3 1/9] PCI/VGA: Move vgaarb to drivers/pci
` [PATCH V3 2/9] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH V3 3/9] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH V3 4/9] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH V3 5/9] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH V3 6/9] PCI/VGA: Prefer vga_default_device()
` [PATCH V3 7/9] PCI/VGA: Split out vga_arb_update_default_device()
` [PATCH V3 8/9] PCI/VGA: Log bridge control messages when adding devices
` [PATCH V3 9/9] PCI/VGA: Rework default VGA device selection

[PATCH v8 00/13] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-20 15:43 UTC  (8+ messages)
` [PATCH v8 10/13] drm/mediatek: adjust to the alphabetic order for mediatek-drm
` [PATCH v8 11/13] drm/mediatek: add DSC support "
` [PATCH v8 12/13] drm/mediatek: add MERGE "

[PATCH] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-20 15:27 UTC  (2+ messages)

[PATCH v2] Revert "drm/scheduler: Avoid accessing freed bad job."
 2021-08-20 14:07 UTC  (13+ messages)

Adding sync_shrinkers function for TTM pool optimization
 2021-08-20 12:05 UTC  (3+ messages)
` [PATCH 1/2] mm/vmscan: add sync_shrinkers function v2
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit v2

[PATCH] drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h
 2021-08-20 10:18 UTC 

[PATCH v4 0/5] drm: update locking for modesetting
 2021-08-20 10:02 UTC  (6+ messages)
` [PATCH v4 1/5] drm: fix null ptr dereference in drm_master_release
` [PATCH v4 2/5] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v4 3/5] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v4 4/5] drm: avoid races with modesetting rights
` [PATCH v4 5/5] drm: remove drm_file.master_lookup_lock

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-20  7:59 UTC  (4+ messages)

[PATCH v3] Revert "drm/scheduler: Avoid accessing freed bad job."
 2021-08-20  8:07 UTC 

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-20  7:24 UTC  (13+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH] This is only used for testing upstream progress
 2021-08-19 11:12 UTC 

[PATCH] This is only used for testing upstream progress
 2021-08-19 11:20 UTC 

[PATCH] no review: test for uploading patch
 2021-08-19 12:07 UTC 

[v1 0/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-19 14:00 UTC  (4+ messages)
` [v1 1/2] "
` [v1 2/2] dt-bindings: "

[PATCH linux-next] : add put_device() after of_find_device_by_node()
 2021-08-20  2:10 UTC 

[v1 0/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-19  8:28 UTC  (3+ messages)
` [v1 1/2] "
` [v1 2/2] dt-bindings: "

[v1 0/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-19  8:41 UTC  (3+ messages)
` [v1 1/2] "
` [v1 2/2] dt-bindings: "

[PATCH] no review: test for uploading patch
 2021-08-19  9:36 UTC 

[BISECTED] 5.14.0-rc4 broke drm/ttm when !CONFIG_DEBUG_FS
 2021-08-19 22:38 UTC  (2+ messages)
  ` [PATCH] drm/ttm: allow debugfs_create_file() to fail in ttm_global_init()

[PATCH] no review: test for uploading patch
 2021-08-19 10:59 UTC 

[PATCH] no review: test for uploading patch
 2021-08-19 12:16 UTC 

linux-next: build failure after merge of the drm tree
 2021-08-20  6:23 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: panel: ili9341: correct indentation
 2021-08-20  6:22 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: sound: rt1015p: "

[PATCH v2 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-20  4:07 UTC  (3+ messages)

[PATCH] drm/lima: Remove unused lima_vm_print()
 2021-08-20  2:19 UTC 

[PATCH 0/1] Increase timeout in i915_gem_contexts selftests
 2021-08-19 22:47 UTC  (3+ messages)
` [PATCH 1/1] drm/i915/selftests: "

[PATCH] drm/stm: ltdc: improve pm_runtime to stop clocks
 2021-08-19 22:22 UTC  (6+ messages)


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