dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 11:47:29 to 2021-03-23 19:34:53 UTC [more...]

[PATCH 0/3] dma-buf: Add an API for exporting sync files (v7)
 2021-03-23 19:34 UTC  (6+ messages)
` [PATCH 0/3] dma-buf: Add an API for exporting sync files (v8)
  ` [PATCH 3/3] "

[PATCH] drm/i915/display/vlv_dsi: Do no shut down displays on reboot if a DSI panel is used
 2021-03-23 19:34 UTC  (10+ messages)
  ` [Intel-gfx] "

[PATCH] video/fbdev: Fix a double free in hvfb_probe
 2021-03-23 18:52 UTC  (2+ messages)

[PATCH v3 0/4] drm/bridge: ti-sn65dsi86: Support EDID reading
 2021-03-23 19:07 UTC  (5+ messages)
` [PATCH v3 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

[PATCH 0/9] drm/tegra: Various improvements
 2021-03-23 19:05 UTC  (15+ messages)
` [PATCH 1/9] drm/fourcc: Add macro to check for the modifier vendor
` [PATCH 2/9] drm/tegra: dc: Inherit DMA mask
` [PATCH 3/9] drm/tegra: dc: Parameterize maximum resolution
` [PATCH 4/9] drm/tegra: dc: Implement hardware cursor on Tegra186 and later
` [PATCH 5/9] drm/tegra: fb: Add diagnostics for framebuffer modifiers
` [PATCH 6/9] drm/tegra: gem: Add a clarifying comment
` [PATCH 7/9] gpu: host1x: Add early init and late exit callbacks
` [PATCH 8/9] drm/tegra: Count number of display controllers at runtime
` [PATCH 9/9] drm/tegra: Support sector layout on Tegra194

[PATCH 1/2] drm/i915: add gem/gt TODO
 2021-03-23 18:31 UTC  (14+ messages)
` [PATCH 2/2] drm/doc: Add RFC section

[PATCH v5 00/21] Host1x/TegraDRM UAPI
 2021-03-23 18:21 UTC  (41+ messages)
` [PATCH v5 01/21] gpu: host1x: Use different lock classes for each client
` [PATCH v5 11/21] gpu: host1x: Add job release callback
` [PATCH v5 15/21] drm/tegra: Add new UAPI to header
` [PATCH v5 18/21] drm/tegra: Allocate per-engine channel in core code
` [PATCH v5 19/21] drm/tegra: Implement new UAPI
` [PATCH v5 20/21] drm/tegra: Implement job submission part of "
    ` [PATCH v5 00/21] Host1x sync point UAPI should not be used for tracking DRM jobs

[PATCH v8 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge
 2021-03-23 18:14 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: display: bridge: Add documentation for LT8912B
` [PATCH v8 2/2] drm/bridge: Introduce LT8912B DSI to HDMI bridge

[PATCH 00/18] Make vfio_mdev type safe
 2021-03-23 17:55 UTC  (5+ messages)
` [PATCH 15/18] vfio/gvt: Make DRM_I915_GVT depend on VFIO_MDEV
` [PATCH 16/18] vfio/gvt: Use mdev_get_type_group_id()
` [PATCH 17/18] vfio/mdev: Remove kobj from mdev_parent_ops->create()
` [PATCH 18/18] vfio/mdev: Correct the function signatures for the mdev_type_attributes

[PATCH 0/4] drm/i915: uAPI clean-ups part 2
 2021-03-23 17:51 UTC  (18+ messages)
` [PATCH 3/4] drm/i915: Drop the CONTEXT_CLONE API
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915: Implement SINGLE_TIMELINE with a syncobj
  ` [Intel-gfx] "
  ` [PATCH] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v2)

[PATCH] drm/dp_mst: Enhance DP MST topology logging
 2021-03-23 17:49 UTC  (2+ messages)

[PATCH v9 00/70] drm/i915: Remove obj->mm.lock!
 2021-03-23 17:30 UTC  (73+ messages)
` [PATCH v9 01/70] drm/i915: Do not share hwsp across contexts any more, v8
` [PATCH v9 02/70] drm/i915: Pin timeline map after first timeline pin, v4
` [PATCH v9 03/70] drm/i915: Move cmd parser pinning to execbuffer
` [PATCH v9 04/70] drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2
` [PATCH v9 05/70] drm/i915: Ensure we hold the object mutex in pin correctly
` [PATCH v9 06/70] drm/i915: Add gem object locking to madvise
` [PATCH v9 07/70] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [PATCH v9 08/70] drm/i915: Rework struct phys attachment handling
` [PATCH v9 09/70] drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2
` [PATCH v9 10/70] drm/i915: make lockdep slightly happier about execbuf
` [PATCH v9 11/70] drm/i915: Disable userptr pread/pwrite support
` [PATCH v9 12/70] drm/i915: No longer allow exporting userptr through dma-buf
` [PATCH v9 13/70] drm/i915: Reject more ioctls for userptr, v2
` [PATCH v9 14/70] drm/i915: Reject UNSYNCHRONIZED "
` [PATCH v9 15/70] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [PATCH v9 16/70] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7
` [PATCH v9 17/70] drm/i915: Flatten obj->mm.lock
` [PATCH v9 18/70] drm/i915: Populate logical context during first pin
` [PATCH v9 19/70] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [PATCH v9 20/70] drm/i915: Handle ww locking in init_status_page
` [PATCH v9 21/70] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [PATCH v9 22/70] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [PATCH v9 23/70] drm/i915: Add object locking to vm_fault_cpu
` [PATCH v9 24/70] drm/i915: Move pinning to inside engine_wa_list_verify()
` [PATCH v9 25/70] drm/i915: Take reservation lock around i915_vma_pin
` [PATCH v9 26/70] drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3
` [PATCH v9 27/70] drm/i915: Make __engine_unpark() compatible with ww locking
` [PATCH v9 28/70] drm/i915: Take obj lock around set_domain ioctl
` [PATCH v9 29/70] drm/i915: Defer pin calls in buffer pool until first use by caller
` [PATCH v9 30/70] drm/i915: Fix pread/pwrite to work with new locking rules
` [PATCH v9 31/70] drm/i915: Fix workarounds selftest, part 1
` [PATCH v9 32/70] drm/i915: Prepare for obj->mm.lock removal, v2
  ` [Intel-gfx] "
` [PATCH v9 33/70] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [PATCH v9 34/70] drm/i915: Add ww locking around vm_access()
` [PATCH v9 35/70] drm/i915: Increase ww locking for perf
` [PATCH v9 36/70] drm/i915: Lock ww in ucode objects correctly
` [PATCH v9 37/70] drm/i915: Add ww locking to dma-buf ops, v2
` [PATCH v9 38/70] drm/i915: Add missing ww lock in intel_dsb_prepare
` [PATCH v9 39/70] drm/i915: Fix ww locking in shmem_create_from_object
` [PATCH v9 40/70] drm/i915: Use a single page table lock for each gtt
` [PATCH v9 41/70] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [PATCH v9 42/70] drm/i915/selftests: Prepare client blit "
` [PATCH v9 43/70] drm/i915/selftests: Prepare coherency tests "
` [PATCH v9 44/70] drm/i915/selftests: Prepare context "
` [PATCH v9 45/70] drm/i915/selftests: Prepare dma-buf "
` [PATCH v9 46/70] drm/i915/selftests: Prepare execbuf "
` [PATCH v9 47/70] drm/i915/selftests: Prepare mman testcases "
` [PATCH v9 48/70] drm/i915/selftests: Prepare object tests "
` [PATCH v9 49/70] drm/i915/selftests: Prepare object blit "
` [PATCH v9 50/70] drm/i915/selftests: Prepare igt_gem_utils "
` [PATCH v9 51/70] drm/i915/selftests: Prepare context selftest "
` [PATCH v9 52/70] drm/i915/selftests: Prepare hangcheck "
` [PATCH v9 53/70] drm/i915/selftests: Prepare execlists and lrc selftests "
` [PATCH v9 54/70] drm/i915/selftests: Prepare mocs tests "
` [PATCH v9 55/70] drm/i915/selftests: Prepare ring submission "
` [PATCH v9 56/70] drm/i915/selftests: Prepare timeline tests "
` [PATCH v9 57/70] drm/i915/selftests: Prepare i915_request "
` [PATCH v9 58/70] drm/i915/selftests: Prepare memory region "
` [PATCH v9 59/70] drm/i915/selftests: Prepare cs engine "
` [PATCH v9 60/70] drm/i915/selftests: Prepare gtt "
` [PATCH v9 61/70] drm/i915: Finally remove obj->mm.lock
` [PATCH v9 62/70] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
` [PATCH v9 63/70] drm/i915: Move gt_revoke() slightly
` [PATCH v9 64/70] drm/i915: Add missing -EDEADLK path in execbuffer ggtt pinning
` [PATCH v9 65/70] drm/i915: Fix pin_map in scheduler selftests
` [PATCH v9 66/70] drm/i915: Add ww parameter to get_pages() callback
` [PATCH v9 67/70] drm/i915: Add ww context to prepare_(read/write)
` [PATCH v9 68/70] drm/i915: Pass ww ctx to pin_map
  ` [Intel-gfx] "
` [PATCH v9 69/70] drm/i915: Pass ww ctx to i915_gem_object_pin_pages
` [PATCH v9 70/70] drm/i915: Remove asynchronous vma binding

[PATCH] drivers: gpu: priv.h is included twice
 2021-03-23 17:20 UTC  (2+ messages)

[PATCH] drm/i915/dpcd_bl: Don't try vesa interface unless specified by VBT
 2021-03-23 17:19 UTC  (4+ messages)

[PATCH][next] drm/amd/display/dc/calcs/dce_calcs: Fix allocation size for dceip and vbios
 2021-03-23 17:15 UTC  (2+ messages)

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-23 17:06 UTC  (18+ messages)
` [RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages
` [RFC PATCH 2/2] mm,drm/ttm: Use VM_PFNMAP for TTM vmas

[Bug 212369] New: AMDGPU: GPU hangs with '*ERROR* Couldn't update BO_VA (-12)' on MIPS64
 2021-03-23 16:54 UTC  (2+ messages)
` [Bug 212369] "

[PATCH v3 0/4] Fixes to bridge/panel and ingenic-drm
 2021-03-23 16:03 UTC  (3+ messages)

[PATCH] amdgpu: fix gcc -Wrestrict warning
 2021-03-23 15:57 UTC  (3+ messages)

[PATCH v3 0/6] Default request/fence expiry + watchdog
 2021-03-23 15:56 UTC  (3+ messages)
` [PATCH 5/6] drm/i915: Fail too long user submissions by default
  ` [Intel-gfx] "

[PATCH] drm/ttm: stop warning on TT shrinker failure
 2021-03-23 15:45 UTC  (26+ messages)

[PATCH] drm/amdgpu: Ensure that the modifier requested is supported by plane
 2021-03-23 15:34 UTC  (5+ messages)

[PATCH v7 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge
 2021-03-23 15:27 UTC  (11+ messages)
` [PATCH v7 2/2] drm/bridge: Introduce LT8912B DSI "

[PATCH] gpu: drm: amd: Remove duplicate includes
 2021-03-23 15:14 UTC  (2+ messages)

[PATCH] gpu: drm: amd: Remove duplicate include of dce110_resource.h
 2021-03-23 15:12 UTC  (2+ messages)

[PATCH] amdgpu: avoid incorrect %hu format string
 2021-03-23 15:00 UTC  (2+ messages)

[PATCH] drivers: gpu: Remove duplicate include of amdgpu_hdp.h
 2021-03-23 14:58 UTC  (3+ messages)

[PATCH] drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bug
 2021-03-23 14:56 UTC  (2+ messages)

[PATCH] drm/atomic: Couple of typo fixes
 2021-03-23 14:54 UTC  (3+ messages)

[PATCH v2] drm/radeon: don't evict if not initialized
 2021-03-23 14:45 UTC  (3+ messages)

[PATCH] drm/ingenic: Fix pixclock rate for 24-bit serial panels
 2021-03-23 14:40 UTC 

[PATCH 00/44] Add HMM-based SVM memory manager to KFD v2
 2021-03-23 14:30 UTC  (3+ messages)
` [PATCH 01/44] drm/amdgpu: replace per_device_list by array

[PATCH] drm/imx: fix out of bounds array access warning
 2021-03-23 14:19 UTC  (3+ messages)

[PATCH] i915_vma: Rename vma_lookup to i915_vma_lookup
 2021-03-23 13:42 UTC 

[PATCH -next] drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-length array
 2021-03-23 13:02 UTC 

[PATCH v3 0/3] drm/tilcdc: fix LCD pixel clock setting
 2021-03-23 12:05 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 NNTP newsgroup(s).