dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 16:22:34 to 2024-05-08 13:30:51 UTC [more...]

[PATCH 10/12] accel/ivpu: Configure fw logging using debugfs
 2024-05-08 13:30 UTC  (2+ messages)

[PATCH 00/12] accel/ivpu: Changes for 6.10
 2024-05-08 13:29 UTC  (13+ messages)
` [PATCH 01/12] accel/ivpu: Update VPU FW API headers
` [PATCH 02/12] accel/ivpu: Add sched_mode module param
` [PATCH 03/12] accel/ivpu: Create priority based command queues
` [PATCH 04/12] accel/ivpu: Implement support for preemption buffers
` [PATCH 05/12] accel/ivpu: Add HWS JSM messages
` [PATCH 06/12] accel/ivpu: Implement support for hardware scheduler
` [PATCH 07/12] accel/ivpu: Add resume engine support
` [PATCH 08/12] accel/ivpu: Add NPU profiling support
` [PATCH 09/12] accel/ivpu: Add force snoop module parameter
` [PATCH 10/12] accel/ivpu: Configure fw logging using debugfs
` [PATCH 11/12] accel/ivpu: Increase reset counter when warm boot fails
` [PATCH 12/12] accel/ivpu: Share NPU busy time in sysfs

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-08 13:03 UTC  (8+ messages)
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[PATCH] drm: deprecate driver date
 2024-05-08 12:57 UTC  (2+ messages)

[PATCH 00/11] drm: Provide common fbdev client helpers
 2024-05-08 12:53 UTC  (6+ messages)
` [PATCH 07/11] drm/gma500: Use "
` [PATCH 11/11] drm/tegra: "

[Regression] 6.9.0: WARNING: workqueue: WQ_MEM_RECLAIM ttm:ttm_bo_delayed_delete [ttm] is flushing !WQ_MEM_RECLAIM events:qxl_gc_work [qxl]
 2024-05-08 12:51 UTC  (5+ messages)

[PATCH v3 0/6] drm/xe: Per client usage
 2024-05-08 12:44 UTC  (12+ messages)
` [PATCH v3 1/6] drm/xe: Promote xe_hw_engine_class_to_str()
` [PATCH v3 2/6] drm/xe: Add XE_ENGINE_CLASS_OTHER to str conversion
` [PATCH v3 3/6] drm/xe/lrc: Add helper to capture context timestamp
` [PATCH v3 4/6] drm/xe: Add helper to capture engine timestamp
` [PATCH v3 5/6] drm/xe: Add helper to accumulate exec queue runtime
` [PATCH v3 6/6] drm/xe/client: Print runtime to fdinfo

[PATCH v2] mailbox: mtk-cmdq: Fix sleeping function called from invalid context
 2024-05-08 12:44 UTC  (2+ messages)

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-08 12:21 UTC  (16+ messages)

[PATCH 1/2] drm: print top commit sha after loading the driver
 2024-05-08 11:34 UTC  (3+ messages)

