dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 17:43:41 to 2021-06-09 15:12:54 UTC [more...]

[PATCH v2 1/2] documentation: Update #nouveau IRC channel network
 2021-06-09 15:12 UTC  (2+ messages)

[PATCH 0/4] drm: add per-connector hotplug events
 2021-06-09 15:10 UTC  (3+ messages)

Trouble with TTM patches w/nouveau in linux-next
 2021-06-09 14:58 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH v2 0/9] Prereqs for TTM accelerated migration
 2021-06-09 14:54 UTC  (23+ messages)
` [PATCH v2 1/9] drm/i915: Reference objects on the ww object list
` [PATCH v2 2/9] drm/i915: Break out dma_resv ww locking utilities to separate files
` [PATCH v2 3/9] drm/i915: Introduce a ww transaction helper
` [PATCH v2 4/9] drm/i915/gt: Add an insert_entry for gen8_ppgtt
` [PATCH v2 5/9] drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
` [PATCH v2 6/9] drm/i915/gt: Export the pinned context constructor and destructor
` [PATCH v2 7/9] drm/i915/gt: Pipelined page migration
` [PATCH v2 8/9] drm/i915/gt: Pipelined clear
` [PATCH v2 9/9] drm/i915/gt: Setup a default migration context on the GT
` [Intel-gfx] [PATCH v2 0/9] Prereqs for TTM accelerated migration

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-09 14:14 UTC  (13+ messages)
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "

handle exclusive fence similar to shared ones
 2021-06-09 14:07 UTC  (7+ messages)

[PATCH 1/1] drm/radeon: fix a null-ptr-deref error\x1a
 2021-06-09 14:02 UTC 

[Mesa-dev] Linux Graphics Next: Userspace submission update
 2021-06-09 13:58 UTC  (12+ messages)

linux-next: build failure after merge of the drm-misc tree
 2021-06-09 13:48 UTC  (6+ messages)

[PATCH 00/20] GuC CTBs changes + a few misc patches
 2021-06-09 13:24 UTC  (5+ messages)
` [PATCH 13/20] drm/i915/guc: Relax CTB response timeout
  ` [Intel-gfx] "

[PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-06-09 13:14 UTC  (2+ messages)

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-06-09 12:43 UTC  (3+ messages)
` [PATCH v2 04/12] ASoC: hdmi-codec: Add iec958 controls

[PATCH v1 0/4] Mainline imx6 based SKOV boards
 2021-06-09 12:10 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: display: simple: add some Logic Technologies and Multi-Inno panels
` [PATCH v1 2/4] dt-bindings: vendor-prefixes: Add an entry for SKOV A/S
` [PATCH v1 3/4] dt-bindings: arm: fsl: add SKOV imx6q and imx6dl based boards
` [PATCH v1 4/4] ARM: dts: "

Computation of return value being discarded in get_cpu_power() in drivers/platform/x86/intel_ips.c
 2021-06-09 11:50 UTC 

[PATCH 00/31] drm/i915/gem: ioctl clean-ups (v6)
 2021-06-09 11:44 UTC  (42+ messages)
` [PATCH 01/31] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [PATCH 02/31] drm/i915: Stop storing the ring size in the ring pointer (v2)
` [PATCH 03/31] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 04/31] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
` [PATCH 05/31] drm/i915/gem: Return void from context_apply_all
` [PATCH 06/31] drm/i915: Drop the CONTEXT_CLONE API (v2)
` [PATCH 07/31] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
` [PATCH 08/31] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [PATCH 09/31] drm/i915/gem: Disallow bonding of virtual engines (v3)
` [PATCH 10/31] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
` [PATCH 11/31] drm/i915/request: Remove the hook from await_execution
` [PATCH 12/31] drm/i915/gem: Disallow creating contexts with too many engines
` [PATCH 13/31] drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
` [PATCH 14/31] drm/i915/gem: Add a separate validate_priority helper
` [PATCH 15/31] drm/i915: Add gem/i915_gem_context.h to the docs
` [PATCH 16/31] drm/i915/gem: Add an intermediate proto_context struct (v4)
  ` [Intel-gfx] "
