dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 12:35:26 to 2021-06-15 15:27:52 UTC [more...]

[PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during sysfs bind
 2021-06-15 15:27 UTC  (13+ messages)
  ` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
  ` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` Allow mdev drivers to directly create the vfio_device (v2 / alternative)
  ` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
  ` [PATCH 05/10] driver core: Export device_driver_attach()
  ` [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

[RFC PATCH] drm/ttm: Do page counting after populate callback succeed
 2021-06-15 15:06 UTC  (5+ messages)

[PATCH v5 0/5] iommu/arm-smmu: adreno-smmu page fault handling
 2021-06-15 14:51 UTC  (10+ messages)
` [PATCH v5 1/5] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [PATCH v5 2/5] iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault info
` [PATCH v5 3/5] drm/msm: Improve the a6xx page fault handler
` [PATCH v5 4/5] iommu/arm-smmu-qcom: Add stall support

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

[PATCH v3 00/14] New uAPI drm properties for color management
 2021-06-15 14:14 UTC  (15+ messages)
` [PATCH v3 01/14] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v3 02/14] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
` [PATCH v3 03/14] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH v3 04/14] drm/amd/display: Add handling for new "active bpc" property
` [PATCH v3 05/14] drm/i915/display: "
` [PATCH v3 06/14] drm/uAPI: Add "active color format" drm property as feedback for userspace
` [PATCH v3 07/14] drm/amd/display: Add handling for new "active color format" property
` [PATCH v3 08/14] drm/i915/display: "
` [PATCH v3 09/14] drm/uAPI: Add "active color range" drm property as feedback for userspace
` [PATCH v3 10/14] drm/amd/display: Add handling for new "active color range" property
` [PATCH v3 11/14] drm/i915/display: "
` [PATCH v3 12/14] drm/uAPI: Add "preferred color format" drm property as setting for userspace
` [PATCH v3 13/14] drm/amd/display: Add handling for new "preferred color format" property
` [PATCH v3 14/14] drm/i915/display: "

[PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during sysfs bind
 2021-06-15 14:12 UTC  (11+ messages)
  ` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
  ` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
  ` [PATCH 05/10] driver core: Export device_driver_attach()
  ` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
  ` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
  ` [PATCH 09/10] vfio/mdpy: "
  ` [PATCH 10/10] vfio/mbochs: "

[PATCH v9 00/14] Restricted DMA
 2021-06-15 13:30 UTC  (4+ messages)
` [PATCH v9 01/14] swiotlb: Refactor swiotlb init functions

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

[PATCH] drm/nouveau: fix double free in nouveau_gem_new()
 2021-06-15 13:12 UTC 

[PATCH] drm: display: Fix duplicate field initialization in dcn31
 2021-06-15 12:54 UTC  (2+ messages)

[PATCH] drm/i915/ttm: Fix memory leaks
 2021-06-15 12:35 UTC  (2+ messages)

[PATCH 1/2] drm/gud: Free buffers on device removal
 2021-06-15 12:19 UTC  (7+ messages)
` [PATCH 2/2] drm/gud: Use scatter-gather USB bulk transfer

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-15 12:08 UTC  (18+ messages)

[PATCH] drm/i915: Perform execbuffer object locking as a separate step
 2021-06-15 11:36 UTC 

[PATCH] drm/i915: Remove duplicate include of intel_region_lmem.h
 2021-06-15 11:35 UTC 

[PATCH] dma-buf: fix and rework dma_buf_poll
 2021-06-15 11:21 UTC 

[PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-06-15 11:10 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: Add E Ink to vendor bindings
 2021-06-15 10:33 UTC  (2+ messages)
` [PATCH v2 2/2] drm/panel: Add support for E Ink VB3300-KCA

[PATCH v6] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-06-15  9:49 UTC  (2+ messages)

[PATCH v3] drm/i915: Be more gentle with exiting non-persistent context
 2021-06-15  9:49 UTC  (2+ messages)
` [PATCH v4] "

[PATCH -next] drm/hyperv: Remove unused variable
 2021-06-15  9:25 UTC  (7+ messages)
` [PATCH v2 -next] drm/hyperv: Fix unused const variable 'hyperv_modifiers'

[PATCH 0/3] Update firmware to v62.0.0
 2021-06-15  9:00 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/guc: Introduce unified HXG messages
` [PATCH 2/3] drm/i915/guc: Update firmware to v62.0.0
` [PATCH 3/3] drm/i915/doc: Include GuC ABI documentation

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v12)
 2021-06-15  8:41 UTC  (2+ messages)
` [Mesa-dev] "

[PATCH 0/8] drm + usb-type-c: Add support for out-of-band hotplug notification (v4)
 2021-06-15  8:36 UTC  (7+ messages)
` [PATCH 7/8] usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
` [PATCH 8/8] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

[RFC PATCH 0/2] drm/etnaviv: add GC7000 r6202 support
 2021-06-15  7:47 UTC  (4+ messages)
` [RFC PATCH 1/2] drm/etnaviv: add HWDB entry for GC7000 r6202
` [RFC PATCH 2/2] drm/etnaviv: add clock gating workaround "

[PATCH 3/6] dma-buf: Document DMA_BUF_IOCTL_SYNC (v2)
 2021-06-15  7:10 UTC  (3+ messages)

[PATCH] modified: gpu/drm/panfrost/panfrost_gpu.c
 2021-06-15  7:04 UTC  (5+ messages)

[PATCH v4] drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
 2021-06-15  7:01 UTC  (3+ messages)

[PATCH 2/2] drm/panfrost:report the full raw fault information instead
 2021-06-15  6:59 UTC 

[PATCH 2/2] drm/panfrost:report the full raw fault information instead
 2021-06-15  6:46 UTC 

[PATCH -next] drm/nouveau: Remove set but not used variable 'dev'
 2021-06-15  6:44 UTC  (3+ messages)

[PATCH] drm: nouveau: fix nouveau_backlight compiling error
 2021-06-15  3:43 UTC  (2+ messages)

[PATCH] drm/bridge: anx7625: Make hpd workqueue freezable
 2021-06-15  3:29 UTC 

[PATCH 00/10] Allow mdev drivers to directly create the vfio_device
 2021-06-14 14:36 UTC  (3+ messages)

drm/i915: __GFP_RETRY_MAYFAIL allocations in stable kernels
 2021-06-14 12:45 UTC 

[PATCH 2/2] drm/panfrost:report the full raw fault information instead
 2021-06-15  5:49 UTC 

[PATCH 0/2] Fix observed mst problems with StarTech hub
 2021-06-15  4:38 UTC  (3+ messages)

[PATCH 0/8] Introduce i915_sched_engine object
 2021-06-15  3:34 UTC  (12+ messages)
` [PATCH 1/8] drm/i915: Move priolist to new "
` [PATCH 4/8] drm/i915: Move active tracking to i915_sched_engine
` [PATCH 5/8] drm/i915: Move engine->schedule "
` [PATCH 6/8] drm/i915: Add kick_backend function "
` [PATCH 8/8] drm/i915: Move submission tasklet "

[PATCH v10 00/10] Add support for SVM atomics in Nouveau
 2021-06-15  3:08 UTC  (4+ messages)
` [PATCH v10 07/10] mm: Device exclusive memory access

[PATCH v2 0/2] drm: Address potential UAF bugs with drm_master ptrs
 2021-06-15  2:36 UTC  (3+ messages)
` [PATCH v2 1/2] drm: Add a locked version of drm_is_current_master
` [PATCH v2 2/2] drm: Protect drm_master pointers in drm_lease.c

[PATCH v7 0/4] Add MIPI rx DPI support
 2021-06-15  2:21 UTC  (4+ messages)
` [PATCH v7 3/4] drm/bridge: anx7625: add MIPI DPI input feature

[PATCH 0/2] drm: Address potential UAF bugs with drm_master ptrs
 2021-06-15  2:15 UTC  (6+ messages)
` [PATCH 1/2] drm: Add a locked version of drm_is_current_master
` [PATCH 2/2] drm: Protect drm_master pointers in drm_lease.c

[PATCH -next] drm/nouveau:disp: Remove set but not used variable 'ret'
 2021-06-15  2:01 UTC  (2+ messages)

[PATCH -next] drm/nouveau/svm: Remove set but not used variable 'ret'
 2021-06-15  2:00 UTC  (2+ messages)

[PATCH -next] video: fbdev: intelfb: Remove set but not used variable 'val'
 2021-06-15  1:58 UTC  (2+ messages)

[PATCH -next] drm/nouveau: Remove set but not used variable 'width'
 2021-06-15  1:58 UTC  (2+ messages)

[tip:tmp.tmp2 302/364] drivers/video/backlight/rave-sp-backlight.c: linux/backlight.h is included more than once
 2021-06-15  1:09 UTC  (2+ messages)
` [RFC PATCH tip] sched/headers, fb: fix duplicated inclusion

[PATCH 00/13] Update firmware to v62.0.0
 2021-06-14 18:24 UTC  (11+ messages)
` [PATCH 01/13] drm/i915/guc: Introduce unified HXG messages
` [PATCH 02/13] drm/i915/guc: Update MMIO based communication
` [PATCH 06/13] drm/i915/guc: New definition of the CTB descriptor
` [PATCH 07/13] drm/i915/guc: New definition of the CTB registration action
` [PATCH 08/13] drm/i915/guc: New CTB based communication

[PATCH 1/2 v2] drm/dbi: Support DBI typec1 read operations
 2021-06-14 18:11 UTC  (2+ messages)
` [PATCH 2/2 v2] drm/panel: s6e63m0: Switch to DBI abstraction for SPI

[PATCH V2 1/2] dt-bindings: display: bridge: lvds-codec: Document LVDS data mapping select
 2021-06-14 18:09 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: bridge: lvds-codec: Document LVDS data mapping select
 2021-06-14 18:02 UTC  (5+ messages)
` [PATCH 2/2] drm/bridge: lvds-codec: Add support for "

[PATCH 1/2] drm/amdgpu: unwrap fence chains in the explicit sync fence
 2021-06-14 17:45 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: rework dma_resv handling v3

[PATCH v5 0/4] drm/i915: Move system memory to TTM for discrete
 2021-06-14 17:42 UTC  (5+ messages)
` [PATCH v5 1/4] drm/i915: Update object placement flags to be mutable
` [PATCH v5 2/4] drm/i915/ttm: Adjust gem flags and caching settings after a move
` [PATCH v5 3/4] drm/i915/ttm: Calculate the object placement at get_pages time
` [PATCH v5 4/4] drm/i915/ttm: Use TTM for system memory

[PATCH 1/5] dma-buf: fix dma_resv_test_signaled test_all handling
 2021-06-14 17:15 UTC  (5+ messages)

[Mesa-dev] Linux Graphics Next: Userspace submission update
 2021-06-14 17:13 UTC  (15+ messages)

[PATCH 1/2] drm/dbi: Support DBI typec1 read operations
 2021-06-14 16:48 UTC  (3+ messages)

[PATCH] drm/nouveau: fix dma_address check for CPU/GPU sync
 2021-06-14 16:40 UTC  (2+ messages)

[PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-06-14 16:28 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH] drm/v3d: Expose performance counters to userspace
 2021-06-14 16:19 UTC  (2+ messages)

[PATCH 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-14 15:59 UTC  (4+ messages)
` [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" "

[PATCH 2/2] drm/panel: s6e63m0: Switch to DBI abstraction for SPI
 2021-06-14 15:49 UTC  (2+ messages)

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-14 15:26 UTC  (4+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper

[PATCH] drm/msm: Add debugfs to trigger shrinker
 2021-06-14 15:06 UTC 

[PATCH v4 0/4] drm/i915: Move system memory to TTM for discrete
 2021-06-14 14:50 UTC  (4+ messages)
` [PATCH v4 2/4] drm/i915/ttm: Adjust gem flags and caching settings after a move
  ` [Intel-gfx] "

[PATCH] drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check
 2021-06-14 14:49 UTC  (8+ messages)

[PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
 2021-06-14 12:35 UTC  (3+ 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).