dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 07:08:45 to 2021-08-31 13:58:23 UTC [more...]

[PATCH] drm/bridge: cdns: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:58 UTC  (2+ messages)

[PATCH] drm/tegra: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:58 UTC 

[PATCH] drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:57 UTC 

[PATCH] drm/shmobile: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:57 UTC 

[PATCH] drm/rockchip: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:57 UTC 

[PATCH] drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()
 2021-08-31 13:57 UTC 

[PATCH] drm/mxsfb: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:56 UTC 

[PATCH] drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()
 2021-08-31 13:56 UTC 

[PATCH] drm/mediatek: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:56 UTC 

[PATCH] drm/mcde: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:56 UTC 

[PATCH] drm/imx: imx-tve: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:55 UTC 

[PATCH] drm/fsl-dcu: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31 13:54 UTC 

[PATCH 1/2] drm/sched: fix the bug of time out calculation(v3)
 2021-08-31 13:53 UTC  (5+ messages)
` [PATCH 2/2] drm/sched: serialize job_timeout and scheduler

[PATCH] panfrost: Don't cleanup the job if it was successfully queued
 2021-08-31 13:35 UTC 

[PATCH 1/2] drm/i915/debugfs: Do not report currently active engine when describing objects
 2021-08-31 13:22 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setup

[PATCH 1/5] drm/ttm: cleanup ttm_resource_compat
 2021-08-31 13:18 UTC  (6+ messages)
` [PATCH 2/5] drm/ttm: add busy and idle placement flags
` [PATCH 3/5] drm/amdgpu: use new "
` [PATCH 4/5] drm/nouveau: switch to using "
` [PATCH 5/5] drm/ttm: remove busy placement handling

[PATCH] drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setup
 2021-08-31 13:18 UTC  (7+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[PATCH 01/12] drm/ttm: add ttm_resource_fini
 2021-08-31 13:15 UTC  (19+ messages)
` [PATCH 02/12] drm/ttm: add back a reference to the bdev to the res manager
` [PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3
` [PATCH 04/12] drm/ttm: add common accounting to the resource mgr
` [PATCH 05/12] drm/ttm: move the LRU into resource handling
` [PATCH 06/12] drm/ttm: add resource iterator
` [PATCH 07/12] drm/radeon: use ttm_resource_manager_debug
` [PATCH 08/12] drm/radeon: remove resource accounting
` [PATCH 09/12] drm/amdgpu: use ttm_resource_manager_debug
` [PATCH 10/12] drm/amdgpu: remove GTT accounting
` [PATCH 11/12] drm/amdgpu: remove VRAM accounting
` [PATCH 12/12] drm/amdgpu: drop amdgpu_gtt_node

[PATCH v2] Revert "drm/scheduler: Avoid accessing freed bad job."
 2021-08-31 13:11 UTC  (10+ messages)

[PATCH] drm/sched: fix the bug of time out calculation(v3)
 2021-08-31 13:08 UTC  (9+ messages)

[PATCH 0/8] Enable triggered perf query for Xe_HP
 2021-08-31 12:55 UTC  (11+ messages)
` [PATCH 1/8] drm/i915/gt: Lock intel_engine_apply_whitelist with uncore->lock
` [PATCH 2/8] drm/i915/gt: Refactor _wa_add to reuse wa_index and wa_list_grow
` [PATCH 3/8] drm/i915/gt: Check for conflicting RING_NONPRIV
  ` [Intel-gfx] "
` [PATCH 4/8] drm/i915/gt: Enable dynamic adjustment of RING_NONPRIV
` [PATCH 5/8] drm/i915/perf: Ensure observation logic is not clock gated
` [PATCH 6/8] drm/i915/perf: Whitelist OA report trigger registers
` [PATCH 7/8] drm/i915/perf: Whitelist OA counter and buffer registers
` [PATCH 8/8] drm/i915/perf: Map OA buffer to user space for gen12 performance query

[PATCH] dma-buf: Add support for mapping buffers with DMA attributes
 2021-08-31 12:47 UTC  (2+ messages)

[PATCH 1/2] dma-buf: nuke DMA_FENCE_TRACE macros v2
 2021-08-31 12:44 UTC  (9+ messages)

[RFC PATCH 0/4] Allow to use DRM fbdev emulation layer with CONFIG_FB disabled
 2021-08-31 12:35 UTC  (5+ messages)

[PATCH v2] drm/i915/gem: Fix the mman selftest
 2021-08-31 12:29 UTC 

[PATCH v8 0/7] drm: update locking for modesetting
 2021-08-31 12:28 UTC  (11+ messages)
` [PATCH v8 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v8 4/7] drm: avoid races with modesetting rights
` [PATCH v8 7/7] drm: remove drm_file.master_lookup_lock

[PATCH 0/7] drm/gud: Add some more pixel formats
 2021-08-31 12:23 UTC  (5+ messages)
` [PATCH 2/7] drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()