` [PATCH 17/31] drm/i915/gem: Rework error handling in default_engines
` [PATCH 18/31] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
` [PATCH 19/31] drm/i915: Add an i915_gem_vm_lookup helper
` [PATCH 20/31] drm/i915/gem: Make an alignment check more sensible
` [PATCH 21/31] drm/i915/gem: Use the proto-context to handle create parameters (v3)
` [PATCH 22/31] drm/i915/gem: Return an error ptr from context_lookup
` [PATCH 23/31] drm/i915/gt: Drop i915_address_space::file (v2)
` [PATCH 24/31] drm/i915/gem: Delay context creation (v2)
  ` [Intel-gfx] "
` [PATCH 25/31] drm/i915/gem: Don't allow changing the VM on running contexts (v2)
  ` [Intel-gfx] "
` [PATCH 26/31] drm/i915/gem: Don't allow changing the engine set "
` [PATCH 27/31] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 28/31] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [PATCH 29/31] drm/i915/gem: Roll all of context creation together
` [PATCH 30/31] drm/i915: Finalize contexts in GEM_CONTEXT_CREATE on version 13+
  ` [Intel-gfx] "
` [PATCH 31/31] drm/i915: Drop some RCU usage around context VMs
  ` [Intel-gfx] "

[PATCH 0/9] drm: Implement gem_prime_mmap with drm_gem_prime_mmap()
 2021-06-09 11:20 UTC  (10+ messages)
` [PATCH 1/9] drm/etnaviv: Implement mmap as GEM object function
` [PATCH 2/9] drm/exynox: "
` [PATCH 3/9] drm/mediatek: "
` [PATCH 4/9] drm/msm: "
` [PATCH 5/9] drm/qxl: Remove empty qxl_gem_prime_mmap()
` [PATCH 6/9] drm/vgem: Implement mmap as GEM object function
` [PATCH 7/9] drm/xen: "
` [PATCH 8/9] drm/rockchip: "
` [PATCH 9/9] drm: Update documentation and TODO of gem_prime_mmap hook

[PATCH 1/4] drm/sysfs: introduce drm_sysfs_connector_hotplug_event
 2021-06-09 11:16 UTC  (2+ messages)

[PATCH v9 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-06-09 11:09 UTC  (11+ messages)
` [PATCH v9 02/11] dt-bindings: drm: Introduce "
` [PATCH v9 03/11] dt-bindings: drm/bridge: ti-sn65dsi86: Add aux-bus child
` [PATCH v9 06/11] drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDC
` [PATCH v9 07/11] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v9 10/11] drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()

[PATCH 4/4] amdgpu: use drm_kms_helper_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH 3/4] drm/connector: use drm_sysfs_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH 2/4] drm/probe-helper: add drm_kms_helper_connector_hotplug_event
 2021-06-09 10:39 UTC 

[PATCH] drm/mcde: Fix off by 10^3 in calculation
 2021-06-09 10:04 UTC  (2+ messages)

[PATCH] drm/amd/display: use ARRAY_SIZE for base60_refresh_rates
 2021-06-09 10:09 UTC 

[PATCH 1/1] drm/panfrost: remove spamming to syslog
 2021-06-09 10:07 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix duplicate included clk_mgr.h
 2021-06-09 10:05 UTC 

[PATCH v10 00/10] Add support for SVM atomics in Nouveau
 2021-06-09  9:38 UTC  (4+ messages)
` [PATCH v10 07/10] mm: Device exclusive memory access

[PATCH] ARM: config: Refresh mutli v7
 2021-06-09  9:28 UTC 

[PATCH] drm: Lock pointer access in drm_master_release()
 2021-06-09  9:21 UTC 

nouveau broken on Riva TNT2 in 5.13.0-rc4: NULL pointer dereference in nouveau_bo_sync_for_device
 2021-06-09  9:21 UTC  (11+ messages)

[PATCH] drm/i915: apply WaEnableVGAAccessThroughIOPort as needed
 2021-06-09  9:18 UTC  (2+ messages)

[PATCH 1/1] drm/vmwgfx: free bo resource before assigning new one
 2021-06-09  9:05 UTC  (8+ messages)
  ` [PATCH 1/1] drm/vmwgfx: use ttm_bo_move_null() when there is nothing to move

[Bug 213373] New: [drm] [radeon] memory leak at parsing radeon_atombios_parse_power_table
 2021-06-09  8:57 UTC  (4+ messages)
` [Bug 213373] "

[PATCH] drm/bridge: ti-sn65dsi83: Fix sparse warnings
 2021-06-09  8:55 UTC  (2+ messages)

[PATCH -next] drm/hyperv: Remove unused variable
 2021-06-09  7:46 UTC  (2+ messages)

[PATCH v5, 0/4] soc: mediatek: mmsys: add mt8192 mmsys support
 2021-06-09  7:43 UTC  (6+ messages)
` [PATCH v5, 3/4] soc: mediatek: mmsys: add component RDMA4
` [PATCH v5, 4/4] soc: mediatek: mmsys: Add mt8192 mmsys routing table

[PULL] drm-misc-next
 2021-06-09  7:42 UTC 

[PATCH -next v2] drm/msm: Use list_move_tail instead of list_del/list_add_tail in msm_gem.c
 2021-06-09  7:28 UTC 

[PATCH -next v2] drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cmdbuf_res.c
 2021-06-09  7:22 UTC 

[PATCH -next v2] drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cmdbuf.c
 2021-06-09  7:18 UTC 

[PATCH -next v2] drm/radeon: use list_move instead of list_del/list_add in radeon_vm.c
 2021-06-09  7:12 UTC 

[PATCH -next v2] drm/nouveau/sw: use list_move instead of list_del/list_add in base.c
 2021-06-09  7:10 UTC 

[PATCH] drm: Don't test for IRQ support in VBLANK ioctls
 2021-06-09  7:01 UTC  (6+ messages)

[PATCH -next v2] drm/nouveau/gr: use list_move instead of list_del/list_add in nv40.c
 2021-06-09  7:10 UTC 

[PATCH] drm: qxl: ensure surf.data is ininitialized
 2021-06-09  7:00 UTC  (2+ messages)

[PATCH -next v2] drm/amdgpu: use list_move instead of list_del/list_add in amdgpu_vm.c
 2021-06-09  7:08 UTC 

[PATCH -next v2] drm/ttm: use list_move instead of list_del/list_add in ttm_execbuf_util.c
 2021-06-09  7:07 UTC 

[PATCH -next v2] drm/nouveau/mpeg: use list_move instead of list_del/list_add in nv44.c
 2021-06-09  7:07 UTC 

[PATCH] udmabuf: Add support for mapping hugepages (v2)
 2021-06-09  6:56 UTC  (5+ messages)
` [PATCH] udmabuf: Add support for mapping hugepages (v3)

