dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 03:31:08 to 2021-08-18 15:04:23 UTC [more...]

[PATCH] dma-buf: return -EINVAL if dmabuf object is NULL
 2021-08-18 13:28 UTC  (8+ messages)
      ` [Linaro-mm-sig] "

[PATCH] drm/prime: fix a potential double put (release) bug
 2021-08-18 14:07 UTC  (3+ messages)

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-18 15:04 UTC  (37+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 06/34] dt-bindings: clock: tegra-car: Document new tegra-clocks sub-node
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 11/34] gpu: host1x: Add runtime PM and OPP support
` [PATCH v8 21/34] mtd: rawnand: tegra: "

[PATCH 1/2] drm/i915/buddy: add some pretty printing
 2021-08-18 14:58 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/debugfs: hook up ttm_resource_manager_debug

[PATCH v2] Revert "drm/scheduler: Avoid accessing freed bad job."
 2021-08-18 14:51 UTC  (7+ messages)

[PATCH v3 0/9] drm, kernel: update locking for DRM
 2021-08-18 14:50 UTC  (17+ messages)
` [PATCH v3 1/9] drm: move master_lookup_lock into drm_device
` [PATCH v3 2/9] drm: hold master_lookup_lock when releasing a drm_file's master
` [PATCH v3 3/9] drm: check for null master in drm_is_current_master_locked
` [PATCH v3 4/9] drm: fix potential null ptr dereferences in drm_{auth, ioctl}
  ` [PATCH v3 4/9] drm: fix potential null ptr dereferences in drm_{auth,ioctl}
` [PATCH v3 5/9] drm: protect magic_map, unique{_len} with master_lookup_lock
  ` [PATCH v3 5/9] drm: protect magic_map,unique{_len} "
` [PATCH v3 6/9] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v3 7/9] drm: update global mutex lock in the ioctl handler
` [PATCH v3 8/9] kernel: export task_work_add
` [PATCH v3 9/9] drm: avoid races with modesetting rights

[PATCH 1/3] drm/panel-simple: Add Vivax TPC-9150 panel v4
 2021-08-18 14:46 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: display: simple: Add Vivax TPC-9150 panel
` [PATCH 3/3] dt-bindings: add vendor prefix for Vivax

[PATCH] drm/ttm: optimize the pool shrinker a bit v3
 2021-08-18 14:38 UTC  (5+ messages)

[PATCH 0/5] Kconfig symbol clean-up on gpu
 2021-08-18 14:37 UTC  (7+ messages)
` [PATCH 1/5] drm: rockchip: remove reference to non-existing config DRM_RGB
` [PATCH 2/5] drm: amdgpu: remove obsolete reference to config CHASH
` [PATCH 3/5] drm: v3d: correct reference to config ARCH_BRCMSTB
` [PATCH 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs
` [PATCH 5/5] drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP

[PATCH 0/4] drm/i915/guc: Improve CTB error handling
 2021-08-18 14:24 UTC  (9+ messages)
` [PATCH 1/4] drm/i915/guc: Verify result from CTB (de)register action
  ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/guc: Print error name on CTB (de)registration failure
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915/guc: Print error name on CTB send failure
  ` [Intel-gfx] "
` [PATCH 4/4] drm/i915/guc: Move and improve error message for missed CTB reply
  ` [Intel-gfx] "

[PATCH v5, 00/15] Using component framework to support multi hardware decode
 2021-08-18 14:11 UTC 