[PATCH 01/11] drm/i915: Release i915_gem_context from a worker
 2021-08-31 12:16 UTC  (7+ messages)
` [PATCH 10/11] drm/i915: use xa_lock/unlock for fpriv->vm_xa lookups
  ` [PATCH] "
` [PATCH] drm/i915: Release i915_gem_context from a worker

[PATCH] drm/msm: remove unneeded variable
 2021-08-31 11:51 UTC 

[PATCH] drm/i915/gem: Fix the mman selftest
 2021-08-31 10:52 UTC  (3+ messages)

[PATCH v7 00/12] Clean up "mediatek,larb"
 2021-08-31 10:45 UTC  (2+ messages)

[Bug 214029] New: [NAVI] Several memory leaks in amdgpu and ttm
 2021-08-31 10:20 UTC  (6+ messages)
` [Bug 214029] "

[PATCH v3 0/2] GPD Win Max display fixes
 2021-08-31  9:51 UTC  (6+ messages)
` [PATCH v3 1/2] drm/i915/opregion: add support for mailbox #5 EDID
  ` [Intel-gfx] "

[PATCH 0/5] drm/displayid: VESA vendor block and drm/i915 MSO use of it
 2021-08-31  8:10 UTC  (9+ messages)
` [PATCH 1/5] drm/displayid: re-align data block macros
` [PATCH 2/5] drm/displayid: add DisplayID v2.0 data blocks and primary use cases
` [PATCH 3/5] drm/edid: parse the DisplayID v2.0 VESA vendor block for MSO
` [PATCH 4/5] drm/i915/edp: postpone MSO init until after EDID read
` [PATCH 5/5] drm/i915/edp: use MSO pixel overlap from DisplayID data

[PATCH] drm/tve200: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:55 UTC 

[PATCH] drm: rcar-du: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:54 UTC 

[PATCH] drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:53 UTC 

[PATCH] drm/exynos: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:49 UTC 

[PATCH] drm/aspeed: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:44 UTC 

[PATCH] drm/arm/hdlcd: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:43 UTC 

[PATCH] drm/arc: Make use of the helper function devm_platform_ioremap_resource()
 2021-08-31  7:42 UTC 

[PATCH v10 0/4] drm: update locking for modesetting
 2021-08-31  7:25 UTC  (5+ messages)
` [PATCH v10 1/4] drm: fix null ptr dereference in drm_master_release
` [PATCH v10 2/4] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v10 3/4] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v10 4/4] drm: avoid races with modesetting rights

[PATCH v2] drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
 2021-08-31  7:15 UTC 

[syzbot] BUG: unable to handle kernel paging request in vga16fb_fillrect
 2021-08-31  6:48 UTC  (16+ messages)
      ` [PATCH] fbmem: don't allow too huge resolutions

[PATCH] dma-buf: heaps: remove duplicated cache sync
 2021-08-31  6:31 UTC  (4+ messages)

[PATCH v9 0/4] drm: update locking for modesetting
 2021-08-31  6:13 UTC  (5+ messages)
` [PATCH v9 1/4] drm: fix null ptr dereference in drm_master_release
` [PATCH v9 2/4] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v9 3/4] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v9 4/4] drm: avoid races with modesetting rights

[git pull] drm for 5.15-rc1
 2021-08-31  5:53 UTC 

[PATCH] dt-bindings: display: remove zte,vou.txt binding doc
 2021-08-31  3:49 UTC 

[PATCH] drm: remove zxdrm driver
 2021-08-31  1:36 UTC  (5+ messages)

[PATCH v2 0/2] Use "ref" clocks from firmware for DSI PLL VCO parent
 2021-08-30 23:10 UTC  (7+ messages)