[PATCH -next v2] drm/nouveau/fifo: use list_move instead of list_del/list_add in base.c
 2021-06-09  7:05 UTC 

[PATCH] modified: gpu/drm/panfrost/panfrost_gpu.c
 2021-06-09  6:38 UTC 

[PATCH] drm: display: Remove duplicated argument in dcn31
 2021-06-09  3:01 UTC 

[PATCH] drm/ttm: fix pipelined gutting
 2021-06-09  1:50 UTC  (2+ messages)

[PATCH 00/13] Update firmware to v62.0.0
 2021-06-09  1:03 UTC  (5+ messages)
` [PATCH 02/13] drm/i915/guc: Update MMIO based communication

[PATCH] drm/amd/display: Fix error code on failure to set brightness
 2021-06-09  0:55 UTC  (3+ messages)

[PATCH 0/4] drm/msm/dp: Add support for SC8180x eDP controller
 2021-06-09  0:08 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dp: Simplify the mvid/nvid calculation
  ` [Freedreno] "

[PATCH] drm/msm/dsi: Stash away calculated vco frequency on recalc
 2021-06-08 22:11 UTC  (3+ messages)

[v4 0/4] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-06-08 21:02 UTC  (4+ messages)
` [v4 1/4] drm/panel-simple: Add basic DPCD backlight support

[PATCH v3 0/3] drm/msm/dsi: support CPHY mode for 7nm pll/phy
 2021-06-08 20:47 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: msm: dsi: add missing 7nm bindings
` [PATCH v3 2/3] dt-bindings: msm: dsi: document phy-type property for 7nm dsi phy
` [PATCH v3 3/3] drm/msm/dsi: support CPHY mode for 7nm pll/phy

linux-next: Tree for Jun 8 (drivers/gpu/drm/vmwgfx/vmwgfx_drv.c)
 2021-06-08 20:30 UTC  (2+ messages)
` linux-next: Tree for Jun 8 (drm_fb_helper.c)

[PATCH 0/9] Prereqs for TTM accelerated migration
 2021-06-08 19:09 UTC  (8+ messages)
` [PATCH 3/9] drm/i915: Introduce a ww transaction helper
  ` [Intel-gfx] "
` [PATCH 7/9] drm/i915/gt: Pipelined page migration
  ` [Intel-gfx] "

[PATCH 0/8] Introduce i915_sched_engine object
 2021-06-08 19:17 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: Move priolist to new "
` [PATCH 2/8] drm/i915: Add i915_sched_engine_is_empty function
` [PATCH 3/8] drm/i915: Reset sched_engine.no_priolist immediately after dequeue
` [PATCH 4/8] drm/i915: Move active tracking to i915_sched_engine
` [PATCH 5/8] drm/i915: Move engine->schedule "
` [PATCH 6/8] drm/i915: Add kick_backend function "
` [PATCH 7/8] drm/i915: Update i915_scheduler to operate on i915_sched_engine
` [PATCH 8/8] drm/i915: Move submission tasklet to i915_sched_engine

[pull v2] drm/msm: msm-fixes-v5.13-rc6 for v5.13-rc6
 2021-06-08 18:41 UTC 

[pull] drm/msm: drm-msm-fixes-2021-06-08 for v5.13-rc6
 2021-06-08 18:29 UTC  (2+ messages)

[PATCH v3 0/5] drm/msm/a6xx: add support for Adreno 660 GPU
 2021-06-08 18:03 UTC  (3+ messages)
` [PATCH v3 3/5] drm/msm/a6xx: add GMU_CX_GMU_CX_FALNEXT_INTF write for a650

[PATCH 0/7] Add "activ bpc" and "active color format" drm property
 2021-06-08 17:43 UTC  (8+ messages)
` [PATCH v2 1/7] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
` [PATCH v2 2/7] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH v2 3/7] drm/amd/display: Add handling for new "active bpc" property
` [PATCH v2 4/7] drm/i915/display: "
` [PATCH v2 5/7] drm/uAPI: Add "active color format" drm property as feedback for userspace
` [PATCH v2 6/7] drm/amd/display: Add handling for new "active color format" property
` [PATCH v2 7/7] drm/i915/display: "


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 read-only IMAP folder(s) and NNTP newsgroup(s).