dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 15:03:53 to 2020-10-12 08:13:20 UTC [more...]

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

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-12  6:56 UTC  (73+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [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

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-12  8:13 UTC  (14+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3
` [PATCH 3/6] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
` [PATCH 4/6] drm/amdgpu: "
` [PATCH 5/6] drm/nouveau: "
` [PATCH 6/6] drm/prime: document that use the page array is deprecated v2

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

[PATCH v9 0/5] Add support for KeemBay DRM driver
 2020-10-12  6:12 UTC  (7+ messages)
` [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display
` [PATCH v9 3/5] drm/kmb: Add support for "

linux-next: build failure after merge of the drm-misc tree
 2020-10-12  4:26 UTC  (4+ 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 00/14] drm/msm: de-struct_mutex-ification
 2020-10-12  2:09 UTC  (23+ 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 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  (7+ messages)
` [PATCH RESEND v3 1/6] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order
` [PATCH RESEND v3 4/6] drm/sun4i: tcon: Support the LVDS Dual-Link
` [PATCH RESEND v3 5/6] drm/sun4i: tcon: Enable the A20 dual-link output

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-11  6:36 UTC  (35+ messages)
` [PATCH v2 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v2 06/17] media: videobuf2: Move frame_vector into media subsystem
` [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] 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 1/2] drm/i915/dpcd_bl: uncheck PWM_PIN_CAP when detect eDP backlight capabilities
 2020-10-09 17:26 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Force DPCD backlight mode for BOE 2270 panel
` (Cc: drm-misc/intel maintainers) Re: [PATCH 1/2] drm/i915/dpcd_bl: uncheck PWM_PIN_CAP when detect eDP backlight capabilities

[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)

[PATCH v2 0/7] drm: mxsfb: Allow overriding bus width
 2020-10-10  8:47 UTC  (9+ 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

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

[PATCH] drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth
 2020-10-09 18:11 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 16:54 UTC  (2+ messages)

[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  (7+ messages)
` [PATCH v1 1/4] drm: Add Keem Bay VPU codec DRM
` [PATCH v1 2/4] drm: hantro: Keem Bay VPU DRM encoder
` [PATCH v1 3/4] drm: hantro: Keem Bay VPU DRM decoder
` [PATCH v1 4/4] drm: hantro: Keem Bay VPU DRM build files

[v4 PATCH 0/2] fix scrolling of panel with small hfp or hbp
 2020-10-10  7:09 UTC  (3+ 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/3] drm/vkms: Set preferred depth correctly
 2020-10-09 23:21 UTC  (3+ messages)
` [PATCH 2/3] drm/vkms: Switch to shmem helpers
` [PATCH 3/3] drm/vkms: fbdev emulation support

[PATCH] drm/vgem: Replace vgem_object_funcs with the common drm shmem helper
 2020-10-09 22:43 UTC  (3+ messages)
` [Intel-gfx] "

[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)

[PATCH 2/2] drm/msm: Add support for GPU cooling
 2020-10-09 18:36 UTC  (2+ messages)
` [2/2] "

[PATCH] drm/i915/ehl: Remove require_force_probe protection
 2020-10-09 18:08 UTC  (8+ messages)
` [Intel-gfx] "

[git pull] drm amdgpu fixes for 5.9 final
 2020-10-09 17:11 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: qcom: sc7180: Add gpu cooling support
 2020-10-09 16:57 UTC  (3+ messages)

[PATCH] drm/panfrost: increase readl_relaxed_poll_timeout values
 2020-10-09 15:54 UTC  (2+ messages)

Re:
 2020-10-09 15:48 UTC  (5+ 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).