dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-26 10:49:58 to 2021-11-29 13:58:25 UTC [more...]

[PATCH v2 00/16] drm/i915: Remove short term pins from execbuf
 2021-11-29 13:47 UTC  (15+ messages)
` [PATCH v2 01/16] drm/i915: Remove unused bits of i915_vma/active api
` [PATCH v2 02/16] drm/i915: Change shrink ordering to use locking around unbinding
` [PATCH v2 03/16] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v2
` [PATCH v2 04/16] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
` [PATCH v2 05/16] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww
` [PATCH v2 06/16] drm/i915: Ensure gem_contexts selftests work with unbind changes
` [PATCH v2 07/16] drm/i915: Take trylock during eviction, v2
` [PATCH v2 08/16] drm/i915: Pass trylock context to callers
` [PATCH v2 10/16] drm/i915: Make i915_gem_evict_vm work correctly for already locked objects
` [PATCH v2 11/16] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
` [PATCH v2 12/16] drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind
` [PATCH v2 13/16] drm/i915: Require object lock when freeing pages during destruction
` [PATCH v2 14/16] drm/i915: Remove assert_object_held_shared
` [PATCH v2 16/16] drm/i915: Remove short-term pins from execbuf, v5

[PATCH 01/28] drm/i915: Fix i915_request fence wait semantics
 2021-11-29 13:44 UTC  (14+ messages)
` [PATCH 13/28] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members
  ` [Intel-gfx] "
` [PATCH 14/28] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
  ` [Intel-gfx] "
` [PATCH 15/28] drm/i915: Add lock for unbinding to i915_gem_object_ggtt_pin_ww
  ` [Intel-gfx] "
` [PATCH 28/28] drm/i915: Remove short-term pins from execbuf, v4

[PATCH] dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()
 2021-11-29 13:14 UTC  (7+ messages)

[PATCH v3 0/9] Add new formats support to vkms
 2021-11-29 13:12 UTC  (4+ messages)
` [PATCH v3 1/9] drm: vkms: Replace the deprecated drm_mode_config_init

