dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 07:23:02 to 2020-10-08 07:50:09 UTC [more...]

[PATCH 00/13] follow_pfn and other iomap races
 2020-10-08  7:49 UTC  (49+ messages)
` [PATCH 01/13] drm/exynos: Stop using frame_vector helpers
` [PATCH 02/13] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH 03/13] misc/habana: Stop using frame_vector helpers
` [PATCH 04/13] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH 05/13] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH 06/13] media: videobuf2: Move frame_vector into media subsystem
` [PATCH 07/13] mm: close race in generic_access_phys
` [PATCH 08/13] s390/pci: Remove races against pte updates
` [PATCH 09/13] PCI: obey iomem restrictions for procfs mmap
` [PATCH 10/13] PCI: revoke mappings like devmem
` [PATCH 11/13] mm: add unsafe_follow_pfn
` [PATCH 12/13] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 13/13] vfio/type1: Mark follow_pfn "

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-07 22:48 UTC  (13+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6
 2020-10-07 17:49 UTC  (2+ messages)
` [PATCH 2/5] dt-bindings: panel: add documentation for oneplus6 panel

devfreq and panfrost on Allwinner H6
 2020-10-07 17:49 UTC  (2+ messages)

[PATCH 1/2] drm/i915/dpcd_bl: Skip testing control capability with force DPCD quirk
 2020-10-08  2:32 UTC  (3+ messages)

[PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6
 2020-10-07 17:20 UTC  (2+ messages)
` [PATCH 2/5] dt-bindings: panel: add documentation for oneplus6 panel

[PATCH 00/14] drm/amd/pm: Replace one-element arrays with flexible-array members
 2020-10-08  7:19 UTC  (16+ messages)
` [PATCH 01/14] drm/amd/pm: Replace one-element array with flexible-array member
` [PATCH 02/14] drm/amd/pm: Replace one-element array with flexible-array member in struct vi_dpm_table
` [PATCH 03/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_clock_array
` [PATCH 04/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_uvd_clock_voltage_dependency_table
` [PATCH 05/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_acp_clock_voltage_dependency_table
` [PATCH 06/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_phase_shedding_limits_table
` [PATCH 07/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_vce_clock_voltage_dependency_table
` [PATCH 08/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_cac_leakage_table
` [PATCH 09/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_samu_clock_voltage_dependency_table
` [PATCH 10/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_clock_voltage_dependency_table
` [PATCH 11/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_mm_clock_voltage_dependency_table
` [PATCH 12/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_voltage_lookup_table
` [PATCH 13/14] drm/amd/pm: Replace one-element array with flexible-array in struct phm_ppt_v1_pcie_table
` [PATCH 14/14] drm/amd/pm: Replace one-element array with flexible-array in struct ATOM_Vega10_GFXCLK_Dependency_Table

[PATCH v3 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-10-08  5:03 UTC  (3+ messages)
` [PATCH v3 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

linux-next: build failure after merge of the drm-misc tree
 2020-10-08  4:42 UTC  (2+ messages)

[PATCH 0/5] ttm make move callback compulsory
 2020-10-08  4:02 UTC  (6+ messages)
` [PATCH 2/5] drm/vmwgfx: move null mem checks outside move notifies
` [PATCH 3/5] drm/vmwgfx: add a move callback

[PATCH v3 00/20] Host1x/TegraDRM UAPI
 2020-10-08  3:42 UTC  (24+ messages)
` [PATCH v3 01/20] gpu: host1x: Use different lock classes for each client
` [PATCH v3 02/20] gpu: host1x: Allow syncpoints without associated client
` [PATCH v3 03/20] gpu: host1x: Show number of pending waiters in debugfs
` [PATCH v3 04/20] gpu: host1x: Remove cancelled waiters immediately
` [PATCH v3 05/20] gpu: host1x: Use HW-equivalent syncpoint expiration check
` [PATCH v3 06/20] gpu: host1x: Cleanup and refcounting for syncpoints
` [PATCH v3 07/20] gpu: host1x: Introduce UAPI header
` [PATCH v3 08/20] gpu: host1x: Implement /dev/host1x device node
` [PATCH v3 09/20] gpu: host1x: DMA fences and userspace fence creation
` [PATCH v3 10/20] gpu: host1x: Add no-recovery mode
` [PATCH v3 11/20] gpu: host1x: Add job release callback
` [PATCH v3 12/20] gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer
` [PATCH v3 13/20] gpu: host1x: Reset max value when freeing a syncpoint
` [PATCH v3 14/20] gpu: host1x: Reserve VBLANK syncpoints at initialization
` [PATCH v3 15/20] drm/tegra: Add new UAPI to header
` [PATCH v3 16/20] drm/tegra: Boot VIC during runtime PM resume
` [PATCH v3 17/20] drm/tegra: Set resv fields when importing/exporting GEMs
` [PATCH v3 18/20] drm/tegra: Allocate per-engine channel in core code
` [PATCH v3 19/20] drm/tegra: Implement new UAPI
` [PATCH v3 20/20] drm/tegra: Add job firewall

[git pull] drm nouveau fixes for 5.9 final
 2020-10-08  3:35 UTC 

[PATCH] drm/fourcc: Add AXBXGXRX106106106106 format
 2020-10-07 22:47 UTC  (6+ messages)

[PATCH v3 4/6] drm/dp: Add LTTPR helpers
 2020-10-07 17:09 UTC 

[PATCH v2 0/3] drm: commit_work scheduling
 2020-10-07 16:44 UTC  (18+ messages)

[PATCH 0/5] Thermal devfreq cooling improvements with Energy Model
 2020-10-07 16:11 UTC  (7+ messages)
` [PATCH 2/5] thermal: devfreq_cooling: get a copy of device status
` [PATCH 3/5] thermal: devfreq_cooling: add new registration functions with Energy Model
` [PATCH 4/5] thermal: devfreq_cooling: remove old power model and use EM

[PATCH v2 0/7] drm: mxsfb: Allow overriding bus width
 2020-10-07 16:03 UTC  (15+ messages)
` [PATCH v2 1/7] dt-bindings: display: mxsfb: Convert binding to YAML
` [PATCH v2 2/7] dt-bindings: display: mxsfb: Add and fix compatible strings
` [PATCH v2 3/7] dt-bindings: display: mxsfb: Add a bus-width endpoint property

[PATCH RESEND v3 0/6] drm/sun4i: Add support for dual-link LVDS on the A20
 2020-10-07 15:50 UTC  (3+ messages)
` [PATCH RESEND v3 2/6] dt-bindings: display: sun4i: Add LVDS Dual-Link property

[PATCH 1/2] mm/frame-vec: Drop gup_flags from get_vaddr_frames()
 2020-10-07 15:05 UTC  (22+ messages)
` [PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM

[PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM
 2020-10-07  8:42 UTC  (5+ messages)

KASAN: vmalloc-out-of-bounds Write in sys_imageblit
 2020-10-07  7:42 UTC  (2+ messages)

[PATCH v8 0/4] Add support for KeemBay DRM driver
 2020-10-07 15:08 UTC  (4+ messages)
` [PATCH v8 1/4] drm/kmb: Keem Bay driver register definition

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-10-07 14:30 UTC  (16+ messages)
` [PATCH v3 2/7] drm/ttm: Add ttm_kmap_obj_to_dma_buf_map() for type conversion

[PATCH v7 0/4] Add support for KeemBay DRM driver
 2020-10-07 13:37 UTC  (2+ messages)

[PATCH v1] dt-bindings: display: Add support for Intel KeemBay Display
 2020-10-07 13:34 UTC  (2+ messages)

[PATCH] drm/fb-helper: Add locking to sysrq handling
 2020-10-07 13:30 UTC 

[PATCH v2] drm/vkms: update todo
 2020-10-07 13:19 UTC  (2+ messages)

[PATCH 1/8] drm/ttm: remove TTM_PAGE_FLAG_WRITE
 2020-10-07 12:10 UTC  (18+ messages)
` [PATCH 2/8] drm/ttm: move ttm_set_memory.h out of include
` [PATCH 4/8] drm/ttm: rename TTM caching enum
` [PATCH 6/8] drm/ttm: add caching state to ttm_bus_placement
` [PATCH 7/8] drm/ttm: use caching instead of placement for ttm_io_prot
` [PATCH 8/8] drm/ttm: nuke caching placement flags

[PATCH] drm/ttm: remove ttm_bo_unmap_virtual_locked declaration
 2020-10-07 11:44 UTC  (3+ messages)

[PATCH 1/4] drm/ttm: device naming cleanup
 2020-10-07 11:32 UTC  (5+ messages)

[PATCH] drm/i915/jsl: Split EHL/JSL platform info and PCI ids
 2020-10-07 10:00 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH rdma-next v5 0/4] Dynamicaly allocate SG table from the pages
 2020-10-07  8:15 UTC  (5+ messages)

[Bug 208981] New: trace with B550I AORUS PRO AX and AMD Ryzen 5 PRO 4650G
 2020-10-07  7:39 UTC  (2+ messages)
` [Bug 208981] "

[RFC PATCH v3 0/4] RDMA: Add dma-buf support
 2020-10-06 18:38 UTC  (11+ messages)
` [RFC PATCH v3 1/4] RDMA/umem: Support importing dma-buf as user memory region

BUG: unable to handle kernel paging request in cfb_imageblit
 2020-10-06  8:18 UTC 

[PATCH 0/4] soc: mediatek: Prepare MMSYS for DDP routing using tables
 2020-10-06 19:33 UTC  (2+ messages)
` [PATCH 1/4] soc / drm: mediatek: Move DDP component defines into mtk-mmsys.h

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

[PATCH] drm/i915: Force DPCD backlight mode for HP Spectre x360 Convertible 13t-aw100
 2020-10-07  7:01 UTC  (5+ messages)

[PATCH 0/3] drm/msm: support for host-cached BOs
 2020-10-06 13:19 UTC  (5+ messages)
` [PATCH 2/3] drm/msm: add DRM_MSM_GEM_SYNC_CACHE for non-coherent cache maintenance

[PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM
 2020-10-06 11:57 UTC  (4+ messages)

[PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline
 2020-10-06 15:26 UTC  (11+ messages)

[PATCH] drm/msm/dsi: save PLL registers across first PHY reset
 2020-10-07  0:10 UTC 

[PATCH] ALSA: hda/i915 - fix list corruption with concurrent probes
 2020-10-06 16:17 UTC 

[RESEND] Requests For Proposals for hosting XDC2021 are now open
 2020-10-06  8:48 UTC  (2+ messages)
` [Freedreno] "


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