dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-30 13:00:41 to 2024-10-01 04:26:32 UTC [more...]

FSL P5040 board doesn't boot after DRM updates (drm-next-2024-09-19)
 2024-10-01  4:26 UTC  (4+ messages)
    ` Kernel "

linux-next: build warning after merge of the drm-intel tree
 2024-10-01  3:43 UTC 

linux-next: build failure after merge of the drm-xe tree
 2024-10-01  1:38 UTC 

[PATCH v6 00/11] Preemption support for A7XX
 2024-10-01  1:10 UTC  (3+ messages)
` [PATCH v6 11/11] Documentation: document adreno preemption

[PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-10-01  0:37 UTC  (6+ messages)
` [PATCH v3 02/19] crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH v3 17/19] netem: Include <linux/prandom.h> in sch_netem.c

[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
 2024-10-01  0:11 UTC  (37+ messages)
` [WIP RFC v2 01/35] WIP: rust/drm: Add fourcc bindings
` [WIP RFC v2 02/35] WIP: rust: drm: Add traits for registering KMS devices
` [WIP RFC v2 03/35] rust: drm/kms/fbdev: Add FbdevShmem
` [WIP RFC v2 04/35] rust: drm/kms: Introduce the main ModeConfigObject traits
` [WIP RFC v2 05/35] rust: drm/kms: Add bindings for drm_connector
` [WIP RFC v2 06/35] rust: drm/kms: Add drm_plane bindings
` [WIP RFC v2 07/35] WIP: rust: drm/kms: Add drm_crtc bindings
` [WIP RFC v2 08/35] rust: drm/kms: Add bindings for drm_encoder
` [WIP RFC v2 09/35] WIP: rust: drm/kms: Add Connector.attach_encoder()
` [WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback
` [WIP RFC v2 11/35] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [WIP RFC v2 12/35] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [WIP RFC v2 13/35] WIP: rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [WIP RFC v2 14/35] WIP: rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [WIP RFC v2 15/35] WIP: rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [WIP RFC v2 16/35] rust: drm/kms: Add RawConnector and RawConnectorState
` [WIP RFC v2 17/35] rust: drm/kms: Add RawCrtc and RawCrtcState
` [WIP RFC v2 18/35] rust: drm/kms: Add RawPlane and RawPlaneState
` [WIP RFC v2 19/35] WIP: rust: drm/kms: Add OpaqueEncoder
` [WIP RFC v2 20/35] WIP: rust: drm/kms: Add drm_atomic_state bindings
` [WIP RFC v2 21/35] rust: drm/kms: Introduce DriverCrtc::atomic_check()
` [WIP RFC v2 22/35] rust: drm/kms: Add DriverPlane::atomic_update()
` [WIP RFC v2 23/35] rust: drm/kms: Add DriverPlane::atomic_check()
` [WIP RFC v2 24/35] rust: drm/kms: Add RawCrtcState::active()
` [WIP RFC v2 25/35] rust: drm/kms: Add RawPlaneState::crtc()
` [WIP RFC v2 26/35] WIP: rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [WIP RFC v2 27/35] rust: drm/kms: Add drm_framebuffer bindings
` [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()
` [WIP RFC v2 29/35] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
` [WIP RFC v2 30/35] rust: drm/kms: Add DriverCrtc::atomic_enable() and atomic_disable()
` [WIP RFC v2 31/35] rust: drm: Add Device::event_lock()
` [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()
` [WIP RFC v2 33/35] WIP: rust: drm/kms: Add VblankSupport
` [WIP RFC v2 34/35] WIP: rust: drm/kms: Add Kms::atomic_commit_tail
` [WIP RFC v2 35/35] WIP: drm: Introduce RVKMS!

[syzbot] [dri?] WARNING in drm_wait_one_vblank (2)
 2024-09-30 23:18 UTC  (2+ messages)

[PATCH] drm/etnaviv: Print error message if inserting IOVA address range fails
 2024-09-30 22:17 UTC 

[PATCH v3 0/2] Add Samsung AMS639RQ08 panel support
 2024-09-30 20:24 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: panel: Add Samsung AMS639RQ08
` [PATCH v3 2/2] drm/panel: Add Samsung AMS639RQ08 panel driver

[PATCH v3] drm/meson: switch to a managed drm device
 2024-09-30 20:36 UTC  (2+ messages)

[PATCH v2 00/31] accel/ivpu: Fixes for 6.12-rc1
 2024-09-30 19:53 UTC  (32+ messages)
` [PATCH v2 01/31] accel/ivpu: Update VPU FW API headers
` [PATCH v2 02/31] accel/ivpu: Rename ivpu_log_level to fw_log_level
` [PATCH v2 03/31] accel/ivpu: Reset fw log on cold boot
` [PATCH v2 04/31] accel/ivpu: Refactor functions in ivpu_fw_log.c
` [PATCH v2 05/31] accel/ivpu: Fix fw log printing
` [PATCH v2 06/31] accel/ivpu: Limit FW version string length
` [PATCH v2 07/31] accel/ivpu: Add coredump support
` [PATCH v2 08/31] accel/ivpu: Add FW state dump on TDR
` [PATCH v2 09/31] accel/ivpu: Set 500 ns delay between power island TRICKLE and ENABLE
` [PATCH v2 10/31] accel/ivpu: Turn on autosuspend on Simics
` [PATCH v2 11/31] accel/ivpu: Add FW version debugfs entry
` [PATCH v2 12/31] accel/ivpu: Stop using hardcoded DRIVER_DATE
` [PATCH v2 13/31] accel/ivpu: Remove 1-tile power up Simics workaround
` [PATCH v2 14/31] accel/ivpu: Allow reading dvfs_mode debugfs file
` [PATCH v2 15/31] accel/ivpu: Add one jiffy to bo_wait_ioctl timeout value
` [PATCH v2 16/31] accel/ivpu: Add auto selection logic for job scheduler
` [PATCH v2 17/31] accel/ivpu: Print JSM message result in case of error
` [PATCH v2 18/31] accel/ivpu: Make DB_ID and JOB_ID allocations incremental
` [PATCH v2 19/31] accel/ivpu: Add test_mode bit to force turbo
` [PATCH v2 20/31] accel/ivpu: Remove skip of clock own resource ack on Simics
` [PATCH v2 21/31] accel/ivpu: Fix reset_engine debugfs file logic
` [PATCH v2 22/31] accel/ivpu: Prevent recovery invocation during probe and resume
` [PATCH v2 23/31] accel/ivpu: Refactor failure diagnostics during boot
` [PATCH v2 24/31] accel/ivpu: Remove invalid warnings
` [PATCH v2 25/31] accel/ivpu: Do not fail on cmdq if failed to allocate preemption buffers
` [PATCH v2 26/31] accel/ivpu: Use whole user and shave ranges for "
` [PATCH v2 27/31] accel/ivpu: Increase MS info buffer size
` [PATCH v2 28/31] accel/ivpu: Fix ivpu_jsm_dyndbg_control()
` [PATCH v2 29/31] accel/ivpu: Remove HWS_EXTRA_EVENTS from test modes
` [PATCH v2 30/31] accel/ivpu: Add tracing for IPC/PM/JOB
` [PATCH v2 31/31] accel/ivpu: Fix typos in ivpu_pm.c

[PATCH 00/29] accel/ivpu: Fixes for 6.12-rc1
 2024-09-30 19:45 UTC  (24+ messages)
` [PATCH 04/29] accel/ivpu: Refactor FW log
` [PATCH 06/29] accel/ivpu: Fix JSM state dump message warnings
` [PATCH 07/29] accel/ivpu: Set 500 ns delay between power island TRICKLE and ENABLE
` [PATCH 09/29] accel/ivpu: Add FW version debugfs entry
` [PATCH 14/29] accel/ivpu: Add auto selection logic for job scheduler
` [PATCH 17/29] accel/ivpu: Add test_mode bit to force turbo
` [PATCH 20/29] accel/ivpu: Prevent recovery invocation during probe and resume

[PATCH] drm/atomic_helper: Add missing NULL check for drm_plane_helper_funcs.atomic_update
 2024-09-30 19:45 UTC  (4+ messages)

[PATCH v3 00/15] VOP Support for rk3576
 2024-09-30 19:32 UTC  (2+ messages)

[PATCH v2 00/22] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
 2024-09-30 19:19 UTC  (4+ messages)
` [PATCH v2 16/22] drm/msm/dpu: Configure CWB in writeback encoder

[PATCH v2 0/4] Add MSM8996/MSM8953/MSM8937/MSM8917 dpu catalog
 2024-09-30 18:35 UTC  (5+ messages)
` [PATCH v2 1/4] drm/msm/dpu: Add support for MSM8996
` [PATCH v2 2/4] drm/msm/dpu: Add support for MSM8953
` [PATCH v2 3/4] drm/msm/dpu: Add support for MSM8937
` [PATCH v2 4/4] drm/msm/dpu: Add support for MSM8917

NULL pointer dereference after ib test on ring 7 succeeded
 2024-09-30 17:54 UTC  (3+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH v2] drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
 2024-09-30 17:39 UTC  (2+ messages)

[PATCH] drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member
 2024-09-30 17:05 UTC 

[PATCH 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04
 2024-09-30 17:06 UTC  (11+ messages)
` [PATCH 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices

[PATCH] drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
 2024-09-30 16:31 UTC  (3+ messages)

[PATCH] drm: panel: jd9365da-h3: fix reset signal polarity
 2024-09-30 16:24 UTC  (4+ messages)

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-09-30 16:22 UTC  (33+ messages)
` [PATCH 01/28] drm/amdgpu: Use video "
` [PATCH 02/28] drm/arm/hdlcd: "
` [PATCH 03/28] drm/armada: "
` [PATCH 04/28] drm/ast: "
` [PATCH 05/28] drm/hisilicon/hibmc: "
` [PATCH 06/28] drm/hyperv-drm: "
` [PATCH 07/28] drm/i915: "
` [PATCH 08/28] drm/loongson: "
` [PATCH 09/28] drm/meson: "
` [PATCH 10/28] drm/mgag200: "
` [PATCH 11/28] drm/msm: "
` [PATCH 12/28] drm/nouveau: "
` [PATCH 13/28] drm/ofdrm: "
` [PATCH 14/28] drm/qxl: "
` [PATCH 15/28] drm/radeon: "
` [PATCH 16/28] drm/rockchip: "
` [PATCH 17/28] drm/simpledrm: "
` [PATCH 18/28] drm/stm: "
` [PATCH 19/28] drm/sun4i: "
` [PATCH 20/28] drm/tegra: "
` [PATCH 21/28] drm/bochs: "
` [PATCH 22/28] drm/cirrus: "
` [PATCH 23/28] drm/vboxvideo: "
` [PATCH 24/28] drm/vc4: "
` [PATCH 25/28] drm/virtgpu: "
` [PATCH 26/28] drm/vmwgfx: "
` [PATCH 27/28] drm/xe: "
` [PATCH 28/28] drm: Remove DRM "

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-09-30 15:51 UTC  (4+ messages)
` [PATCH 25/35] drm/amd/display: "

[PATCH v2 00/28] backlight: lcd: Remove fbdev dependencies
 2024-09-30 15:50 UTC  (2+ messages)

[PATCH] drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check()
 2024-09-30 15:49 UTC  (2+ messages)

[PATCH v2 0/5] Display enablement changes for Qualcomm SA8775P platform
 2024-09-30 15:41 UTC  (4+ messages)
` [PATCH v2 4/5] drm/msm/dpu: Add SA8775P support

[PATCH v11 00/15] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-09-30 15:31 UTC  (16+ messages)
` [PATCH v11 01/15] drm/vkms: Code formatting
` [PATCH v11 02/15] drm/vkms: Use drm_frame directly
` [PATCH v11 03/15] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v11 04/15] drm/vkms: Use const for input pointers in pixel_read an "
` [PATCH v11 05/15] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v11 06/15] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v11 07/15] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v11 08/15] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v11 09/15] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v11 10/15] drm/vkms: Add YUV support
` [PATCH v11 11/15] drm/vkms: Add range and encoding properties to the plane
` [PATCH v11 12/15] drm/vkms: Drop YUV formats TODO
` [PATCH v11 13/15] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v11 14/15] drm/vkms: Add how to run the Kunit tests
` [PATCH v11 15/15] drm/vkms: Add support for DRM_FORMAT_R*

[PATCH] drm/nouveau/clk: prevent division by zero in gt215_clk_info()
 2024-09-30 15:25 UTC 

[PATCH] drm/amd/powerplay: Delete unused function and maths library
 2024-09-30 15:28 UTC  (3+ messages)

[PATCH] Documentation: dma-buf: heaps: Add heap name definitions
 2024-09-30 14:40 UTC 

[PATCH v5 0/2] Add Samsung S6E3HA8 panel driver
 2024-09-30 14:36 UTC  (3+ messages)
` [PATCH v5 2/2] drm/panel: Add support for "