[PATCH v4 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
 2021-11-29 12:38 UTC  (2+ messages)
` [PATCH v4 2/2] i915/gvt: save the MMIO snapshot in the early init of GVT-g

completely rework the dma_resv semantic
 2021-11-29 12:19 UTC  (8+ messages)
` [PATCH 19/26] drm: support more than one write fence in drm_gem_plane_helper_prepare_fb
` [PATCH 22/26] dma-buf: add enum dma_resv_usage

completely rework the dma_resv semantic
 2021-11-29 12:06 UTC  (29+ messages)
` [PATCH 01/28] drm/i915: Remove dma_resv_prune
` [PATCH 02/28] drm/ttm: stop pruning fences after wait
` [PATCH 03/28] dma-buf: make fence mandatory for dma_resv_add_excl_fence v2
` [PATCH 04/28] drm/qxl: use iterator instead of dma_resv_shared_list
` [PATCH 05/28] dma-buf: add dma_resv_replace_fences
` [PATCH 06/28] dma-buf: finally make the dma_resv_list private
` [PATCH 07/28] dma-buf: drop excl_fence parameter from dma_resv_get_fences
` [PATCH 08/28] dma-buf: add dma_resv_get_singleton v2
` [PATCH 09/28] RDMA: use dma_resv_wait() instead of extracting the fence
` [PATCH 10/28] drm/etnaviv: stop using dma_resv_excl_fence
` [PATCH 11/28] drm/nouveau: "
` [PATCH 12/28] drm/vmwgfx: "
` [PATCH 13/28] drm/radeon: "
` [PATCH 14/28] drm/amdgpu: remove excl as shared workarounds
` [PATCH 15/28] drm/amdgpu: use dma_resv_for_each_fence for CS workaround
` [PATCH 16/28] dma-buf: finally make dma_resv_excl_fence private
` [PATCH 17/28] dma-buf: drop the DAG approach for the dma_resv object
` [PATCH 18/28] dma-buf/drivers: make reserving a shared slot mandatory v2
` [PATCH 19/28] drm: support more than one write fence in drm_gem_plane_helper_prepare_fb
` [PATCH 20/28] drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fb
` [PATCH 21/28] drm/amdgpu: use dma_resv_get_singleton in amdgpu_pasid_free_cb
` [PATCH 22/28] dma-buf: add enum dma_resv_usage v3
` [PATCH 23/28] dma-buf: specify usage while adding fences to dma_resv obj v2
` [PATCH 24/28] dma-buf: add DMA_RESV_USAGE_KERNEL
` [PATCH 25/28] dma-buf: add DMA_RESV_USAGE_BOOKKEEP
` [PATCH 26/28] dma-buf: wait for map to complete for static attachments
` [PATCH 27/28] amdgpu: remove DMA-buf fence workaround
` [PATCH 28/28] drm/ttm: remove bo->moving

[PATCH 0/6] Expand display core documentation
 2021-11-29 12:06 UTC  (6+ messages)
` [PATCH 1/6] Documentation/gpu: Reorganize DC documentation

[PATCH 0/3] drm/vc4: Support for 30 bits YUV formats
 2021-11-29 11:54 UTC  (4+ messages)
` [PATCH 1/3] drm/fourcc: Add packed 10bit YUV 4:2:0 format

[PATCH v2 0/6] drm/vc4: kms: Misc fixes for HVS commits
 2021-11-29 11:31 UTC  (8+ messages)
` [PATCH v2 6/6] drm/vc4: kms: Fix previous HVS commit wait

[PATCH 0/3] drm/simpledrm: Apple M1 / DT platform support fixes
 2021-11-29 11:26 UTC  (5+ messages)
` [PATCH 1/3] drm/simpledrm: Bind to OF framebuffers in /chosen

[PATCH] drm/tidss: Fix warning: unused variable 'tidss_pm_ops'
 2021-11-29 11:13 UTC  (2+ messages)

[PATCH 0/2] virtgpu dummy events
 2021-11-29 11:09 UTC  (3+ messages)

[PATCH v2 00/13] drm: Add generic helpers for HDMI scrambling
 2021-11-29 10:07 UTC  (5+ messages)

[PATCH 0/3] drm/cma-helper: Clean up public interface
 2021-11-29  9:58 UTC  (8+ messages)
` [PATCH 1/3] drm/cma-helper: Move driver and file ops to the end of header
` [PATCH 2/3] drm/cma-helper: Export dedicated wrappers for GEM object functions
` [PATCH 3/3] drm/cma-helper: Pass GEM CMA object in public interfaces

[PATCH v2 0/3] drm: Make DRM hashtable legacy
 2021-11-29  9:48 UTC  (4+ messages)
` [PATCH v2 1/3] drm/ttm: Don't include drm_hashtab.h
` [PATCH v2 2/3] drm/vmwgfx: Copy DRM hash-table code into driver
` [PATCH v2 3/3] drm: Declare hashtable as legacy

[PATCH 0/6] drm/tiny/st7735r: Match up with staging/fbtft driver
 2021-11-29  9:39 UTC  (3+ messages)

[i-g-t 00/14] Add IGT support for plane color management
 2021-11-29  9:20 UTC  (12+ messages)
` [i-g-t 03/14] kms_color_helper: Add helper functions for plane color mgmt
` [i-g-t 04/14] tests/kms_color: New subtests for Plane gamma
` [i-g-t 06/14] tests/kms_color: New subtests for Plane CTM
` [i-g-t 12/14] kms_color_helper: Add helper functions to support logarithmic gamma mode

[PATCH v6 0/4] drm/i915: Prepare error capture for asynchronous migration
 2021-11-29  9:13 UTC  (3+ messages)
` [PATCH v6 3/4] drm/i915: Update error capture code to avoid using the current vma state

[PULL] drm-misc-next
 2021-11-29  8:56 UTC 

[PATCH v4] i2c: tegra: Add the ACPI support
 2021-11-29  8:46 UTC  (2+ messages)

[PATCH v11, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-29  3:42 UTC  (20+ messages)
` [PATCH v11, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v11, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v11, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v11, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v11, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v11, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v11, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v11, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v11, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v11, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v11, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v11, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v11, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v11, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v11, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v11, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v11, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v11, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v11, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[PATCH] drm/msm: Initialize MDSS irq domain at probe time
 2021-11-29  2:20 UTC  (6+ messages)

[PATCH v15 00/39] NVIDIA Tegra power management patches for 5.17
 2021-11-28 22:03 UTC  (6+ messages)
` [PATCH v15 12/39] drm/tegra: gr2d: Support generic power domain and runtime PM

[PATCH] drm/etnaviv: constify static struct cooling_ops
 2021-11-28 20:19 UTC 

[Bug 214921] New: amdgpu hangs HP Laptop on shutdown
 2021-11-28 19:16 UTC  (2+ messages)
` [Bug 214921] "

[pull] drm/msm: drm-msm-fixes-2021-11-28 for v5.16
 2021-11-28 17:19 UTC 

[PATCH 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-28 16:46 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: Use non-atomic bitmap functions when possible

Fix drm suspend and resume issue
 2021-11-28 16:02 UTC  (14+ messages)
` [PATCH 1/3] mialbox: move cmdq suspend, resume and remove after cmdq_mbox_flush
  ` [PATCH 1/3] mialbox: move cmdq suspend,resume "
` [PATCH 2/3] mailbox: add cmdq_mbox_flush to clear all task before suspend
` [PATCH 3/3] drm/mediatek: add devlink to cmdq dev
      ` FW: "

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2021-11-28 14:32 UTC  (5+ messages)
` [Bug 205089] "

[PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c
 2021-11-28 14:20 UTC  (4+ messages)
` [drm] d1af5cd869: BUG:kernel_NULL_pointer_dereference,address

[PATCH 00/15] iio: buffer-dma: write() and new DMABUF based API
 2021-11-28 13:25 UTC  (16+ messages)
` [PATCH 03/15] iio: buffer-dma: Use round_down() instead of rounddown()
` [PATCH 04/15] iio: buffer-dma: Enable buffer write support
` [PATCH 11/15] iio: buffer-dma: Boost performance using write-combine cache setting

[PATCH] staging: fbtft: add spi_device_id table
 2021-11-27 22:20 UTC 

[PATCH v4 0/2] More preparation for multi gt patches
 2021-11-28 11:09 UTC  (3+ messages)
` [PATCH v4 1/2] drm/i915: Store backpointer to GT in uncore
` [PATCH v4 2/2] drm/i915: Use to_root_gt() to refer to the root tile

[PATCH] drm: Fix build error caused by missing drm_nomodeset.o
 2021-11-27 19:40 UTC  (3+ messages)

AMDGPU - What is correct combination of kernel CONFIG options?
 2021-11-27 17:51 UTC 

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-27 15:07 UTC  (3+ messages)
` [PATCH 01/12] dt-bindings: display: rockchip: Add compatible for rk3568 HDMI

[Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
 2021-11-27 13:34 UTC  (2+ messages)
` [Bug 211425] "

[PATCH v5 0/6] Cleanups for the nomodeset kernel command line parameter logic
 2021-11-27 13:06 UTC  (2+ messages)

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-11-27 13:03 UTC  (4+ messages)
` [Bug 211277] "

[PATCH] agp: parisc-agp: fix section mismatch warning
 2021-11-27 11:14 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: display: bridge: tc358867: Document DPI output support
 2021-11-27  3:24 UTC  (4+ messages)
` [PATCH 2/4] drm/bridge: tc358767: Move hardware init to enable callback
` [PATCH 3/4] drm/bridge: tc358767: Move bridge endpoint parsing into dedicated function
` [PATCH 4/4] drm/bridge: tc358767: Add DSI-to-DPI mode support

[PATCH 1/3] dt-bindings: Add Team Source Display Technology vendor prefix
 2021-11-27  3:19 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: display: simple: Add Team Source Display TST043015CMHX panel
` [PATCH 3/3] drm/panel: "

[PATCH] drm/i915/debugfs: Do not return '0' if there is nothing to return
 2021-11-27  1:17 UTC 

[PATCH v3 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
 2021-11-26 22:37 UTC  (3+ messages)
` [PATCH v3 2/2] i915/gvt: save the MMIO snapshot in the early init of GVT-g

[PATCH v2 00/20] Support HDMI audio on NVIDIA Tegra20
 2021-11-26 16:18 UTC  (21+ messages)
` [PATCH v2 01/20] ASoC: dt-bindings: Add binding for Tegra20 S/PDIF
` [PATCH v2 02/20] ASoC: dt-bindings: tegra20-i2s: Convert to schema
` [PATCH v2 03/20] ASoC: dt-bindings: tegra20-i2s: Document new nvidia, fixed-parent-rate property
` [PATCH v2 04/20] dt-bindings: host1x: Document optional HDMI sound-dai-cells
` [PATCH v2 05/20] ASoC: tegra20: spdif: Set FIFO trigger level
` [PATCH v2 06/20] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 07/20] ASoC: tegra20: spdif: Support device-tree
` [PATCH v2 08/20] ASoC: tegra20: spdif: Improve driver's code
` [PATCH v2 09/20] ASoC: tegra20: spdif: Use more resource-managed helpers
` [PATCH v2 10/20] ASoC: tegra20: spdif: Reset hardware
` [PATCH v2 11/20] ASoC: tegra20: spdif: Support system suspend
` [PATCH v2 12/20] ASoC: tegra20: spdif: Filter out unsupported rates
` [PATCH v2 13/20] ASoC: tegra20: i2s: "
` [PATCH v2 14/20] drm/tegra: hdmi: Unwind tegra_hdmi_init() errors
` [PATCH v2 15/20] drm/tegra: hdmi: Register audio CODEC on Tegra20
` [PATCH v2 16/20] ARM: tegra_defconfig: Enable S/PDIF driver
` [PATCH v2 17/20] ARM: tegra: Add S/PDIF node to Tegra20 device-tree
` [PATCH v2 18/20] ARM: tegra: Add HDMI audio graph "
` [PATCH v2 19/20] ARM: tegra: acer-a500: Enable S/PDIF and HDMI audio
` [PATCH v2 20/20] ARM: tegra: paz00: "

[PATCH v5 3/7] drm: sun4i: dsi: Convert to bridge driver
 2021-11-26 16:04 UTC  (11+ messages)

[PATCH v4] drm/i915: Use per device iommu check
 2021-11-26 14:14 UTC 

[PATCH v7 0/6] Add Unisoc's drm kms module
 2021-11-26 14:03 UTC  (3+ messages)
` [PATCH v7 2/6] drm/sprd: add Unisoc's drm kms master

[PATCH] drm/i915: Use per device iommu check
 2021-11-26 14:00 UTC  (4+ messages)

[PATCH] drm/i915: Disable bonding on gen12+ platforms
 2021-11-26 13:03 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/ bridge: tc358762: move bridge init to enable callback
 2021-11-26 11:56 UTC  (2+ messages)

[PATCH 0/4] drm: rcar-du: mipi-dsi: Cleanup and Fixes
 2021-11-26 10:57 UTC  (4+ messages)
` [PATCH 4/4] drm: rcar-du: mipi-dsi: Support bridge probe ordering


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