[PATCH 10/54] dt-bindings: display: panel-lvds: Document panel compatibles
 2021-08-18 13:48 UTC  (4+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18 13:33 UTC  (75+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [PATCH v2 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
` [PATCH v2 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

[PATCH v3 0/3] NVIDIA Tegra NVDEC support
 2021-08-18 13:18 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: Add YAML bindings for NVDEC

[PATCH] drm: Remove unused code to load the non-existing fbcon.ko
 2021-08-18 12:33 UTC  (2+ messages)

[PATCH v2] drm/i915: Ditch the i915_gem_ww_ctx loop member
 2021-08-18 11:55 UTC  (2+ messages)

[BUG - BISECTED] display not detected anymore
 2021-08-18 11:20 UTC  (2+ messages)

[PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2
 2021-08-18 10:54 UTC  (2+ messages)
` [PATCH 2/2] dma-buf: taint the kernel on sw_sync use

[PATCH v1 1/4] dt-bindings: msm: add DT bindings for sc7280
 2021-08-18 10:27 UTC  (4+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes
` [PATCH v1 3/4] arm64: dts: qcom: sc7280: Add DSI display nodes
` [PATCH v1 4/4] arm64: dts: qcom: sc7280: add edp display dt nodes

[PATCH] drm/i915: Use designated initializers for init/exit table
 2021-08-18  9:57 UTC  (2+ messages)

[PATCH] drm/damage_helper: Fix handling of cursor dirty buffers
 2021-08-18  9:54 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission
 2021-08-18  9:49 UTC  (15+ messages)
` [PATCH 1/1] drm/i915: Check if engine has heartbeat when closing a context
  ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 0/1] Fix gem_ctx_persistence failures with GuC submission

[RFC] Make use of non-dynamic dmabuf in RDMA
 2021-08-18  9:34 UTC  (4+ messages)

[PATCH v3 00/15] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-18  9:18 UTC  (16+ messages)
` [PATCH v3 01/15] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v3 02/15] dt-bindings: mediatek: add vdosys1 MERGE "
` [PATCH v3 03/15] dt-bindings: mediatek: add ethdr "
` [PATCH v3 04/15] dt-bindings: mediatek: Add #reset-cells to mmsys system controller
` [PATCH v3 05/15] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v3 06/15] arm64: dts: mt8195: add display node for vdosys1
` [PATCH v3 07/15] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v3 08/15] soc: mediatek: add mtk-mmsys config API "
` [PATCH v3 09/15] soc: mediatek: add cmdq support of "
` [PATCH v3 10/15] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1
` [PATCH v3 11/15] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v3 12/15] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v3 13/15] drm/mediatek: add ovl_adaptor "
` [PATCH v3 14/15] drm/mediatek: add ETHDR "
` [PATCH v3 15/15] drm/mediatek: add mediatek-drm of vdosys1 "

[PATCH] drm/vc4: hdmi: make vc4_hdmi_codec_pdata static
 2021-08-18  7:43 UTC  (2+ messages)

[RFC PATCH 0/5] drm/mediatek: Add mt8195 DisplayPort driver
 2021-08-18  7:30 UTC  (9+ messages)
` [RFC PATCH 1/5] dt-bindings: mediatek,dpi: Add mt8195 dpintf
` [RFC PATCH 2/5] drm/mediatek: dpi: Add dpintf support
` [RFC PATCH 5/5] drm/mediatek: Add mt8195 DisplayPort driver

[PATCH 5.4.y 0/2] 5.4.y missing upstream commits 7beb691f and 51f644b4, causing: WARNING in vkms_vblank_simulate
 2021-08-17 13:37 UTC 

[RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge
 2021-08-18  6:09 UTC  (6+ messages)
` [RFC PATCH 06/17] drm/exynos: dsi: Handle exynos specifics via driver_data

[PARCH v2 0/7] drm/msm/dpu: merge dpu_core_irq into dpu_hw_interrupts
 2021-08-18  3:40 UTC  (7+ messages)
` [PATCH v2 5/7] drm/msm/dpu: remove extra wrappers around dpu_core_irq
  ` [Freedreno] "
` [PATCH v2 6/7] drm/msm/dpu: get rid of dpu_encoder_helper_(un)register_irq
  ` [Freedreno] "
` [PATCH v2 7/7] drm/msm/dpu: remove struct dpu_encoder_irq and enum dpu_intr_idx
  ` [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).