dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-06 00:22:27 to 2019-08-07 01:33:06 UTC [more...]

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  1:33 UTC  (8+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-06 23:47 UTC  (13+ messages)
  ` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
  ` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
  ` [PATCH v3 hmm 04/11] misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
  ` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 06/11] RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
` [PATCH v3 hmm 07/11] RDMA/odp: remove ib_ucontext from ib_umem
` [PATCH v3 hmm 08/11] drm/radeon: use mmu_notifier_get/put for struct radeon_mn
` [PATCH v3 hmm 09/11] drm/amdkfd: fix a use after free race with mmu_notifer unregister
` [PATCH v3 hmm 10/11] drm/amdkfd: use mmu_notifier_put
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH AUTOSEL 5.2 22/59] drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
 2019-08-06 22:45 UTC  (10+ messages)
` [PATCH AUTOSEL 5.2 23/59] drm/bridge: tc358764: Fix build error
` [PATCH AUTOSEL 5.2 29/59] drm/amdkfd: Fix byte align on VegaM
  ` [PATCH AUTOSEL 5.2 30/59] drm/amd/powerplay: fix null pointer dereference around dpm state relates
  ` [PATCH AUTOSEL 5.2 32/59] drm/amdgpu: fix a potential information leaking bug
` [PATCH AUTOSEL 5.2 31/59] drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep
` [PATCH AUTOSEL 5.2 37/59] drm/vgem: fix cache synchronization on arm/arm64
` [PATCH AUTOSEL 5.2 49/59] drm: msm: Fix add_gpu_components
` [PATCH AUTOSEL 5.2 51/59] drm/exynos: fix missing decrement of retry counter

[PATCH AUTOSEL 4.14 10/25] drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
 2019-08-06 21:36 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 17/25] drm/vgem: fix cache synchronization on arm/arm64
` [PATCH AUTOSEL 4.14 22/25] drm: msm: Fix add_gpu_components

[PATCH AUTOSEL 4.19 11/32] drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
 2019-08-06 21:35 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 21/32] drm/vgem: fix cache synchronization on arm/arm64
  ` [PATCH AUTOSEL 4.19 16/32] drm/amdgpu: fix a potential information leaking bug
  ` [PATCH AUTOSEL 4.19 27/32] drm: msm: Fix add_gpu_components
` [PATCH AUTOSEL 4.19 28/32] drm/exynos: fix missing decrement of retry counter

[PATCH] drm/panfrost: Add errata descriptions from kbase
 2019-08-06 21:08 UTC  (2+ messages)