[PATCH v4 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-08 11:55 UTC  (16+ messages)
` [PATCH v4 1/7] dt-bindings: display: panel: Add himax hx83102 panel bindings
` [PATCH v4 2/7] drm/panel: himax-hx83102: Break out as separate driver
` [PATCH v4 4/7] dt-bindings: display: panel: Add compatible for BOE nv110wum-l60
` [PATCH v4 5/7] drm/panel: himax-hx83102: Support for BOE nv110wum-l60 MIPI-DSI panel
` [PATCH v4 6/7] dt-bindings: display: panel: Add compatible for IVO t109nw41

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-08 11:35 UTC  (19+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers

[PULL] drm-misc-next-fixes
 2024-05-08 10:36 UTC 

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-05-08 10:16 UTC  (38+ messages)
  ` get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
    ` [PATCH] epoll: try to be a _bit_ better about file lifetimes
                ` [Linaro-mm-sig] "

[PATCH v14 00/28] DEPT(Dependency Tracker)
 2024-05-08  9:47 UTC  (29+ messages)
` [PATCH v14 01/28] llist: Move llist_{head, node} definition to types.h
` [PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
` [PATCH v14 03/28] dept: Add single event dependency tracker APIs
` [PATCH v14 04/28] dept: Add lock "
` [PATCH v14 05/28] dept: Tie to Lockdep and IRQ tracing
` [PATCH v14 06/28] dept: Add proc knobs to show stats and dependency graph
` [PATCH v14 07/28] dept: Distinguish each syscall context from another
` [PATCH v14 08/28] dept: Distinguish each work "
` [PATCH v14 09/28] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v14 10/28] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v14 11/28] dept: Apply sdt_might_sleep_{start, end}() to wait_for_completion()/complete()
` [PATCH v14 12/28] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v14 13/28] dept: Apply sdt_might_sleep_{start, end}() to waitqueue wait
` [PATCH v14 14/28] dept: Apply sdt_might_sleep_{start, end}() to hashed-waitqueue wait
` [PATCH v14 15/28] dept: Apply sdt_might_sleep_{start, end}() to dma fence wait
` [PATCH v14 16/28] dept: Track timeout waits separately with a new Kconfig
` [PATCH v14 17/28] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v14 18/28] dept: Apply timeout consideration to swait
` [PATCH v14 19/28] dept: Apply timeout consideration to waitqueue wait
` [PATCH v14 20/28] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v14 21/28] dept: Apply timeout consideration to dma fence wait
` [PATCH v14 22/28] dept: Make Dept able to work with an external wgen
` [PATCH v14 23/28] dept: Track PG_locked with dept
` [PATCH v14 24/28] dept: Print event context requestor's stacktrace on report
` [PATCH v14 25/28] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v14 26/28] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v14 27/28] dept: Add documentation for Dept
` [PATCH v14 28/28] dept: Add documentation for Dept's APIs

[PATCH] drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
 2024-05-08  9:57 UTC 

[PATCH] drm/msm: Fix gen_header.py for python earlier than v3.9
 2024-05-08  9:17 UTC 

[PATCH 1/5] drm/vblank: Introduce drm_crtc_vblank_crtc()
 2024-05-08  9:13 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: Use drm_crtc_vblank_crtc()
` [PATCH 3/5] drm/i915: "

[PATCH] drm/msm: remove python 3.9 dependency for compiling msm
 2024-05-08  8:43 UTC  (2+ messages)

[PATCH] drm/buddy: Fix the range bias clear memory allocation issue
 2024-05-08  8:41 UTC  (2+ messages)

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-08  8:39 UTC  (22+ messages)

[PATCH v2 0/6] drm/xe: Per client usage
 2024-05-08  8:23 UTC  (5+ messages)
` [PATCH v2 6/6] drm/xe/client: Print runtime to fdinfo

[PATCH v1 0/2] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-05-08  8:23 UTC  (7+ messages)
` [PATCH v1 2/2] "

NXP i.MX8MM GPU performances
 2024-05-08  8:16 UTC  (2+ messages)

/sys/kernel/debug/vgaswitcheroo directory missing
 2024-05-08  8:02 UTC 

A link error related to DRM and fbdev
 2024-05-08  4:01 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 93a39e4766083050ca0ecd6a3548093a3b9eb60c
 2024-05-08  5:07 UTC 

[PATCH AUTOSEL 5.4 5/6] drm/amdkfd: Flush the process wq before creating a kfd_process
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.10 8/9] drm/amdkfd: Flush the process wq before creating a kfd_process
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.15 11/15] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
 2024-05-07 23:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 12/15] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.1 15/25] drm/amd/display: Add dtbclk access to dcn315
 2024-05-07 23:12 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 16/25] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.1 17/25] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.1 18/25] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.6 28/43] drm/amdgpu: Fix VRAM memory accounting
 2024-05-07 23:09 UTC  (8+ messages)
