dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 03:58:01 to 2021-07-24 00:47:56 UTC [more...]

[PATCH 00/33] Remaining patches for basic GuC submission
 2021-07-24  0:47 UTC  (3+ messages)
` [PATCH 01/33] drm/i915/guc: GuC virtual engines
  ` [Intel-gfx] "

[PATCH v2 00/14] drm/i915/guc: Enable GuC based power management features
 2021-07-24  0:31 UTC  (31+ messages)
` [PATCH 04/14] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [PATCH 05/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC
  ` [Intel-gfx] "
` [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events
` [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency
` [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks
` [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info
  ` [RFC PATCH] drm/i915/guc/slpc: intel_eval_slpc_support() can be static
` [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits
` [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [PATCH 14/14] drm/i915/guc/rc: Setup and enable GUCRC feature

[PATCH 00/30] Remove CNL support
 2021-07-24  0:11 UTC  (31+ messages)
` [PATCH 01/30] drm/i915: fix not reading DSC disable fuse in GLK
` [PATCH 02/30] drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs()
` [PATCH 03/30] drm/i915/display: remove PORT_F workaround for CNL
` [PATCH 04/30] drm/i915/display: remove explicit CNL handling from intel_cdclk.c
` [PATCH 05/30] drm/i915/display: remove explicit CNL handling from intel_color.c
` [PATCH 06/30] drm/i915/display: remove explicit CNL handling from intel_combo_phy.c
` [PATCH 07/30] drm/i915/display: remove explicit CNL handling from intel_crtc.c
` [PATCH 08/30] drm/i915/display: remove explicit CNL handling from intel_ddi.c
` [PATCH 09/30] drm/i915/display: remove explicit CNL handling from intel_display_debugfs.c
` [PATCH 10/30] drm/i915/display: remove explicit CNL handling from intel_dmc.c
` [PATCH 11/30] drm/i915/display: remove explicit CNL handling from intel_dp.c
` [PATCH 12/30] drm/i915/display: remove explicit CNL handling from intel_dpll_mgr.c
` [PATCH 13/30] drm/i915/display: remove explicit CNL handling from intel_vdsc.c
` [PATCH 14/30] drm/i915/display: remove explicit CNL handling from skl_universal_plane.c
` [PATCH 15/30] drm/i915/display: remove explicit CNL handling from intel_display_power.c
` [PATCH 16/30] drm/i915/display: remove CNL ddi buf translation tables
` [PATCH 17/30] drm/i915/display: rename CNL references in skl_scaler.c
` [PATCH 18/30] drm/i915: remove explicit CNL handling from i915_irq.c
` [PATCH 19/30] drm/i915: remove explicit CNL handling from intel_pm.c
` [PATCH 20/30] drm/i915: remove explicit CNL handling from intel_mocs.c
` [PATCH 21/30] drm/i915: remove explicit CNL handling from intel_pch.c
` [PATCH 22/30] drm/i915: remove explicit CNL handling from intel_wopcm.c
` [PATCH 23/30] drm/i915/gt: remove explicit CNL handling from intel_sseu.c
` [PATCH 24/30] drm/i915: rename CNL references in intel_dram.c
` [PATCH 25/30] drm/i915/gt: rename CNL references in intel_engine.h
` [PATCH 26/30] drm/i915: finish removal of CNL
` [PATCH 27/30] drm/i915: remove GRAPHICS_VER == 10
` [PATCH 28/30] drm/i915: rename/remove CNL registers
` [PATCH 29/30] drm/i915: replace random CNL comments
` [PATCH 30/30] drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VER

[PATCH v2 0/9] PCI/VGA: Rework default VGA device selection
 2021-07-24  0:10 UTC  (5+ messages)

[PATCH] nouveau: make backlight support non optional
 2021-07-23 22:46 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-23 22:46 UTC  (7+ messages)

[PATCH] dt-bindings: display: Fix graph 'unevaluatedProperties' related warnings
 2021-07-23 21:25 UTC  (4+ messages)

[PATCH] dt-bindings: Remove "status" from schema examples
 2021-07-23 21:18 UTC  (2+ messages)

[PATCH 0/5] drm/msm/dp: Allow variation in register regions
 2021-07-23 20:33 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: msm/dp: Change reg definition
` [PATCH 2/5] drm/msm/dp: Use devres for ioremap()
  ` [Freedreno] "
` [PATCH 3/5] drm/msm/dp: Refactor ioremap wrapper
  ` [Freedreno] "
` [PATCH 4/5] drm/msm/dp: Store each subblock in the io region
  ` [Freedreno] "
` [PATCH 5/5] drm/msm/dp: Allow sub-regions to be specified in DT
  ` [Freedreno] "

[PATCH] drm/nouveau/kms/nv50-: fix build failure with CONFIG_BACKLIGHT=n
 2021-07-23 19:54 UTC  (15+ messages)

[PATCH v4] drm/msm/dp: add logs across DP driver for ease of debugging
 2021-07-23 19:32 UTC  (6+ messages)

[PATCH 01/10] drm/i915: Check for nomodeset in i915_init() first
 2021-07-23 19:29 UTC  (10+ messages)
` [PATCH 02/10] drm/i915: move i915_active slab to direct module init/exit
` [PATCH 03/10] drm/i915: move i915_buddy "
` [PATCH 04/10] drm/i915: move intel_context "
` [PATCH 05/10] drm/i915: move gem_context "
` [PATCH 06/10] drm/i915: move gem_objects "
` [PATCH 07/10] drm/i915: move request slabs "
` [PATCH 08/10] drm/i915: move scheduler "
` [PATCH 09/10] drm/i915: move vma slab "
` [PATCH 10/10] drm/i915: Remove i915_globals

[PATCH] drm/vmwgfx: Remove the deprecated lower mem limit
 2021-07-23 18:56 UTC 

[PATCH v4 0/4] shmem helpers for vgem
 2021-07-23 18:45 UTC  (14+ messages)
` [PATCH v4 1/4] dma-buf: Require VM_PFNMAP vma for mmap
` [PATCH v4 2/4] drm/shmem-helper: Switch to vmf_insert_pfn
` [PATCH v4 3/4] drm/shmem-helpers: Allocate wc pages on x86
` [PATCH v4 4/4] drm/vgem: use shmem helpers

[PATCH] drm/hisilicon/hibmc: remove an unused variable
 2021-07-23 18:20 UTC  (2+ messages)

[PATCH] drm/i915/userptr: Probe existence of backing struct pages upon creation
 2021-07-23 17:49 UTC  (3+ messages)

[RFC 0/8] Per client GPU stats
 2021-07-23 17:45 UTC  (11+ messages)
` [RFC 6/8] drm: Document fdinfo format specification
` [RFC 8/8] drm/amdgpu: Convert to common fdinfo format
` [Intel-gfx] [RFC 0/8] Per client GPU stats

[PATCH v3 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
 2021-07-23 17:22 UTC  (3+ messages)

[PATCH 0/8] drm/i915: Migrate memory to SMEM when imported cross-device (v8)
 2021-07-23 17:21 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/gem: Check object_can_migrate from object_migrate
` [PATCH 2/8] drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
` [PATCH 3/8] drm/i915/gem: Call i915_gem_flush_free_objects() in i915_gem_dumb_create()
` [PATCH 4/8] drm/i915/gem: Unify user object creation (v3)
` [PATCH 5/8] drm/i915/gem/ttm: Only call __i915_gem_object_set_pages if needed
` [PATCH 6/8] drm/i915/gem: Always call obj->ops->migrate unless can_migrate fails
` [PATCH 7/8] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v8)
` [PATCH 8/8] drm/i915/gem: Migrate to system at dma-buf attach time (v7)

[PATCH v2] drm/msm/dp: signal audio plugged change at dp_pm_resume
 2021-07-23 16:55 UTC 

[PATCH v2 1/4] drm/vmwgfx: Switch to using DRM_IOCTL_DEF_DRV
 2021-07-23 16:51 UTC  (4+ messages)
` [PATCH v2 2/4] drm/vmwgfx: Cleanup logging
` [PATCH v2 3/4] drm/vmwgfx: Be a lot more flexible with MOB limits
` [PATCH v2 4/4] drm/vmwgfx: Use 2.19 version number to recognize mks-stats ioctls

[PATCH] drm: add logging for RMFB ioctl
 2021-07-23 16:32 UTC  (2+ messages)

[PATCH] drm/vc4: hdmi: Add debugfs prefix
 2021-07-23  7:24 UTC 

[PATCH] dma-buf: WARN on dmabuf release with pending attachments
 2021-07-23 15:01 UTC  (3+ messages)

nouveau broken again on Riva TNT2 in 5.14.0-rc2
 2021-07-23 15:52 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH 0/3] drm/amdgpu: modernize virtual display feature
 2021-07-23 15:50 UTC  (6+ messages)
` [PATCH 1/3] drm/amdgpu: create amdgpu_vkms (v2)
` [PATCH 3/3] drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)

[PATCH] drm/i915: Ditch i915 globals shrink infrastructure
 2021-07-23 15:42 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/prime: fix comment on PRIME Helpers
 2021-07-23 15:21 UTC  (2+ messages)

[PATCH v2 00/14] Provide core infrastructure for managing open/release
 2021-07-23 14:38 UTC  (14+ messages)
` [PATCH v2 04/14] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH v2 06/14] vfio/fsl: Move to the device set infrastructure
` [PATCH v2 07/14] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH v2 08/14] vfio/pci: Move to the device set infrastructure
` [PATCH v2 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH v2 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set

[PATCH] backlight: pwm_bl: Avoid backlight flicker if backlight control GPIO is input
 2021-07-23 12:27 UTC  (12+ messages)

[PATCH v6] Documentation: gpu: Mention the requirements for new properties
 2021-07-23 11:52 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add gpu support
 2021-07-23 11:20 UTC 

[PATCH v1 0/5] add mt8195 SoC DRM binding
 2021-07-23 11:13 UTC  (3+ messages)
` [PATCH v1 1/5] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-23 11:10 UTC  (7+ messages)
` [PATCH v2 04/14] dt-bindings: reset: mt8195: Move reset controller constants into common location
` [PATCH v2 07/14] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v2 09/14] soc: mediatek: mmsys: Add reset controller support for MT8195 vdosys1

[PATCH] drm/panfrost: devfreq: Don't display error for EPROBE_DEFER
 2021-07-23 11:06 UTC  (2+ messages)

[PATCH v2] backlight: pwm_bl: Improve bootloader/kernel device handover
 2021-07-23 11:03 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v4 1/2] drm/i915: document caching related bits
 2021-07-23 10:50 UTC  (2+ messages)
` [PATCH v4 2/2] drm/i915/ehl: unconditionally flush the pages on acquire

[PATCH 1/2] drm/msm/a6xx: Fix llcc configuration for a660 gpu
 2021-07-23 10:38 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/a6xx: Add support for Adreno 7c Gen 3 gpu

[PATCH v4 0/6] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-07-23 10:09 UTC  (8+ messages)
` [PATCH v4 1/6] arm64: dts: mt8195: add display node for vdosys0
` [PATCH v4 2/6] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v4 3/6] soc: mediatek: add mtk-mutex "
` [PATCH v4 4/6] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195
` [PATCH v4 5/6] drm/mediatek: add DSC "
` [PATCH v4 6/6] drm/mediatek: add MERGE "

[PATCH 1/5] drm/vmwgfx: unbind in vmw_ttm_unpopulate
 2021-07-23  9:40 UTC  (5+ messages)

[PATCH] gpu: host1x: select CONFIG_SYNC_FILE
 2021-07-23  9:18 UTC  (3+ messages)

[PATCH] dma-buf/poll: Get a file reference for outstanding fence callbacks
 2021-07-23  9:11 UTC  (6+ messages)
    ` [Linaro-mm-sig] "

[PATCH v3 1/1] drm/ttm: Fix COW check
 2021-07-23  9:09 UTC  (8+ messages)

[PATCH v3 1/2] drm/i915: document caching related bits
 2021-07-23  8:58 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 1/3] drm/plane: remove drm_helper_get_plane_damage_clips
 2021-07-23  8:34 UTC  (3+ messages)
` [PATCH 2/3] drm/plane: check that fb_damage is set up when used
` [PATCH 3/3] drm/plane: Move drm_plane_enable_fb_damage_clips into core

[PATCH] dma-buf: fix and rework dma_buf_poll v7
 2021-07-23  8:04 UTC  (2+ messages)

[RESEND PATCH v6 00/14] drm/trace: Mirror DRM debug logs to tracefs
 2021-07-23  8:02 UTC  (4+ messages)

[PATCH 0/3] drm, drm/vmwgfx: fixes and updates related to drm_master
 2021-07-23  7:16 UTC  (9+ messages)
` [PATCH 1/3] drm: use the lookup lock in drm_is_current_master
` [PATCH 3/3] drm/vmwgfx: fix potential UAF in vmwgfx_surface.c

[PATCH 0/3] drm/msm: Improved devfreq tuning
 2021-07-23  6:51 UTC  (3+ messages)
` [PATCH 3/3] drm/msm: Devfreq tuning

linux-next: build failure after merge of the driver-core tree
 2021-07-23  5:34 UTC  (2+ messages)

[PATCH] drm/msm/dp: signal audio plugged change at dp_pm_resume
 2021-07-23  5:23 UTC  (2+ messages)

[PATCH v3] drm/shmobile: Convert to Linux IRQ interfaces
 2021-07-23  4:27 UTC  (2+ messages)

[PATCH v3 0/3] Add ilitek ili9341 panel driver
 2021-07-23  4:06 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v3 2/3] ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding
` [PATCH v3 3/3] drm/panel: Add ilitek ili9341 panel driver

[PATCH AUTOSEL 5.10 08/17] drm/ttm: add a check against null pointer dereference
 2021-07-23  3:57 UTC 


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