[PATCH v6 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-08-06 20:43 UTC  (4+ messages)
` [PATCH v6 1/3] "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (4+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()

[PATCH] drm/panfrost: Add "compute shader only" hint
 2019-08-06 20:25 UTC  (5+ messages)

hmm cleanups, v2
 2019-08-06 20:03 UTC  (24+ messages)
` [PATCH 01/15] amdgpu: remove -EAGAIN handling for hmm_range_fault
` [PATCH 02/15] amdgpu: don't initialize range->list in amdgpu_hmm_init_range
  ` [PATCH 03/15] nouveau: pass struct nouveau_svmm to nouveau_range_fault
  ` [PATCH 07/15] mm: remove the page_shift member from struct hmm_range
  ` [PATCH 08/15] mm: remove the mask variable in hmm_vma_walk_hugetlb_entry
  ` [PATCH 09/15] mm: don't abuse pte_index() in hmm_vma_handle_pmd
  ` [PATCH 10/15] mm: only define hmm_vma_walk_pud if needed
  ` [PATCH 12/15] mm: cleanup the hmm_vma_walk_hugetlb_entry stub
  ` [PATCH 14/15] mm: make HMM_MIRROR an implicit option
  ` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
` [PATCH 05/15] mm: remove the unused vma argument to hmm_range_dma_unmap
` [PATCH 06/15] mm: remove superflous arguments from hmm_range_register
` [PATCH 11/15] mm: cleanup the hmm_vma_handle_pmd stub
` [PATCH 13/15] mm: allow HMM_MIRROR on all architectures with MMU

[pull] amdgpu, amdkfd, radeon, ttm drm-next-5.4
 2019-08-06 20:03 UTC 

[PATCH 1/8] dma-buf: fix busy wait for new shared fences
 2019-08-06 19:57 UTC  (16+ messages)
` [PATCH 2/8] dma-buf: fix shared fence list handling in reservation_object_copy_fences
` [PATCH 3/8] drm/i915: stop using seqcount for fenc pruning
` [PATCH 4/8] drm/i915: use new reservation_object_fences helper
` [PATCH 5/8] dma-buf: further relax reservation_object_add_shared_fence
` [PATCH 6/8] dma-buf: simplify reservation_object_get_fences_rcu a bit
` [PATCH 7/8] dma-buf: add reservation_object_fences helper
` [PATCH 8/8] dma-buf: nuke reservation_object seq number

drm pull for v5.3-rc1
 2019-08-06 19:09 UTC  (10+ messages)

[PATCH] gpu: drm: amd: display: dc: dcn20: Remove redudant condition
 2019-08-06 19:04 UTC  (4+ messages)
    ` [PATCH] drm/amd/display: Add number of slices per line to DSC parameter validation

[Bug 102646] Screen flickering under amdgpu-experimental (buffer corruptions?)
 2019-08-06 18:54 UTC  (3+ messages)
` [Bug 102646] Screen flickering under amdgpu-experimental [buggy auto power profile]

[PATCH] fence: checking for NULL pointer after dereferencing it
 2019-08-06 18:04 UTC 

Xorg indefinitely hangs in kernelspace
 2019-08-06 18:00 UTC 

[PATCH v3 0/3] Send a hotplug when edid changes
 2019-08-06 17:43 UTC  (7+ messages)
` [PATCH v3 1/3] drm: Add helper to compare edids
` [PATCH v3 2/3] drm: Introduce change counter to drm_connector
` [PATCH v3 3/3] drm/i915: Send hotplug event if edid had changed

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-06 17:13 UTC  (6+ messages)

[PATCH 1/2] drm: add cache support for arm64
 2019-08-06 16:31 UTC  (10+ messages)

[PATCH] drm/syncobj: Add better overview documentation for syncobj
 2019-08-06 16:19 UTC  (5+ messages)
` [PATCH] drm/syncobj: Add better overview documentation for syncobj (v2)

[PULL] drm-misc-next
 2019-08-06 16:11 UTC  (15+ messages)

[PATCH 6/6] drm: tiny: gdepaper: add driver for 2/3 color epaper displays
 2019-08-06 16:06 UTC  (2+ messages)

[PATCH v8 0/4] Add support for Orange Pi 3
 2019-08-06 15:57 UTC  (5+ messages)
  ` [PATCH v8 1/4] arm64: dts: allwinner: orange-pi-3: Enable ethernet
  ` [PATCH v8 2/4] dt-bindings: display: hdmi-connector: Support DDC bus enable
  ` [PATCH v8 4/4] arm64: dts: allwinner: orange-pi-3: Enable HDMI output
` [PATCH v8 3/4] drm: sun4i: Add support for enabling DDC I2C bus to sun8i_dw_hdmi glue

[PATCH 0/3] drm: add gem ttm helpers
 2019-08-06 15:51 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] drm/vram: switch vram helpers to use the new "
` [PATCH 3/3] drm/qxl: switch qxl "

[PATCH v2 0/3] drm/meson: convert bindings to YAML schemas
 2019-08-06 15:20 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: display: amlogic,meson-dw-hdmi: convert to yaml
` [PATCH v2 2/3] dt-bindings: display: amlogic,meson-vpu: "

[Bug 111307] critical fhghg
 2019-08-06 15:17 UTC 

[PATCH 2/4 v3] drm/panel: simple: Add TI nspire panel bindings
 2019-08-06 15:17 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: Zero initialize some variables
 2019-08-06 14:10 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: update amdkfd maintainer
 2019-08-06 14:07 UTC  (3+ messages)

[PATCH] gpu: drm: amd: powerplay: Remove logically dead code
 2019-08-06 14:03 UTC  (2+ messages)

[PATCH 4/4 v3] ARM: nspire: Move CLCD set-up to device tree
 2019-08-06 14:01 UTC 

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-08-06 13:41 UTC  (3+ messages)
  ` [RFC PATCH 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus

[drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression
 2019-08-06 12:59 UTC  (5+ messages)
          ` [LKP] "

[PATCH] drm/i915: Remove redundant user_access_end() from __copy_from_user() error path
 2019-08-06 12:59 UTC  (8+ messages)

[PATCH v1 0/16] drm: panel related updates
 2019-08-06 12:56 UTC  (3+ messages)
` [PATCH v1 10/16] drm/panel: ili9322: move bus_flags to get_modes()

[PATCH v3] drm/crc-debugfs: Add notes about CRC<->commit interactions
 2019-08-06 12:46 UTC 

drm/komeda: Add support for generation of CRC data per frame
 2019-08-06 11:45 UTC  (7+ messages)
` [PATCH] drm/crc-debugfs: Add notes about CRC<->commit interactions
        ` [PATCH v2] "

[Bug 111228] PRIME output screen satys black on 1002:15d8 with 128MB VRAM
 2019-08-06 10:45 UTC  (3+ messages)
` [Bug 111228] PRIME output screen stays "

[PATCH v12 0/6] HDCP2.2 Phase II
 2019-08-06 10:29 UTC  (2+ messages)

[Bug 111305] `ttm_bo_handle_move_mem` sometimes takes more than 50 ms
 2019-08-06 10:15 UTC 

[PATCH 01/13] drm/amdgpu: introduce and honour DRM_FORCE_AUTH workaround
 2019-08-06  9:44 UTC  (5+ messages)
` [PATCH 07/13] drm/msm: drop DRM_AUTH usage from the driver
` [PATCH 11/13] drm/vgem: "

[PATCH 1/2] drm/omap: remove open-coded drm_invalid_op()
 2019-08-06  9:42 UTC  (4+ messages)
` [PATCH 2/2] drm/nouveau: "

[PATCH v2 1/2] drm/vmwgfx: add local DRM_AUTH check for PRIME TO/FROM HANDLE
 2019-08-06  9:31 UTC  (3+ messages)

[PATCH] meson: support for custom nm path
 2019-08-06  9:19 UTC 

Review required [Was: Associate ddc adapters with connectors]
 2019-08-06  8:36 UTC  (6+ messages)
` [PATCH 00/13] Next round of associating ddc adapters with connectors
  ` [PATCH 04/13] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
  ` [PATCH 05/13] drm: rockchip: Provide ddc symlink in inno_hdmi "

[PATCH hmm] drm/amdkfd: fix a use after free race with mmu_notififer unregister
 2019-08-06  8:33 UTC  (4+ messages)

[Bug 110354] Confusing Junk in the results: Last errno: 25, Inappropriate ioctl for device
 2019-08-06  8:30 UTC  (2+ messages)

[PATCH 1/5] drm/i915: stop pruning reservation object after wait
 2019-08-06  8:05 UTC  (4+ messages)

[PATCH 0/3] drm/meson: convert bindings to YAML schemas
 2019-08-06  7:59 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml
  ` [PATCH 1/3] dt-bindings: display: amlogic,meson-dw-hdmi: "
` [PATCH 2/3] dt-bindings: display: amlogic,meson-vpu: "

[PATCHv2 0/3] convert i915 to new mount API
 2019-08-06  7:50 UTC  (6+ messages)
` [PATCHv2 2/3] i915: convert "

[Bug 107262] [drm] BIOS signature incorrect 0 0 with Ryzen 3 2200g
 2019-08-06  7:32 UTC  (2+ messages)

[PATCH] drm/qxl: Use dev_get_drvdata where possible
 2019-08-06  7:21 UTC  (2+ messages)

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-06  6:39 UTC  (2+ messages)
` [PATCH 5/5] drm: i915: hierachize Makefiles

[PATCH] drm/komeda: Adds internal bpp computing for arm afbc only format YU08 YU10
 2019-08-06  6:31 UTC 

[PATCH v3 0/8] drm/panfrost: Add heap and no execute buffer allocation
 2019-08-06  5:23 UTC  (4+ messages)

[PATCH] drm/edid: Select DMT timing if EDID's display feature not support GTF
 2019-08-06 11:30 UTC 

[Bug 109345] drm-next-2018-12-14 -Linux PPC
 2019-08-06  2:23 UTC  (2+ messages)

The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)
 2019-08-06  1:48 UTC 

[PATCH v5 0/7] qcom: add OCMEM support
 2019-08-06  0:22 UTC  (4+ messages)
  ` [PATCH v5 5/7] soc: qcom: add OCMEM driver
  ` [PATCH v5 6/7] drm/msm/gpu: add ocmem init/cleanup functions
  ` [PATCH v5 7/7] ARM: qcom_defconfig: add ocmem support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox