dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 19:53:47 to 2020-10-13 02:07:11 UTC [more...]

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:19 UTC  (35+ messages)
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn
` [PATCH v2 10/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v2 14/17] resource: Move devmem revoke code to resource framework

[PATCH] gpu/drm/armada: fix unused parameter warning
 2020-10-12 12:14 UTC  (2+ messages)

[PATCH RFC PKS/PMEM 10/58] drivers/rdma: Utilize new kmap_thread()
 2020-10-12 23:31 UTC  (37+ messages)
` [PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
  ` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: Utilize new kmap_thread()
  ` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
  ` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
  ` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
  ` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
  ` [PATCH RFC PKS/PMEM 51/58] kernel: "
  ` [PATCH RFC PKS/PMEM 52/58] mm: "
  ` [PATCH RFC PKS/PMEM 53/58] lib: "
  ` [PATCH RFC PKS/PMEM 54/58] powerpc: "
  ` [PATCH RFC PKS/PMEM 55/58] samples: "
  ` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
  ` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
  ` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

linux-next: build failure after merge of the drm-misc tree
 2020-10-12 14:10 UTC  (6+ messages)
    ` [PATCH] drm/ingenic: Fix bad revert

[PATCH v2 0/7] drm: mxsfb: Allow overriding bus width
 2020-10-13  2:06 UTC  (10+ messages)
` [PATCH v2 1/7] dt-bindings: display: mxsfb: Convert binding to YAML
` [PATCH v2 3/7] dt-bindings: display: mxsfb: Add a bus-width endpoint property
` [PATCH v2 8/7] dt-bindings: display: mxsfb: Add compatible for i.MX8MM

[PATCH v9 0/5] Add support for KeemBay DRM driver
 2020-10-13  0:24 UTC  (5+ messages)
` [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display

[PATCH 1/2] drm/i915/dpcd_bl: uncheck PWM_PIN_CAP when detect eDP backlight capabilities
 2020-10-12 23:39 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Force DPCD backlight mode for BOE 2270 panel

[PATCH 0/2] drm: mxsfb: Primary plane format fix and enhancement
 2020-10-12 23:28 UTC  (3+ messages)
` [PATCH 1/2] drm: mxsfb: Fix format changes for primary plane
` [PATCH 2/2] drm: mxsfb: Add RGB888 support on the "

[PATCH] drm/i915/jsl: Split EHL/JSL platform info and PCI ids
 2020-10-12 23:18 UTC  (2+ messages)

[PATCH] drm/i915/dp: Tweak initial dpcd backlight.enabled value
 2020-10-12 22:03 UTC  (9+ messages)

[PATCH] drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth
 2020-10-12 21:30 UTC  (2+ messages)

[radeon-alex:drm-next 286/376] drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon
 2020-10-12 21:20 UTC  (2+ messages)
` [PATCH] drm/amdgpu: fix semicolon.cocci warnings

[PATCH v6 0/5] Introduce drm scaling filter property
 2020-10-12 18:41 UTC  (6+ messages)
` [PATCH v6 1/5] drm: Introduce plane and CRTC scaling filter properties
` [PATCH v6 2/5] drm/drm-kms.rst: Add plane and CRTC scaling filter property documentation
` [PATCH v6 3/5] drm/i915: Introduce scaling filter related registers and bit fields
` [PATCH v6 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [PATCH v6 5/5] drm/i915: Enable scaling filter for plane and CRTC

[PATCH 2/2] drm/msm: Add support for GPU cooling
 2020-10-12 17:40 UTC  (4+ messages)
` [2/2] "

[PATCH v3] drm/fourcc: Add AXBXGXRX106106106106 format
 2020-10-12 16:53 UTC  (2+ messages)

[PATCH 00/14] drm/msm: de-struct_mutex-ification
 2020-10-12 15:43 UTC  (27+ messages)
` [PATCH v2 01/22] drm/msm/gem: Add obj->lock wrappers
` [PATCH v2 02/22] drm/msm/gem: Rename internal get_iova_locked helper
` [PATCH v2 03/22] drm/msm/gem: Move prototypes to msm_gem.h
` [PATCH v2 04/22] drm/msm/gem: Add some _locked() helpers
` [PATCH v2 05/22] drm/msm/gem: Move locking in shrinker path
` [PATCH v2 06/22] drm/msm/submit: Move copy_from_user ahead of locking bos
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path
` [PATCH v2 08/22] drm/msm/gem: Switch over to obj->resv for locking
` [PATCH v2 09/22] drm/msm: Use correct drm_gem_object_put() in fail case
` [PATCH v2 10/22] drm/msm: Drop chatty trace
` [PATCH v2 11/22] drm/msm: Move update_fences()
` [PATCH v2 12/22] drm/msm: Add priv->mm_lock to protect active/inactive lists
` [PATCH v2 13/22] drm/msm: Document and rename preempt_lock
` [PATCH v2 14/22] drm/msm: Protect ring->submits with it's own lock
` [PATCH v2 15/22] drm/msm: Refcount submits
` [PATCH v2 16/22] drm/msm: Remove obj->gpu
` [PATCH v2 17/22] drm/msm: Drop struct_mutex from the retire path
` [PATCH v2 18/22] drm/msm: Drop struct_mutex in free_object() path
` [PATCH v2 19/22] drm/msm: remove msm_gem_free_work
` [PATCH v2 20/22] drm/msm: drop struct_mutex in madvise path
` [PATCH v2 21/22] drm/msm: Drop struct_mutex in shrinker path
` [PATCH v2 22/22] drm/msm: Don't implicit-sync if only a single ring

[PATCH] drm/panel: rm68200: fix mode to 50fps
 2020-10-12 15:31 UTC  (2+ messages)

[v4 PATCH 0/2] fix scrolling of panel with small hfp or hbp
 2020-10-12 15:22 UTC  (4+ messages)
` [PATCH v4 1/2] Revert "drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp"
` [PATCH v4 2/2] drm/mediatek: dsi: fix scrolling of panel with small hfp or hbp

[PATCH 1/4] drm/ttm: set the tt caching state at creation time
 2020-10-12 15:22 UTC  (4+ messages)

[PATCH 1/2] drm: Ask whether drm_gem_get_pages() should clear the CPU cache
 2020-10-12 14:26 UTC  (3+ messages)
` [PATCH 2/2] drm/vgem: Replace vgem_object_funcs with the common drm shmem helper

[PATCH 1/3] drm/vkms: Set preferred depth correctly
 2020-10-12 14:23 UTC  (12+ messages)
` [PATCH 2/3] drm/vkms: Switch to shmem helpers
` [PATCH 3/3] drm/vkms: fbdev emulation support

[PATCH 1/2] mm: mmap: fix fput in error path v2
 2020-10-12 14:22 UTC  (5+ messages)
` [PATCH 2/2] mm: introduce vma_set_file function v4

[PATCH] drm/vgem: Replace vgem_object_funcs with the common drm shmem helper
 2020-10-12 14:17 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH 5.8 009/124] drm/nouveau/device: return error for unknown chipsets
 2020-10-12 13:30 UTC  (2+ messages)
` [PATCH 5.8 010/124] drm/nouveau/mem: guard against NULL pointer access in mem_del

[PATCH 5.4 10/85] drm/nouveau/mem: guard against NULL pointer access in mem_del
 2020-10-12 13:26 UTC 

[PATCH 4.19 06/49] drm/nouveau/mem: guard against NULL pointer access in mem_del
 2020-10-12 13:26 UTC 

✓ Fi.CI.IGT: success for rm/i915: Add support for LTTPR non-transparent link training mode (rev2)
 2020-10-12 13:05 UTC 

[PATCH] Revert "video: fbdev: amba-clcd: Retire elder CLCD driver"
 2020-10-12 12:50 UTC  (11+ messages)

[PATCH 1/4] drm/vc4: kms: Split the HVS muxing check in a separate function
 2020-10-12 12:25 UTC  (2+ messages)

[PATCH v2] drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rate
 2020-10-10 21:27 UTC 

[PATCH v2] drm/msm/dp: add opp_table corner voting support base on dp_ink_clk rate
 2020-10-10 21:31 UTC  (3+ messages)

[PATCH RESEND] drm/aspeed: fix Kconfig warning & subsequent build errors
 2020-10-12  4:38 UTC  (2+ messages)

[PATCH v3] drm/msm/dp: return correct connection status after suspend
 2020-10-10 21:26 UTC 

[PATCH v2] drm/msm/dp: fixes wrong connection state caused by failure of link train
 2020-10-10 21:27 UTC 

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-12  8:13 UTC  (8+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3

[PATCH] drm: document that user-space should avoid parsing EDIDs
 2020-10-12  7:11 UTC  (6+ messages)

linux-next: build failure after merge of the hmm tree
 2020-10-12  4:19 UTC  (3+ messages)

linux-next: manual merge of the tip tree with the amdgpu tree
 2020-10-12  4:15 UTC 

[PATCH v3 0/2] drm/tilcdc: Couple of minor feature improvements
 2020-10-11 23:06 UTC  (4+ messages)
` [PATCH v3 1/2] drm/tilcdc: Do not keep vblank interrupts enabled all the time
` [PATCH v3 2/2] drm/tilcdc: Remove tilcdc_crtc_max_width(), use private data

[PATCH RESEND v3 0/6] drm/sun4i: Add support for dual-link LVDS on the A20
 2020-10-11 23:00 UTC  (3+ messages)
` [PATCH RESEND v3 1/6] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order

[PATCH] ARM: davinci_all_defconfig: Add CONFIG_DRM_DISPLAY_CONNECTOR=m
 2020-10-10 21:37 UTC  (2+ messages)

[Bug 205649] New: Daisy Chain (MST) Session Crash after Screen Lock Resume
 2020-10-10 14:30 UTC  (3+ messages)
` [Bug 205649] "

nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
 2020-10-10  8:49 UTC  (5+ messages)
` [Nouveau] "

[PATCH] drm/amd/display: remove no need return value
 2020-10-10  1:59 UTC 

[PATCH 1/4] mm: introduce vma_set_file function v2
 2020-10-09 12:12 UTC  (5+ messages)

[PULL] drm-misc-next-fixes
 2020-10-09  7:53 UTC 

[PATCH] drm/msm/disp: add error value record in for circle`s error index
 2020-10-10  3:28 UTC 

[PATCH] MAINTAINERS: Add myself as a maintainer for vc4
 2020-10-09  7:49 UTC 

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-10  1:48 UTC 

[tip: core/rcu] drm/i915: Cleanup PREEMPT_COUNT leftovers
 2020-10-09 17:01 UTC 

[PATCH v8 0/4] Add support for KeemBay DRM driver
 2020-10-10  8:25 UTC  (3+ messages)
` [PATCH v8 3/4] drm/kmb: Mipi DSI part of the display driver

[PATCH v1 0/4] Add support for Keem Bay VPU DRM driver
 2020-10-10  8:20 UTC  (4+ messages)
` [PATCH v1 1/4] drm: Add Keem Bay VPU codec DRM

[pull] amdgpu drm-fixes-5.10
 2020-10-09 22:28 UTC 

[PATCH] drm/amd/display: Fix module load hangs when connected to an eDP
 2020-10-09 21:22 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).