dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 08:09:05 to 2021-06-17 14:09:14 UTC [more...]

[PATCH 0/7] drm/msm/dpu: merge dpu_core_irq into dpu_hw_interrupts
 2021-06-17 14:09 UTC 

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-17 13:39 UTC  (9+ messages)

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-17 13:37 UTC  (16+ messages)

[PATCH] drm/bridge: ti-sn65dsi83: Fix null pointer dereference in remove callback
 2021-06-17 12:49 UTC  (2+ messages)

[PATCH] drm/auth: Move master pointer from drm_device to drm_file
 2021-06-17  9:47 UTC 

[PATCH] drm/nouveau/core/object: fix double free on error in nvkm_ioctl_new()
 2021-06-17 11:32 UTC  (2+ messages)

Introduce fence iterators to abstract dma_resv RCU handling
 2021-06-17 11:15 UTC  (17+ messages)
` [PATCH 01/16] dma-buf: add dma_resv_for_each_fence_unlocked
` [PATCH 02/16] dma-buf: add dma_resv_for_each_fence
` [PATCH 03/16] dma-buf: use new iterator in dma_resv_copy_fences
` [PATCH 04/16] dma-buf: use new iterator in dma_resv_get_fences
` [PATCH 05/16] dma-buf: use new iterator in dma_resv_wait_timeout
` [PATCH 06/16] dma-buf: use new iterator in dma_resv_test_signaled
` [PATCH 07/16] dma-buf: use new iterator in dma_buf_poll
` [PATCH 08/16] drm/i915: use the new iterator in i915_gem_busy_ioctl
` [PATCH 09/16] drm/ttm: use the new iterator in ttm_bo_flush_all_fences
` [PATCH 10/16] drm/etnaviv: use new iterator in etnaviv_gem_describe
` [PATCH 11/16] drm/amdgpu: use the new iterator in amdgpu_sync_resv
` [PATCH 12/16] drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuable
` [PATCH 13/16] drm/msm: use new iterator in msm_gem_sync_object
` [PATCH 14/16] drm/msm: use new iterator in msm_gem_describe
` [PATCH 15/16] drm/nouveau: use the new iterator in nouveau_fence_sync
` [PATCH 16/16] drm/radeon: use new iterator in radeon_sync_resv

[PATCH v2] drm/mediatek: force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-06-17 10:32 UTC 

vc4_bo_create: Failed to allocate from CMA
 2021-06-17 10:27 UTC  (3+ messages)

[PATCH] drm/i915: Perform execbuffer object locking as a separate step
 2021-06-17 10:19 UTC  (4+ messages)

[PATCH] dma-buf: fix and rework dma_buf_poll
 2021-06-17  9:38 UTC  (3+ messages)

[PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc
 2021-06-17  9:20 UTC  (6+ messages)

[PATCH v2 0/2] Fix observed mst problems with StarTech hub
 2021-06-17  8:47 UTC  (6+ messages)
` [PATCH v2 1/2] drm/dp_mst: Do not set proposed vcpi directly
` [PATCH v2 2/2] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

[PATCH] drm/i915/gem: Remove duplicated call to ops->pread
 2021-06-17  8:38 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v4] Documentation: gpu: Mention the requirements for new properties
 2021-06-17  8:20 UTC  (2+ messages)

[PATCH] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()
 2021-06-17  8:20 UTC  (3+ messages)

[RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support
 2021-06-17  8:06 UTC  (8+ messages)
` [Freedreno] "

[PATCH] drm/panfrost:modify 'break' to 'continue' to traverse the circulation
 2021-06-17  8:04 UTC 

[PATCH 1/2] drm/amdgpu: unwrap fence chains in the explicit sync fence
 2021-06-17  7:44 UTC  (2+ messages)

[PATCH] drm/ttm: fix error handling in ttm_bo_handle_move_mem()
 2021-06-17  7:41 UTC  (8+ messages)

[PATCH] drm/nouveau/core: fix the uninitialized use in nvkm_ioctl_map()
 2021-06-16 22:50 UTC 

[PATCH] drm/meson: fix potential NULL pointer exception in meson_drv_unbind()
 2021-06-17  7:07 UTC 

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v12)
 2021-06-17  7:37 UTC  (4+ messages)
` [Mesa-dev] "

[PATCH] dt-bindings: display: renesas, du: Make resets optional on R-Car H1
 2021-06-17  7:22 UTC  (4+ messages)
` [PATCH] dt-bindings: display: renesas,du: "

[PATCH v5 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-06-17  6:43 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH v12 00/12] Restricted DMA
 2021-06-17  6:40 UTC  (7+ messages)
` [PATCH v12 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v12 11/12] dt-bindings: of: Add restricted DMA pool

[PATCH v13 00/12] Restricted DMA
 2021-06-17  6:32 UTC  (14+ messages)
` [PATCH v13 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v13 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v13 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v13 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v13 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v13 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v13 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v13 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v13 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v13 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v13 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v13 12/12] of: Add plumbing for "

[PATCH v5 00/12] i915 TTM sync accelerated migration and clear
 2021-06-17  6:30 UTC  (13+ messages)
` [PATCH v5 01/12] drm/i915: Reference objects on the ww object list
` [PATCH v5 02/12] drm/i915: Break out dma_resv ww locking utilities to separate files
` [PATCH v5 03/12] drm/i915: Introduce a ww transaction helper
` [PATCH v5 04/12] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [PATCH v5 05/12] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [PATCH v5 06/12] drm/i915/gt: Export the pinned context constructor and destructor
` [PATCH v5 07/12] drm/i915/gt: Pipelined page migration
` [PATCH v5 08/12] drm/i915/gt: Pipelined clear
` [PATCH v5 09/12] drm/i915/gt: Setup a default migration context on the GT
` [PATCH v5 10/12] drm/i915/ttm: accelerated move implementation
` [PATCH v5 11/12] drm/i915/gem: Zap the client blt code
` [PATCH v5 12/12] drm/i915/gem: Zap the i915_gem_object_blt code

[PATCH v2 1/2] pwm: Introduce single-PWM of_xlate function
 2021-06-17  6:24 UTC  (5+ messages)
` [PATCH v2 2/2] drm/bridge: ti-sn65dsi86: Implement the pwm_chip

[PATCH 0/3] Update firmware to v62.0.0
 2021-06-17  6:24 UTC  (5+ messages)
` [PATCH 2/3] drm/i915/guc: "
` [Intel-gfx] [PATCH 0/3] "

[PATCH v2] drm/panfrost:report the full raw fault information instead
 2021-06-17  6:20 UTC 

[pull] amdgpu, amdkfd drm-next-5.14
 2021-06-17  3:17 UTC 

[PATCH -next] drm/amd/display: Fix gcc unused variable warning
 2021-06-17  2:31 UTC 

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2021-06-17  1:42 UTC 

[PATCH 0/8] Introduce i915_sched_engine object
 2021-06-17  1:35 UTC  (3+ messages)
` [PATCH 8/8] drm/i915: Move submission tasklet to i915_sched_engine

[PATCH v11 00/10] Add support for SVM atomics in Nouveau
 2021-06-17  1:32 UTC  (14+ messages)
` [PATCH v11 01/10] mm: Remove special swap entry functions
` [PATCH v11 02/10] mm/swapops: Rework swap entry manipulation code
` [PATCH v11 03/10] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v11 04/10] mm/rmap: Split migration into its own function
` [PATCH v11 05/10] mm: Rename migrate_pgmap_owner
` [PATCH v11 06/10] mm/memory.c: Allow different return codes for copy_nonpresent_pte()
` [PATCH v11 07/10] mm: Device exclusive memory access
` [PATCH v11 08/10] mm: Selftests for exclusive device memory
` [PATCH v11 09/10] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v11 10/10] nouveau/svm: Implement atomic SVM access
` Update: [PATCH v11 00/10] Add support for SVM atomics in Nouveau

[PATCH -next] drm/amd/display: remove unused variable 'dc'
 2021-06-17  1:16 UTC 

[PATCH] drm/msm/dp: add logs across DP driver for ease of debugging
 2021-06-17  1:08 UTC 

[PATCH v2 1/2] dt-bindings: Add SONY Synaptics JDI panel
 2021-06-16 23:40 UTC  (2+ messages)

[Bug 209457] New: AMDGPU resume fail with RX 580 GPU
 2021-06-16 20:58 UTC  (3+ messages)
` [Bug 209457] "

[Bug 213391] New: AMDGPU retries page fault with some specific processes amdgpu: [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered
 2021-06-16 20:55 UTC  (4+ messages)
` [Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed "

[PATCH][next] drm/amd/display: Fix fall-through warning for Clang
 2021-06-16 20:52 UTC 

[pull] amdgpu drm-fixes-5.13
 2021-06-16 20:49 UTC 

Allow mdev drivers to directly create the vfio_device (v3)
 2021-06-16 20:20 UTC  (7+ messages)
  ` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
  ` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
  ` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
  ` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()

[PATCH 29/31] drm/i915/gem: Roll all of context creation together
 2021-06-16 20:11 UTC  (2+ messages)

[v6 0/5] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-06-16 19:22 UTC  (5+ messages)
` [v6 1/5] drm/panel: add basic DP AUX backlight support
` [v6 5/5] drm/panel-simple: Add Samsung ATNA33XC20

[PATCH 4/7] dma-buf: add dma_fence_chain_garbage_collect
 2021-06-16 18:50 UTC  (3+ messages)

[PULL] drm-misc-next-fixes
 2021-06-16 18:30 UTC 

[PATCH 5/5] DONOTMERGE: dma-buf: Get rid of dma_fence_get_rcu_safe
 2021-06-16 16:38 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 06/31] drm/i915: Drop the CONTEXT_CLONE API (v2)
 2021-06-16 15:34 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v5 1/7] drm/i915/ttm: add ttm_buddy_man
 2021-06-16 15:25 UTC  (7+ messages)
` [PATCH v5 2/7] drm/i915/ttm: add i915_sg_from_buddy_resource
` [PATCH v5 3/7] drm/i915/ttm: Calculate the object placement at get_pages time
` [PATCH v5 4/7] drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
` [PATCH v5 5/7] drm/i915/ttm: remove node usage in our naming
` [PATCH v5 6/7] drm/i915/ttm: switch over to ttm_buddy_man
` [PATCH v5 7/7] drm/i915/ttm: restore min_page_size behaviour

[GIT PULL] mediatek drm next for 5.14
 2021-06-16 15:03 UTC 

[PATCH v4 1/7] drm/i915/ttm: add ttm_buddy_man
 2021-06-16 14:52 UTC  (7+ messages)
` [PATCH v4 2/7] drm/i915/ttm: add i915_sg_from_buddy_resource
` [PATCH v4 3/7] drm/i915/ttm: Calculate the object placement at get_pages time
` [PATCH v4 4/7] drm/i915/ttm: pass along the I915_BO_ALLOC_CONTIGUOUS
` [PATCH v4 5/7] drm/i915/ttm: remove node usage in our naming
` [PATCH v4 6/7] drm/i915/ttm: switch over to ttm_buddy_man
` [PATCH v4 7/7] drm/i915/ttm: restore min_page_size behaviour

[PATCH] drm/display: Fix duplicated argument
 2021-06-16 14:40 UTC 

[PATCH 1/3] drm/i915/guc: Add fetch of hwconfig table
 2021-06-16 14:37 UTC  (3+ messages)

[PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN
 2021-06-16 14:29 UTC  (2+ messages)

[PATCH v2 1/3] drm/dp_helper: Rework the drm_dp_aux documentation
 2021-06-16 14:15 UTC  (3+ messages)
` [PATCH v2 2/3] drm/dp_helper: Mention the concurrency requirement hw_mutex
` [PATCH v2 3/3] drm: Mention the power state requirement on side-channel operations

[PATCH] drm/i915: return DRIVER_NAME for the fence driver name
 2021-06-16 13:32 UTC  (2+ messages)

[PATCH 4/5] dma-buf: Stop using SLAB_TYPESAFE_BY_RCU in selftests
 2021-06-16 12:47 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/3] drm/vc4: Fix for the HDMI detect power state
 2021-06-16 12:35 UTC  (6+ messages)
` [PATCH 2/3] drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
` [PATCH 3/3] drm/vc4: hdmi: Make sure the controller is powered in detect

[PATCH] drm/vc4: hdmi: Rely on interrupts to handle hotplug
 2021-06-16 12:20 UTC  (3+ messages)

[PATCH -next] drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c
 2021-06-16 12:03 UTC  (2+ messages)

[PATCH] modified: gpu/drm/panfrost/panfrost_gpu.c
 2021-06-16 11:07 UTC  (6+ messages)

[PATCH 0/3] Add support for querying hw info that UMDs need
 2021-06-16 10:25 UTC  (4+ messages)
` [PATCH 3/3] drm/i915/uapi: Add query for L3 bank count
  ` [Intel-gfx] "

[PATCH v3] drm/i915: Be more gentle with exiting non-persistent context
 2021-06-16 10:09 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 0/2] clk: Implement a clock request API
 2021-06-16 10:05 UTC  (5+ messages)

[PATCH v7 00/15] TegraDRM UAPI
 2021-06-16  9:31 UTC  (3+ messages)
` [PATCH v7 13/15] drm/tegra: Implement job submission part of new UAPI

[PATCH v8 0/4] Add MIPI rx DPI support
 2021-06-16  9:16 UTC  (5+ messages)
` [PATCH v8 1/4] dt-bindings:drm/bridge:anx7625:add vendor define flags
` [PATCH v8 3/4] drm/bridge: anx7625: add MIPI DPI input feature

Fixing problems around shared fences and RCU in DMA-buf
 2021-06-16  8:26 UTC  (8+ messages)
` [PATCH 1/7] dma-buf: add some more kerneldoc to dma_resv_add_shared_fence
` [PATCH 2/7] dma-buf: fix and rework dma_buf_poll v2
` [PATCH 3/7] dma-buf: fix dma_resv_test_signaled test_all handling v2
` [PATCH 4/7] drm/nouveau: always wait for the exclusive fence
` [PATCH 5/7] drm/msm: "
` [PATCH 6/7] drm/amdgpu: drop workaround for adding page table clears as shared fence
` [PATCH 7/7] drm/amdgpu: drop CS workaround adding the shared manually

[Bug 205517] New: nouveau MMIO read of 00000000 FAULT at 619444
 2021-06-16  8:09 UTC  (2+ messages)
` [Bug 205517] "

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-11  8:14 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).