[PATCH 0/6] drm: constify read-only regmap structs
 2024-09-30 14:28 UTC  (3+ messages)
` [PATCH 5/6] drm/panel: ili9322: Constify struct regmap_bus

[PATCH v7 00/12] Preemption support for A7XX
 2024-09-30 13:52 UTC  (13+ messages)
` [PATCH v7 01/12] drm/msm: Fix bv_fence being used as bv_rptr
` [PATCH v7 02/12] drm/msm/a6xx: Track current_ctx_seqno per ring
` [PATCH v7 03/12] drm/msm: Add a `preempt_record_size` field
` [PATCH v7 04/12] drm/msm: Add CONTEXT_SWITCH_CNTL bitfields
` [PATCH v7 05/12] drm/msm/a6xx: Add a pwrup_list field to a6xx_info
` [PATCH v7 06/12] drm/msm/a6xx: Implement preemption for a7xx targets
` [PATCH v7 07/12] drm/msm/a6xx: Sync relevant adreno_pm4.xml changes
` [PATCH v7 08/12] drm/msm/a6xx: Use posamble to reset counters on preemption
` [PATCH v7 09/12] drm/msm/a6xx: Add traces for preemption
` [PATCH v7 10/12] drm/msm/a6xx: Add a flag to allow preemption to submitqueue_create
` [PATCH v7 11/12] drm/msm/a6xx: Enable preemption for a750
` [PATCH v7 12/12] Documentation: document adreno preemption

[PATCH v5 00/26] drm: sun4i: add Display Engine 3.3 (DE33) support
 2024-09-30 13:30 UTC  (2+ messages)

[PATCH v3 0/8] DRM scheduler fixes and improvements
 2024-09-30 13:27 UTC  (6+ messages)
` [PATCH 3/8] drm/sched: Always increment correct scheduler score

[PATCH] drm/sched: revert "Always increment correct scheduler score"
 2024-09-30 13:28 UTC  (2+ messages)

[PATCH] drm/xe/xe2lpg: Add WA 15016589081
 2024-09-30 13:21 UTC  (3+ messages)

[PATCH 0/8] Add ITE IT6263 LVDS to HDMI converter support
 2024-09-30 13:18 UTC  (7+ messages)
` [PATCH 5/8] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH 6/8] drm/bridge: "

[PATCH v7 0/5] Introduce DRM device wedged event
 2024-09-30 13:01 UTC  (3+ messages)
` [PATCH v7 2/5] drm: Expose wedge recovery methods


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox