dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-13 17:01:27 to 2021-08-17 01:30:38 UTC [more...]

[PATCH v8 00/34] NVIDIA Tegra power management patches for 5.16
 2021-08-17  1:27 UTC  (10+ messages)
` [PATCH v8 01/34] opp: Add dev_pm_opp_sync() helper
` [PATCH v8 02/34] soc/tegra: pmc: Disable PMC state syncing
` [PATCH v8 03/34] soc/tegra: Don't print error message when OPPs not available
` [PATCH v8 04/34] soc/tegra: Add devm_tegra_core_dev_init_opp_table_simple()
` [PATCH v8 05/34] soc/tegra: Use dev_pm_opp_sync()
` [PATCH v8 07/34] clk: tegra: Support runtime PM and power domain
` [PATCH v8 08/34] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v8 09/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D
` [PATCH v8 10/34] gpu: host1x: Add host1x_channel_stop()

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-17  0:42 UTC  (12+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[GIT PULL] mediatek drm next for 5.15
 2021-08-16 23:27 UTC  (3+ messages)

[GIT PULL v2] mediatek drm next for 5.15
 2021-08-16 23:24 UTC 

[PATCH v2 0/5] dma-fence: Deadline awareness
 2021-08-16 22:29 UTC  (11+ messages)
` [PATCH v2 1/5] dma-fence: Add deadline awareness
` [PATCH v2 3/5] drm/atomic-helper: Set fence deadline for vblank
` [PATCH v2 4/5] drm/scheduler: Add fence deadline support

[RFC PATCH 0/5] drm/mediatek: Add mt8195 DisplayPort driver
 2021-08-16 21:36 UTC  (7+ messages)
` [RFC PATCH 1/5] dt-bindings: mediatek,dpi: Add mt8195 dpintf
` [RFC PATCH 2/5] drm/mediatek: dpi: Add dpintf support
` [RFC PATCH 3/5] drm/edid: Add cea_sad helpers for freq/length
` [RFC PATCH 4/5] video/hdmi: Add audio_infoframe packing for DP
` [RFC PATCH 5/5] drm/mediatek: Add mt8195 DisplayPort driver

[PATCH 1/2] drm/amdgpu: Use mod_delayed_work in amdgpu_gfx_off_ctrl
 2021-08-16 19:02 UTC  (25+ messages)
` [PATCH 2/2] drm/amdgpu: Use mod_delayed_work in JPEG/UVD/VCE/VCN ring_end_use hooks
  ` AW: "
` [PATCH] drm/amdgpu: Cancel delayed work when GFXOFF is disabled
  ` [PATCH v3] "

[PATCH] drm/radeon: Add break to switch statement in radeonfb_create_pinned_object()
 2021-08-16 18:53 UTC  (3+ messages)

[PATCH v1 0/2] Add support for eDP on SC7280
 2021-08-16 18:01 UTC  (5+ messages)
` [PATCH v1 1/2] drm/msm/dp: Add support for SC7280 eDP
` [PATCH v1 2/2] dt-bindings: Add SC7280 compatible string

[PATCH v2] drm/i915: Ditch the i915_gem_ww_ctx loop member
 2021-08-16 17:14 UTC 

[PATCH] drm/i915/dp: Use max params for older panels
 2021-08-16 16:42 UTC  (2+ messages)

[PATCH v6 00/15] drm/i915: Introduce Intel PXP
 2021-08-16 15:58 UTC  (9+ messages)
` [PATCH v6 10/15] drm/i915/pxp: interfaces for using protected objects
  ` [Intel-gfx] "

[PATCH v1] drm/bridge: anx7625: Don't store unread return value
 2021-08-16 15:54 UTC  (2+ messages)

[PATCH 0/9] Clean up some CI failures for GuC submission
 2021-08-16 15:39 UTC  (9+ messages)
` [PATCH 5/9] drm/i915/guc: Flush the work queue for GuC generated G2H

IIO, dmabuf, io_uring
 2021-08-16 15:01 UTC  (2+ messages)
  ` [Linaro-mm-sig] "

[PATCH 0/1] Fix DRM driver initialization failure in kernel v5.14
 2021-08-16 14:28 UTC  (8+ messages)
` [PATCH 1/1] drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails

[PATCH v2] drm: avoid races with modesetting rights
 2021-08-16 13:59 UTC  (8+ messages)

[PATCH 00/22] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-16 13:51 UTC  (23+ messages)
` [PATCH 01/22] drm/i915/guc: Fix blocked context accounting
` [PATCH 02/22] drm/i915/guc: Fix outstanding G2H accounting
` [PATCH 03/22] drm/i915/guc: Unwind context requests in reverse order
` [PATCH 04/22] drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
` [PATCH 05/22] drm/i915/guc: Workaround reset G2H is received after schedule done G2H
` [PATCH 06/22] drm/i915/execlists: Do not propagate errors to dependent fences
` [PATCH 07/22] drm/i915/selftests: Add a cancel request selftest that triggers a reset
` [PATCH 08/22] drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered
` [PATCH 09/22] drm/i915/selftests: Fix memory corruption in live_lrc_isolation
` [PATCH 10/22] drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H
` [PATCH 11/22] drm/i915/guc: Take context ref when cancelling request
` [PATCH 12/22] drm/i915/guc: Don't touch guc_state.sched_state without a lock
` [PATCH 13/22] drm/i915/guc: Reset LRC descriptor if register returns -ENODEV
` [PATCH 14/22] drm/i915: Allocate error capture in atomic context
` [PATCH 15/22] drm/i915/guc: Flush G2H work queue during reset
` [PATCH 16/22] drm/i915/guc: Release submit fence from an IRQ
` [PATCH 17/22] drm/i915/guc: Move guc_blocked fence to struct guc_state
` [PATCH 18/22] drm/i915/guc: Rework and simplify locking
` [PATCH 19/22] drm/i915/guc: Proper xarray usage for contexts_lookup
` [PATCH 20/22] drm/i915/guc: Drop pin count check trick between sched_disable and re-pin
` [PATCH 21/22] drm/i915/guc: Move GuC priority fields in context under guc_active
` [PATCH 22/22] drm/i915/guc: Add GuC kernel doc

[PATCH] drm/i915: Ditch the i915_gem_ww_ctx loop member
 2021-08-16 13:49 UTC  (5+ messages)

[RFC PATCH v3 0/6] A drm_plane API to support HDR planes
 2021-08-16 13:37 UTC  (7+ messages)
` [RFC PATCH v3 1/6] drm/doc: Color Management and HDR10 RFC

[PATCH] drm/imx: ipuv3-plane: fix accidental partial revert of 8 pixel alignment fix
 2021-08-16 13:17 UTC 

[PATCH] drm: radeon: r600_dma: Replace cpu_to_le32() by lower_32_bits()
 2021-08-16 12:47 UTC  (3+ messages)

[PATCH v2] drm/virtio: support mapping exported vram
 2021-08-16 12:47 UTC  (2+ messages)

[PATCH 1/2] drm/ttm: ttm_bo_device is now ttm_device
 2021-08-16 12:44 UTC  (2+ messages)

[PATCH -next] drm/i915: pass correct pointer to PTR_ERR()
 2021-08-16 12:04 UTC 

[PATCH 1/3] drm/fourcc: Add macros to determine the modifier vendor
 2021-08-16 10:37 UTC  (2+ messages)

[PATCH] drm/fb: Fix randconfig builds
 2021-08-16  9:49 UTC  (11+ messages)

[REGRESSION][BISECTED] 5.14.0-rc4 thru rc6 69de4421bb broke
 2021-08-16  8:22 UTC 

[PATCH v2] drm/fb: Fix randconfig builds
 2021-08-16  9:01 UTC  (3+ messages)

[PATCH 0/3] drm/nouveau: fix a use-after-free in postclose()
 2021-08-16  7:03 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drivers:gpu:drm:amd:amdgpu:fix a potential use-after-free
 2021-08-16  6:08 UTC  (2+ messages)

Why we didn't use embedded gem object for virtio gpu when making ttm bo a gem bo subclass?
 2021-08-16  5:09 UTC  (4+ messages)

[PATCH v2 00/14] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-08-16  2:59 UTC  (9+ messages)
` [PATCH v2 07/14] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v2 08/14] soc: mediatek: add mtk-mmsys config API "

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2021-08-15 19:03 UTC  (2+ messages)
` [Bug 205089] "

[PATCH v7 00/13] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-15 14:56 UTC  (14+ messages)
` [PATCH v7 01/13] dt-bindings: arm: mediatek: mmsys: add mt8195 SoC binding
` [PATCH v7 02/13] dt-bindings: mediatek: display: split each block to individual yaml
` [PATCH v7 03/13] dt-bindings: mediatek: add mediatek, dsc.yaml for mt8195 SoC binding
` [PATCH v7 04/13] dt-bindings: mediatek: display: add "
` [PATCH v7 05/13] arm64: dts: mt8195: add display node for vdosys0
` [PATCH v7 06/13] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v7 07/13] soc: mediatek: add mtk-mutex "
` [PATCH v7 08/13] drm/mediatek: remove unused define in mtk_drm_ddp_comp.c
` [PATCH v7 09/13] drm/mediatek: rename the define of register offset
` [PATCH v7 10/13] drm/mediatek: adjust to the alphabetic order for mediatek-drm
` [PATCH v7 11/13] drm/mediatek: add DSC support "
` [PATCH v7 12/13] drm/mediatek: add MERGE "
` [PATCH v7 13/13] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-15 14:39 UTC  (14+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 11/12] powerpc/pseries/svm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 12/12] s390/mm: "

[Bug 214071] New: amdgpu idle power draw to high at +75Hz
 2021-08-15  7:21 UTC  (3+ messages)
` [Bug 214071] amdgpu idle power draw too "

[PATCH 0/2] drm: update the ioctl handler
 2021-08-15  7:10 UTC  (4+ messages)
` [PATCH 1/2] drm: avoid races with modesetting rights

[Bug 213391] New: AMDGPU retries page fault with some specific processes amdgpu: [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered
 2021-08-14 21:00 UTC  (2+ messages)
` [Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed "

[BUG - BISECTED] display not detected anymore
 2021-08-14 12:46 UTC 

[PATCH 01/11] drm/i915: Release i915_gem_context from a worker
 2021-08-14 10:43 UTC  (12+ messages)
` [PATCH 02/11] drm/i915: Release ctx->syncobj on final put, not on ctx close
` [PATCH 03/11] drm/i915: Keep gem ctx->vm alive until the final put
` [PATCH 04/11] drm/i915: Drop code to handle set-vm races from execbuf
` [PATCH 05/11] drm/i915: Rename i915_gem_context_get_vm_rcu to i915_gem_context_get_eb_vm
` [PATCH 06/11] drm/i915: Use i915_gem_context_get_eb_vm in ctx_getparam
` [PATCH 07/11] drm/i915: Add i915_gem_context_is_full_ppgtt
` [PATCH 08/11] drm/i915: Use i915_gem_context_get_eb_vm in intel_context_set_gem
` [PATCH 09/11] drm/i915: Drop __rcu from gem_context->vm
` [PATCH 10/11] drm/i915: use xa_lock/unlock for fpriv->vm_xa lookups
` [PATCH 11/11] drm/i915: Stop rcu support for i915_address_space
` [PATCH] drm/i915: Release i915_gem_context from a worker

[PATCH v34 0/3] Mainline imx6 based SKOV boards
 2021-08-14  5:27 UTC  (2+ messages)

[PATCH v5 00/20] drm/sched dependency handling and implicit sync fixes
 2021-08-14  2:45 UTC  (4+ messages)
` [PATCH v5 08/20] drm/lima: use scheduler dependency tracking

[PATCH v2 0/2] Add Sony Tulip Truly NT35521 panel support
 2021-08-13 20:55 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: "

[PATCH 00/36] drm: xlnx: zynqmp_dpsub: Initial live video input support
 2021-08-13 20:54 UTC  (3+ messages)
` [PATCH 01/36] dt-bindings: display: xlnx: zynqmp-dpsub: Add OF graph ports

[PATCH v3 0/9] MIPS: JZ4780 and CI20 HDMI
 2021-08-13 20:46 UTC  (3+ messages)
` [PATCH v3 5/9] dt-bindings: display: Add ingenic-jz4780-hdmi DT Schema

[PATCH 2/2] drm/panel: s6d27a1: Add driver for Samsung S6D27A1 display panel
 2021-08-13 20:41 UTC  (4+ messages)
` [PATCH 0/2] Add support "
  ` [PATCH v2 1/2] drm/panel: Add DT bindings "

[PATCH v2 0/3] NVIDIA Tegra NVDEC support
 2021-08-13 20:37 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: Add YAML bindings for Host1x and NVDEC

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (9+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[Bug 214001] New: [bisected][regression] After commit "drm/ttm: Initialize debugfs from ttm_global_init()" kernels without debugfs explicitly set to 'allow all' fail to boot
 2021-08-13 19:59 UTC  (4+ messages)
` [Bug 214001] "

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-13 19:44 UTC  (10+ messages)
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status

[PATCH v1] staging: fbtft: fb_st7789v: reset display before initialization
 2021-08-13 12:59 UTC 

[PATCH v1] fbtft: fb_st7789v: added reset on init_display()
 2021-08-13 12:54 UTC  (3+ messages)

[tegra-drm:drm/tegra/for-next 16/17] drivers/gpu/drm/tegra/dc.c:1843:53: warning: variable 'new_dc_state' set but not used
 2021-08-13 17:16 UTC  (3+ messages)

[PATCH v5 0/9] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and use in DRM
 2021-08-13 17:14 UTC  (4+ messages)
` [PATCH v5 2/9] moduleparam: add data member to struct kernel_param

[PATCH] drm/i915/selftest: Fix use of err in igt_reset_{fail, nop}_engine()
 2021-08-13 17:11 UTC 

[PATCH] drm/arm/malidp: fix mode_valid couldn't cull invalid modes issue
 2021-08-13 17:06 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).