` [PATCH AUTOSEL 6.6 29/43] drm/amd/display: Add dtbclk access to dcn315
` [PATCH AUTOSEL 6.6 30/43] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.6 31/43] drm/amd/display: Allocate zero bw after bw alloc enable
` [PATCH AUTOSEL 6.6 32/43] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.6 33/43] drm/amd/display: Fix DC mode screen flickering on DCN321
` [PATCH AUTOSEL 6.6 34/43] drm/amd/display: Disable seamless boot on 128b/132b encoding
` [PATCH AUTOSEL 6.6 35/43] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 6.8 35/52] drm/amdgpu: Fix VRAM memory accounting
 2024-05-07 23:07 UTC  (9+ messages)
` [PATCH AUTOSEL 6.8 36/52] drm/amd/display: Ensure that dmcub support flag is set for DCN20
` [PATCH AUTOSEL 6.8 37/52] drm/amd/display: Add dtbclk access to dcn315
` [PATCH AUTOSEL 6.8 38/52] drm/amd/display: Atom Integrated System Info v2_2 for DCN35
` [PATCH AUTOSEL 6.8 39/52] drm/amd/display: Allocate zero bw after bw alloc enable
` [PATCH AUTOSEL 6.8 40/52] drm/amd/display: Add VCO speed parameter for DCN31 FPU
` [PATCH AUTOSEL 6.8 41/52] drm/amd/display: Fix DC mode screen flickering on DCN321
` [PATCH AUTOSEL 6.8 42/52] drm/amd/display: Disable seamless boot on 128b/132b encoding
` [PATCH AUTOSEL 6.8 43/52] drm/amdkfd: Flush the process wq before creating a kfd_process

[PATCH AUTOSEL 4.19 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.4 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.10 3/3] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 5.15 4/5] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 6.1 06/12] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 23:00 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 07/12] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.1 08/12] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.1 09/12] drm/amdgpu/mes: fix use-after-free issue

[PATCH AUTOSEL 6.6 07/19] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 22:58 UTC  (7+ messages)
` [PATCH AUTOSEL 6.6 08/19] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.6 09/19] drm/amd/pm: Restore config space after reset
` [PATCH AUTOSEL 6.6 10/19] drm/amdkfd: Add VRAM accounting for SVM migration
` [PATCH AUTOSEL 6.6 11/19] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.6 12/19] drm/amdgpu/mes: fix use-after-free issue
` [PATCH AUTOSEL 6.6 17/19] drm/etnaviv: fix tx clock gating on some GC7000 variants

[PATCH AUTOSEL 6.8 09/23] drm/amd/display: Set color_mgmt_changed to true on unsuspend
 2024-05-07 22:56 UTC  (7+ messages)
` [PATCH AUTOSEL 6.8 10/23] drm/amdgpu: Update BO eviction priorities
` [PATCH AUTOSEL 6.8 11/23] drm/amd/pm: Restore config space after reset
` [PATCH AUTOSEL 6.8 12/23] drm/amdkfd: Add VRAM accounting for SVM migration
` [PATCH AUTOSEL 6.8 13/23] drm/amdgpu: Fix the ring buffer size for queue VM flush
` [PATCH AUTOSEL 6.8 14/23] drm/amdgpu/mes: fix use-after-free issue
` [PATCH AUTOSEL 6.8 19/23] drm/etnaviv: fix tx clock gating on some GC7000 variants

[PATCH] Revert "drm/i915: Remove extra multi-gt pm-references"
 2024-05-07 21:27 UTC  (5+ messages)

[PATCH 0/5] drm/tiny: panel-mipi-dbi: Support 18 bits per color RGB666
 2024-05-07 20:28 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: display: panel: mipi-dbi-spi: Add a pixel format property

[PATCH] drm/drm-bridge.c: Drop conditionals around of_node pointers
 2024-05-07 20:21 UTC  (2+ messages)

[RFC PATCH] drm/amd/display: Disable panel_power_savings sysfs entry for OLED displays
 2024-05-07 20:09 UTC 

[PATCH v2 00/12] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-07 18:16 UTC  (3+ messages)
` [PATCH v2 01/12] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive

[PATCH 0/7] Add DSI support for RK3128
 2024-05-07 16:52 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: display: rockchip, dw-mipi-dsi: Document RK3128 DSI
` [PATCH 2/7] dt-bindings: clock: rk3128: Add PCLK_MIPIPHY

[PATCH v3 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-07 16:29 UTC  (5+ messages)
` [PATCH v3 2/7] drm/panel: himax-hx83102: Break out as separate driver

[PATCH v3 0/3] drm/mediatek: Add support for OF graphs
 2024-05-07 16:29 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v3 2/3] dt-bindings: arm: mediatek: mmsys: "

[pull] drm/msm: drm-msm-next-2024-05-07 for v6.10
 2024-05-07 16:22 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 read-only IMAP folder(s) and NNTP newsgroup(s).