dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-07 18:11:47 to 2021-09-09 03:36:06 UTC [more...]

[PULL] drm-misc-fixes
 2021-09-09  3:35 UTC  (2+ messages)

[PATCH] dma-buf: system_heap: Avoid warning on mid-order allocations
 2021-09-09  2:37 UTC 

[PATCH AUTOSEL 5.14 001/252] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
 2021-09-09  1:42 UTC  (10+ messages)
` [PATCH AUTOSEL 5.14 002/252] drm/vmwgfx: Fix subresource updates with new contexts
` [PATCH AUTOSEL 5.14 003/252] drm/vmwgfx: Fix some static checker warnings
` [PATCH AUTOSEL 5.14 004/252] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET
` [PATCH AUTOSEL 5.14 005/252] drm/ttm: Fix multihop assert on eviction
` [PATCH AUTOSEL 5.14 006/252] drm/omap: Follow implicit fencing in prepare_fb
` [PATCH AUTOSEL 5.14 007/252] drm/amdgpu: Fix amdgpu_ras_eeprom_init()
` [PATCH AUTOSEL 5.14 008/252] drm/amdgpu: Fix koops when accessing RAS EEPROM
` [PATCH AUTOSEL 5.14 009/252] drm: vc4: Fix pixel-wrap issue with DVP teardown
` [PATCH AUTOSEL 5.14 010/252] dma-buf: fix dma_resv_test_signaled test_all handling v2

[PATCH v1 00/12] Context types
 2021-09-09  1:37 UTC  (13+ messages)
` [PATCH v1 01/12] virtio-gpu api: multiple context types with explicit initialization
` [PATCH v1 02/12] drm/virtgpu api: create context init feature
` [PATCH v1 03/12] drm/virtio: implement context init: track valid capabilities in a mask
` [PATCH v1 04/12] drm/virtio: implement context init: probe for feature
` [PATCH v1 05/12] drm/virtio: implement context init: support init ioctl
` [PATCH v1 06/12] drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
` [PATCH v1 07/12] drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
` [PATCH v1 08/12] drm/virtio: implement context init: stop using drv->context when creating fence
` [PATCH v1 09/12] drm/virtio: implement context init: allocate an array of fence contexts
` [PATCH v1 10/12] drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
` [PATCH v1 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event
` [PATCH v1 12/12] drm/virtio: implement context init: advertise feature to userspace

[PATCH] drm/plane-helper: fix uninitialized variable reference
 2021-09-09  1:32 UTC  (3+ messages)
    ` [PATCH v2] "

[PATCH 1/4] drm/i915: rename debugfs_gt files
 2021-09-09  0:49 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: rename debugfs_engines files
` [PATCH 3/4] drm/i915: rename debugfs_gt_pm files
` [PATCH 4/4] drm/i915: deduplicate frequency dump on debugfs

[PATCH v3 00/16] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-09  0:24 UTC  (15+ messages)
` [PATCH v3 03/16] drm/edid: Allow the querying/working with the panel ID from the EDID
` [PATCH v3 06/16] ARM: configs: Everyone who had PANEL_SIMPLE now gets PANEL_SIMPLE_EDP
` [PATCH v3 10/16] drm/panel-simple: Non-eDP panels don't need "HPD" handling

[PATCH v5 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-09-08 23:54 UTC  (3+ messages)
` [PATCH v5 11/16] drm/mediatek: add display MDP RDMA support for MT8195

[PATCH v5 25/25] drm/i915/guc: Add GuC kernel doc
 2021-09-08 23:38 UTC  (3+ messages)

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-08 22:58 UTC  (9+ messages)
` [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH 1/2] drm/nouveau/ga102-: support ttm buffer moves via copy engine
 2021-09-08 22:37 UTC  (3+ messages)

[PATCH 1/2] drm/bridge: parade-ps8640: Use regmap APIs
 2021-09-08 22:27 UTC  (4+ messages)
` [PATCH 2/2] drm/bridge: parade-ps8640: Add support for AUX channel

[PATCH] drm: mxsfb: Fix NULL pointer dereference crash on unload
 2021-09-08 21:19 UTC  (3+ messages)

[PATCH] drm/bridge: ti-sn65dsi83: Check link status register after enabling the bridge
 2021-09-08 21:14 UTC  (9+ messages)

[PATCH v3 0/9] dma-fence: Deadline awareness
 2021-09-08 21:10 UTC  (20+ messages)
` [PATCH v3 1/9] dma-fence: Add deadline awareness
` [PATCH v3 4/9] drm/scheduler: Add fence deadline support
` [PATCH v3 5/9] drm/msm: Add deadline based boost support
` [PATCH v3 6/9] dma-buf/fence-array: Add fence deadline support
` [PATCH v3 7/9] dma-buf/fence-chain: "
` [PATCH v3 8/9] dma-buf/sync_file: Add SET_DEADLINE ioctl

[PATCH 0/8] i915: Introduce Xe_HP compute engines
 2021-09-08 20:23 UTC  (19+ messages)
` [PATCH 1/8] drm/i915/xehp: Define compute class and engine
  ` [Intel-gfx] "
` [PATCH 2/8] drm/i915/xehp: CCS shares the render reset domain
  ` [Intel-gfx] "
` [PATCH 3/8] drm/i915/xehp: Add Compute CS IRQ handlers
` [PATCH 4/8] drm/i915/xehp: CCS should use RCS setup functions
` [PATCH 6/8] drm/i915/xehp: Define context scheduling attributes in lrc descriptor
` [PATCH 7/8] drm/i915/xehp: Enable ccs/dual-ctx in RCU_MODE
` [PATCH 8/8] drm/i915/xehp: Extend uninterruptible OpenCL workloads to CCS
  ` [Intel-gfx] "

[drm:i915-uncore-vfunc 30/31] drivers/gpu/drm/i915/selftests/mock_uncore.c:47:2: error: implicit declaration of function 'ASSIGN_RAW_WRITE_MMIO_VFUNCS'; did you mean 'MMIO_RAW_WRITE_VFUNCS'?
 2021-09-08 19:35 UTC 

[PATCH 01/14] drm/kmb: Enable LCD DMA for low TVDDCV
 2021-09-08 19:31 UTC  (7+ messages)
` [PATCH 13/14] drm/kmb: Enable alpha blended second plane

[PATCH] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV
 2021-09-08 19:08 UTC 

[PATCH 0/2] drm/i915/gt: Locking splats PREEMPT_RT
 2021-09-08 18:57 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/gt: Queue and wait for the irq_work item
` [RFC PATCH 2/2] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()

[PATCH] kernel/locking: Add context to ww_mutex_trylock
 2021-09-08 18:30 UTC  (3+ messages)

[resend PATCH] drm/ttm: Fix a deadlock if the target BO is not idle during swap
 2021-09-08 18:27 UTC  (5+ messages)

[PATCH] doc: gpu: Add document describing buffer exchange
 2021-09-08 18:16 UTC  (4+ messages)

[PATCH v2 0/7] drm/gud: Add some more pixel formats
 2021-09-08 18:10 UTC  (3+ messages)
` [PATCH v2 7/7] drm/gud: Add module parameter to control emulation: xrgb8888

[PATCH] drm/rockchip: Update crtc fixup to account for fractional clk change
 2021-09-08 18:05 UTC  (2+ messages)

[PATCH v2 1/2] drm: document drm_mode_create_lease object requirements
 2021-09-08 17:39 UTC  (2+ messages)

[PATCH] drm/i915/request: fix early tracepoints
 2021-09-08 17:38 UTC  (2+ messages)

[PATCH] drm/sched: Fix drm_sched_fence_free() so it can be passed an uninitialized fence
 2021-09-08 17:15 UTC  (2+ messages)

[PATCH][next] drm/i915: clean up inconsistent indenting
 2021-09-08 17:13 UTC  (2+ messages)

[PATCH] drm/ttm: provide default page protection for UML
 2021-09-08 17:11 UTC  (7+ messages)

[PATCH] drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setup
 2021-09-08 17:06 UTC  (10+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[syzbot] BUG: unable to handle kernel paging request in vga16fb_fillrect
 2021-09-08 16:52 UTC  (14+ messages)
      ` [PATCH] fbmem: don't allow too huge resolutions
                    ` [PATCH v2] "
                      ` [PATCH v2 (repost)] "

[PATCH] Change igt_log level from IGT_LOG_WARN to IGT_LOG_INFO
 2021-09-08 16:47 UTC  (2+ messages)

Handling DRM master transitions cooperatively
 2021-09-08 16:27 UTC  (13+ messages)

[PATCH v5 00/16] drm/panfrost: Misc improvements
 2021-09-08 14:55 UTC  (9+ messages)
` [PATCH v5 02/16] drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr

[v4 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-09-08 14:45 UTC  (3+ messages)
` [v4 4/4] dt-bindngs: display: panel: Add BOE and INX panel bindings

[PATCH 1/3] drm/msm/dpu1: Add DMA2, DMA3 clock control to enum
 2021-09-08 14:22 UTC  (7+ messages)
` [PATCH 2/3] drm/msm/dpu1: Add MSM8998 to hw catalog
  ` [Freedreno] "
` [PATCH 3/3] dt-bindings: display: msm: Add binding for msm8998 dpu

[drm:i915-uncore-vfunc 31/31] drivers/gpu/drm/i915/i915_irq.c:52:10: fatal error: 'display/i915_display_trace.h' file not found
 2021-09-08 13:48 UTC 

[PATCH] drm/msm: Disable frequency clamping on a630
 2021-09-08 13:49 UTC  (12+ messages)

Enabling TTM kerneldoc
 2021-09-08 13:41 UTC  (10+ messages)
` [PATCH 1/8] drm/ttm: remove the outdated kerneldoc section
` [PATCH 2/8] drm/ttm: add some general module kerneldoc
` [PATCH 3/8] drm/ttm: add kerneldoc for enum ttm_caching
` [PATCH 4/8] drm/ttm: enable TTM device object kerneldoc v2
` [PATCH 5/8] drm/ttm: enable TTM resource "
` [PATCH 6/8] drm/ttm: enable TTM placement kerneldoc
` [PATCH 7/8] drm/ttm: enable TTM TT object kerneldoc v2
` [PATCH 8/8] drm/ttm: enable TTM page pool kerneldoc

[drm:i915-vtable-cleanup 12/12] drivers/gpu/drm/i915/display/intel_audio.c:685:13: error: 'ilk_audio_codec_disable' defined but not used
 2021-09-08 13:32 UTC 

[PATCH v2 0/6] drm/i915: Suspend / resume backup- and restore of LMEM
 2021-09-08 13:18 UTC  (9+ messages)
` [PATCH v2 3/6] drm/i915 Implement LMEM backup and restore for suspend / resume
` [PATCH v2 5/6] drm/i915: Don't back up pinned LMEM context images and rings during suspend

[drm:i915-uncore-vfunc 31/31] make[4]: *** No rule to make target 'drivers/gpu/drm/i915/display/intel_display_trace_points.o', needed by 'drivers/gpu/drm/i915/i915.o'
 2021-09-08 12:06 UTC 

[PATCH v2 0/3] MSM8953 MDP/DSI PHY enablement
 2021-09-08 12:00 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: msm: dsi: Add MSM8953 dsi phy

[drm:i915-uncore-vfunc 30/31] drivers/gpu/drm/i915/selftests/mock_uncore.c:47:2: error: implicit declaration of function 'ASSIGN_RAW_WRITE_MMIO_VFUNCS'
 2021-09-08 11:46 UTC 

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

[PATCH] drm/i915: Get PM ref before accessing HW register
 2021-09-08  9:26 UTC  (2+ messages)
` [Intel-gfx] "

linux-next: build failure after merge of the drm tree
 2021-09-08  9:07 UTC  (7+ messages)

[PATCH v4] drm/i915: Use Transparent Hugepages when IOMMU is enabled
 2021-09-08  8:44 UTC  (3+ messages)

[RFC][PATCH] drm/amdgpu/powerplay/smu10: Add custom profile
 2021-09-08  7:23 UTC  (3+ messages)

[PATCH] dt-bindings: panel: ilitek, ili9341: Fix the warning-wrong indentation: expected 10 but found 8 (indentation)
 2021-09-08  3:02 UTC 

[drm:i915-vtable-cleanup 12/12] drivers/gpu/drm/i915/display/intel_audio.c:852:24: error: member reference type 'const struct drm_i915_display_audio_funcs *' is a pointer; did you mean to use '->'?
 2021-09-08  2:33 UTC 

[PATCH 0/8] [CI] Enable GuC submission by default on DG1
 2021-09-08  1:42 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: Do not define vma on stack
` [PATCH 2/8] drm/i915/guc: put all guc objects in lmem when available
` [PATCH 3/8] drm/i915/guc: Add DG1 GuC / HuC firmware defs
` [PATCH 4/8] drm/i915/guc: Enable GuC submission by default on DG1
` [PATCH 5/8] Me: Allow relocs on DG1 for CI
` [PATCH 6/8] Me: Workaround LMEM blow up
` [PATCH 7/8] Me: Dump GuC log to dmesg on SLPC load failure
` [PATCH 8/8] drm/i915: Get PM ref before accessing HW register

[drm:i915-vtable-cleanup 12/12] drivers/gpu/drm/i915/display/intel_audio.c:852:24: error: 'dev_priv->audio_funcs' is a pointer; did you mean to use '->'?
 2021-09-08  0:13 UTC 

[PATCH] drm/msm/dsi: Use division result from div_u64_rem in 7nm and 14nm PLL
 2021-09-07 22:58 UTC  (2+ messages)

[PATCH] drm/mcde: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-07 20:50 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-09-07 20:47 UTC  (13+ messages)

[PATCH v10 0/4] drm: update locking for modesetting
 2021-09-07 19:50 UTC  (2+ messages)

[PATCH v2] dt-bindings: display: renesas, du: Provide bindings for r8a779a0
 2021-09-07 19:17 UTC  (4+ messages)
  ` [PATCH v2] dt-bindings: display: renesas,du: "

[PATCH 1/2] drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels
 2021-09-07 19:01 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display: Add bindings for Novatek NT35950

[PATCH 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel
 2021-09-07 18:33 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: display: Add binding for LG.Philips SW43101

[PATCH 1/2] drm/panel: Add BOE BF060Y8M-AJ0 5.99" AMOLED panel driver
 2021-09-07 18:29 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: display: Document BOE BF060Y8M-AJ0 panel compatible

[PATCH] drm/kmb: Avoid warnings on impossible plane_id
 2021-09-07 18:11 UTC  (4+ 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).