` [PATCH v2 1/2] drm/msm/dsi: Use "ref" fw clock instead of global name for "
` [PATCH v2 2/2] clk: qcom: gcc-sdm660: Remove transient global "xo" clock

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-08-30 22:57 UTC  (13+ messages)

[PATCH AUTOSEL 5.13 20/26] drm/nouveau: recognise GA107
 2021-08-30 21:55 UTC  (6+ messages)

[PATCH v7 00/17] drm/i915: Introduce Intel PXP
 2021-08-30 20:58 UTC  (3+ messages)
` [PATCH v7 02/17] mei: pxp: export pavp client to me client bus

[Bug 214199] New: Sapphire NITRO+ RX 580 4G G5 - Secondary display doesn't wake up on boot, both displays won't wake up from suspend
 2021-08-30 20:58 UTC  (2+ messages)
` [Bug 214199] "

[PATCH 0/2] Update 128b/132b MST Slot Information
 2021-08-30 20:00 UTC  (3+ messages)
` [PATCH 1/2] drm: Update MST First Link Slot Information Based on Encoding Format

[PATCH v5 00/20] drm/sched dependency handling and implicit sync fixes
 2021-08-30 19:38 UTC  (8+ messages)
` [PATCH v5 12/20] drm/msm: Use scheduler dependency handling
` [PATCH v5 16/20] drm/msm: Don't break exclusive fence ordering
` [PATCH v5 20/20] dma-resv: Give the docs a do-over

[PATCH v3 0/4] Various fixes to pass libdrm hotunplug tests
 2021-08-30 17:15 UTC  (8+ messages)
` [PATCH v3 1/4] drm/ttm: Create pinned list

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-30 17:04 UTC  (5+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH v3] drm/i915/dp: Use max params for panels < eDP 1.4
 2021-08-30 16:42 UTC  (4+ messages)
    ` [Intel-gfx] "

[v4 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-30 16:17 UTC  (3+ messages)
` [v4 3/4] drm/panel: support for BOE and INX video mode panel

[PATCH][next] drm/amd/display: Fix unused initialization of pointer sink
 2021-08-30 16:08 UTC  (2+ messages)

[PATCH] drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"
 2021-08-30 16:06 UTC  (2+ messages)

[PATCH] GPU:drm: returning ENOMEM
 2021-08-30 16:06 UTC  (3+ messages)
` [PATCH v2] GPU:DRM: "

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-08-30 16:01 UTC  (4+ messages)

[PATCH V4] fbcon: fix fbcon out-of-bounds write in sys_imageblit
 2021-08-30 14:59 UTC  (4+ messages)

[PATCH] drm/tidss: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-08-30 14:36 UTC  (2+ messages)

[PATCH 2/3] drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
 2021-08-30 14:22 UTC  (5+ messages)

[PATCH rdma-next v4 0/3] SG fix together with update to RDMA umem
 2021-08-30 13:42 UTC  (4+ messages)

[PATCH] drm/amdgpu: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-08-30 13:22 UTC  (2+ messages)

[PATCH] drm/radeon: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-08-30 12:51 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: panel: ili9341: correct indentation
 2021-08-30 12:26 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 6/7] drm/nouveau: block a bunch of classes from userspace
 2021-08-30 12:17 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 1/8] gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 5.4 01/10] gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 5.10 01/11] gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
 2021-08-30 11:59 UTC 

[PATCH AUTOSEL 5.13 01/14] gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
 2021-08-30 11:59 UTC 

[PATCH v2 1/2] drm/probe-helper: Create a HPD IRQ event helper for a single connector
 2021-08-30  9:49 UTC 

[PATCH 1/2] drm/bridge: it66121: Initialize {device,vendor}_ids
 2021-08-30  9:40 UTC  (4+ messages)
` [PATCH 2/2] drm/bridge: it66121: Wait for next bridge to be probed

[PATCH] drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
 2021-08-30  9:27 UTC  (4+ messages)

[PATCH v10 00/11] Move LMEM (VRAM) management over to TTM
 2021-08-30  7:53 UTC  (6+ messages)
` [PATCH v10 03/11] drm/ttm: Add a generic TTM memcpy move for page-based iomem
  ` [Intel-gfx] "


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