dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 10:06:18 to 2021-08-26 08:55:32 UTC [more...]

[PATCH 00/33] Remaining patches for basic GuC submission
 2021-08-26  8:55 UTC  (6+ messages)
` [PATCH 21/33] drm/i915/guc: Connect reset modparam updates to GuC policy flags
` [PATCH 24/33] drm/i915/guc: Implement banned contexts for GuC submission
  ` [Intel-gfx] "

[PATCH 1/5] drm/vmwgfx: unbind in vmw_ttm_unpopulate
 2021-08-26  8:49 UTC  (4+ messages)

[PATCH v2] drm/panfrost: Use upper/lower_32_bits helpers
 2021-08-26  8:46 UTC  (2+ messages)

[GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
 2021-08-26  8:23 UTC  (5+ messages)

[PATCH] drm/i915/gem: Fix the mman selftest
 2021-08-26  7:24 UTC 

[PATCH v2 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-08-26  7:14 UTC  (10+ messages)
` [PATCH v2 1/5] drm/msm/dp: Remove global g_dp_display variable
` [PATCH v2 2/5] drm/msm/dp: Modify prototype of encoder based API
` [PATCH v2 3/5] drm/msm/dp: Support up to 3 DP controllers
` [PATCH v2 4/5] dt-bindings: msm/dp: Add SC8180x compatibles
` [PATCH v2 5/5] drm/msm/dp: Add sc8180x DP controllers

[PATCH] drm/i915/gt: Register the migrate contexts with their engines
 2021-08-26  6:47 UTC 

[PATCH] dma_heap: enable map_attrs when (un)map_attachment
 2021-08-26  6:42 UTC  (2+ messages)
` [PATCH] dma-buf: Add support for mapping buffers with DMA attributes

refactor the i915 GVT support
 2021-08-26  6:12 UTC  (12+ messages)

[PATCH v6 00/11] use DYNAMIC_DEBUG to implement DRM.debug
 2021-08-25 17:18 UTC  (6+ messages)
` [PATCH v6 01/11] moduleparam: add data member to struct kernel_param
` [PATCH v6 02/11] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks

[PATCH] drm/sched: fix the bug of time out calculation(v2)
 2021-08-26  5:44 UTC  (6+ messages)

[PATCH] drm/sched: fix the bug of time out calculation(v3)
 2021-08-26  4:55 UTC 

[PATCH 00/27] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-26  3:23 UTC  (28+ messages)
` [PATCH 01/27] drm/i915/guc: Fix blocked context accounting
` [PATCH 02/27] drm/i915/guc: Fix outstanding G2H accounting
` [PATCH 03/27] drm/i915/guc: Unwind context requests in reverse order
` [PATCH 04/27] drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
` [PATCH 05/27] drm/i915/guc: Process all G2H message at once in work queue
` [PATCH 06/27] drm/i915/guc: Workaround reset G2H is received after schedule done G2H
` [PATCH 07/27] Revert "drm/i915/gt: Propagate change in error status to children on unhold"
` [PATCH 08/27] drm/i915/selftests: Add a cancel request selftest that triggers a reset
` [PATCH 09/27] drm/i915/guc: Kick tasklet after queuing a request
` [PATCH 10/27] drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered
` [PATCH 11/27] drm/i915/guc: Copy whole golden context, set engine state size of subset
` [PATCH 12/27] drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H
` [PATCH 13/27] drm/i915/guc: Take context ref when cancelling request
` [PATCH 14/27] drm/i915/guc: Don't touch guc_state.sched_state without a lock
` [PATCH 15/27] drm/i915/guc: Reset LRC descriptor if register returns -ENODEV
` [PATCH 16/27] drm/i915: Allocate error capture in nowait context
` [PATCH 17/27] drm/i915/guc: Flush G2H work queue during reset
` [PATCH 18/27] drm/i915/guc: Release submit fence from an irq_work
` [PATCH 19/27] drm/i915/guc: Move guc_blocked fence to struct guc_state
` [PATCH 20/27] drm/i915/guc: Rework and simplify locking
` [PATCH 21/27] drm/i915/guc: Proper xarray usage for contexts_lookup
` [PATCH 22/27] drm/i915/guc: Drop pin count check trick between sched_disable and re-pin
` [PATCH 23/27] drm/i915/guc: Move GuC priority fields in context under guc_active
` [PATCH 24/27] drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure
` [PATCH 25/27] drm/i915/guc: Drop guc_active move everything into guc_state
` [PATCH 26/27] drm/i915/guc: Add GuC kernel doc
` [PATCH 27/27] drm/i915/guc: Drop static inline functions intel_guc_submission.c

[pull] amdgpu drm-fixes-5.14
 2021-08-26  3:26 UTC 

[PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
 2021-08-26  2:55 UTC  (15+ messages)

[PATCH v2] drm: msm: adreno_gpu.c: Add and use pr_fmt(fmt)
 2021-08-26  2:23 UTC 

[RFC PATCH 00/12] -- 2021: The year of the context type
 2021-08-26  2:04 UTC  (13+ messages)
` [RFC PATCH 01/12] virtio-gpu api: multiple context types with explicit initialization
` [RFC PATCH 02/12] drm/virtgpu api: create context init feature
` [RFC PATCH 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [RFC PATCH 04/12] drm/virtio: implement context init: probe for feature
` [RFC PATCH 05/12] drm/virtio: implement context init: support init ioctl
` [RFC PATCH 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [RFC PATCH 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [RFC PATCH 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
` [RFC PATCH 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [RFC PATCH 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
` [RFC PATCH 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
` [RFC PATCH 12/12] drm/virtio: implement context init: advertise feature to userspace

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

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-08-26  1:31 UTC  (4+ messages)

[PATCH v2 0/5] drm/msm/dp: Allow variation in register regions
 2021-08-26  1:21 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: msm/dp: Change reg definition
` [PATCH v2 2/5] drm/msm/dp: Use devres for ioremap()
` [PATCH v2 3/5] drm/msm/dp: Refactor ioremap wrapper
` [PATCH v2 4/5] drm/msm/dp: Store each subblock in the io region
` [PATCH v2 5/5] drm/msm/dp: Allow sub-regions to be specified in DT

[PATCH] drm/cma-helper: Set VM_DONTEXPAND for mmap
 2021-08-26  1:15 UTC  (2+ messages)

[PATCH 00/27] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-26  1:03 UTC  (21+ messages)
` [PATCH 11/27] drm/i915/selftests: Fix memory corruption in live_lrc_isolation
  ` [Intel-gfx] "
` [PATCH 20/27] drm/i915/guc: Rework and simplify locking
  ` [Intel-gfx] "
` [PATCH 21/27] drm/i915/guc: Proper xarray usage for contexts_lookup
  ` [Intel-gfx] "
` [PATCH 22/27] drm/i915/guc: Drop pin count check trick between sched_disable and re-pin
` [PATCH 23/27] drm/i915/guc: Move GuC priority fields in context under guc_active
  ` [Intel-gfx] "
` [PATCH 25/27] drm/i915/guc: Drop guc_active move everything into guc_state
` [PATCH 26/27] drm/i915/guc: Add GuC kernel doc
  ` [Intel-gfx] "

[PATCH v3 0/7] Add support to the mmsys driver to be a reset controller
 2021-08-26  0:31 UTC  (4+ messages)
` [PATCH v3 3/7] dt-bindings: display: mediatek: add dsi reset optional property
` [PATCH v3 7/7] drm/mediatek: mtk_dsi: Reset the dsi0 hardware

[PATCH v1 0/2] Add support for eDP on SC7280
 2021-08-25 23:11 UTC  (7+ messages)
` [PATCH v1 1/2] drm/msm/dp: Add support for SC7280 eDP
` [PATCH v1 2/2] dt-bindings: Add SC7280 compatible string

[PATCH] drm/i915: Clean up disabled warnings
 2021-08-25 23:07 UTC  (3+ messages)

[PATCH] drm/kmb: Avoid warnings on impossible plane_id
 2021-08-25 20:44 UTC  (2+ messages)

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-25 20:17 UTC  (2+ messages)

drm: simpledrm: fbdev emulation error with CONFIG_DRM_SIMPLEDRM enabled
 2021-08-25 19:12 UTC  (7+ messages)

[RFC][PATCH] dma-buf: system_heap: Avoid warning on mid-order allocations
 2021-08-25 18:30 UTC 

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-25 18:24 UTC  (14+ messages)
` [PATCH v1 01/14] ext4/xfs: add page refcount helper
` [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration
` [PATCH v1 05/14] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/14] drm/amdkfd: add SPM support for SVM

[PATCH v2] drm/bridge: parade-ps8640: Reorg the macros
 2021-08-25 17:13 UTC  (3+ messages)

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-08-25 17:09 UTC  (4+ messages)
` [Bug 211277] "

[PATCH][next] drm/amd/display: fix spelling mistake "alidation" -> "validation"
 2021-08-25 16:48 UTC  (3+ messages)

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-08-25 16:26 UTC  (10+ messages)

[PATCH v2] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-25 16:19 UTC 

[PATCH 0/4] Various fixes to pass libdrm hotunplug tests
 2021-08-25 15:36 UTC  (4+ messages)
` [PATCH 3/4] drm/amdgpu: drm/amdgpu: Handle IOMMU enabled case

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2021-08-25 16:03 UTC  (2+ messages)
` [Bug 205089] "

[RFC] Make use of non-dynamic dmabuf in RDMA
 2021-08-25 16:02 UTC  (18+ messages)

[PATCH v2 0/4] drm/panfrost: Bug fixes for lock_region
 2021-08-25 15:05 UTC  (6+ messages)
` [PATCH v2 4/4] drm/panfrost: Handle non-aligned lock addresses

[PATCH v2 01/11] drm/i915: Check for nomodeset in i915_init() first
 2021-08-25 14:51 UTC  (3+ messages)
` [PATCH v2 11/11] drm/i915: Extract i915_module.c

[PATCH v9 00/14] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-25 14:48 UTC  (15+ messages)
` [PATCH v9 01/14] dt-bindings: arm: mediatek: mmsys: add power and gce properties
` [PATCH v9 02/14] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [PATCH v9 03/14] dt-bindings: mediatek: display: split each block to individual yaml
` [PATCH v9 04/14] dt-bindings: mediatek: add mediatek, dsc.yaml for mt8195 SoC binding
` [PATCH v9 05/14] dt-bindings: mediatek: display: add "
` [PATCH v9 06/14] arm64: dts: mt8195: add display node for vdosys0
` [PATCH v9 07/14] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v9 08/14] soc: mediatek: add mtk-mutex "
` [PATCH v9 09/14] drm/mediatek: remove unused define in mtk_drm_ddp_comp.c
` [PATCH v9 10/14] drm/mediatek: rename the define of register offset
` [PATCH v9 11/14] drm/mediatek: adjust to the alphabetic order for mediatek-drm
` [PATCH v9 12/14] drm/mediatek: add DSC support "
` [PATCH v9 13/14] drm/mediatek: add MERGE "
` [PATCH v9 14/14] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[PATCH 0/4] drm/dp: add some defines and prep for DP 2.0
 2021-08-25 14:30 UTC  (4+ messages)
` [PATCH 2/4] drm/dp: use more of the extended receiver cap
    ` [Intel-gfx] "

[PATCH v7 0/7] drm: update locking for modesetting
 2021-08-25 14:22 UTC  (8+ messages)
` [PATCH v7 1/7] drm: fix null ptr dereference in drm_master_release
` [PATCH v7 2/7] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v7 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v7 4/7] drm: avoid races with modesetting rights
` [PATCH v7 5/7] drm: avoid circular locks in drm_mode_object_find
` [PATCH v7 6/7] drm: avoid circular locks with modeset_mutex and master_rwsem
` [PATCH v7 7/7] drm: remove drm_file.master_lookup_lock

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

[PATCH v4 00/17] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-25 10:46 UTC  (8+ messages)
` [PATCH v4 01/17] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v4 10/17] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1
` [PATCH v4 11/17] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v4 12/17] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v4 14/17] drm/mediatek: add ETHDR "
` [PATCH v4 17/17] drm/mediatek: add mediatek-drm of vdosys1 "

[PATCH v6 0/7] drm: update locking for modesetting
 2021-08-25 10:24 UTC  (8+ messages)
` [PATCH v6 1/7] drm: fix null ptr dereference in drm_master_release
` [PATCH v6 2/7] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v6 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v6 4/7] drm: avoid races with modesetting rights
` [PATCH v6 5/7] drm: avoid circular locks in drm_mode_object_find
` [PATCH v6 6/7] drm: avoid circular locks with modeset_mutex and master_rwsem
` [PATCH v6 7/7] drm: remove drm_file.master_lookup_lock


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