dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-21 09:33:06 to 2025-05-22 11:49:57 UTC [more...]

[PULL] drm-misc-fixes
 2025-05-22 11:49 UTC 

[PATCH V8 00/43] Color Pipeline API w/ VKMS
 2025-05-22 11:46 UTC  (17+ messages)
` [PATCH V8 32/43] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline

[PATCH 1/2] dma-buf: Add __dma_fence_is_signaled()
 2025-05-22 11:25 UTC  (2+ messages)
` [PATCH 2/2] drm/nouveau: Don't signal when killing the fence context

[PATCH v4 04/40] drm/sched: Add enqueue credit limit
 2025-05-22 11:00 UTC  (11+ messages)

[PATCH RESEND] drm: renesas: rcar-du: use proper naming for R-Car
 2025-05-22 10:34 UTC 

[PATCH] drm/mediatek: Add wait_event_timeout when disabling plane
 2025-05-22 10:30 UTC  (2+ messages)

[PATCH v10 00/10] mtd: add driver for Intel discrete graphics
 2025-05-22 10:26 UTC  (6+ messages)
` [PATCH v10 03/10] mtd: intel-dg: implement access functions
` [PATCH v10 04/10] mtd: intel-dg: register with mtd

[PATCH] drm/panel: abstract of_panel_find()
 2025-05-22 10:00 UTC 

[PATCH 00/45] drm/msm/dp: Add MST support for MSM chipsets
 2025-05-22  9:51 UTC  (4+ messages)
` [PATCH 04/45] drm/msm/dp: split msm_dp_panel_read_sink_caps() into two parts

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-22  9:31 UTC  (17+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 03/20] rust: sizes: add constants up to SZ_2G
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 08/20] gpu: nova-core: allow register aliases

[PATCH] drm/bridge: fix build with CONFIG_OF=n
 2025-05-22  9:22 UTC  (3+ messages)

[PATCH v3] drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()
 2025-05-22  9:09 UTC  (2+ messages)

iosys-map: refactor to reduce struct size
 2025-05-22  8:48 UTC  (12+ messages)
` [PATCH 1/9] iosys-map: add new accessor interfaces and use them internally
` [PATCH 2/9] udmabuf: use new iosys_map accessors
` [PATCH 3/9] firmware/tegra: avoid accessing iosys_map internals
` [PATCH 4/9] drm/xe: avoid accessing internals of iosys_map
` [PATCH 5/9] drm/qxl: avoid accessing iosys_map internals
` [PATCH 6/9] drm/ttm: "
` [PATCH 7/9] drm: "
` [PATCH 8/9] iosys: hide internal details of implementation
` [PATCH 9/9] iosys_map: embed the is_iomem bit into the pointer

[PATCH] drm/rockchip: Use dev_err_probe() to simplify code
 2025-05-22  8:45 UTC  (4+ messages)

[PATCH v2 00/12] Rust abstractions for shmem-backed GEM objects
 2025-05-22  8:44 UTC  (14+ messages)
` [PATCH v2 01/12] rust: helpers: Add bindings/wrappers for dma_resv_lock
` [PATCH v2 02/12] rust: drm: gem: Add raw_dma_resv() function
` [PATCH v2 03/12] drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()
` [PATCH v2 04/12] drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free()
` [PATCH v2 05/12] rust: gem: Introduce BaseDriverObject::Args
` [PATCH v2 06/12] rust: drm: gem: Add OpaqueObject
` [PATCH v2 07/12] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH v2 08/12] rust: drm: gem: shmem: Add share_dma_resv to ObjectConfig
` [PATCH v2 09/12] rust: drm: gem: Introduce OwnedSGTable
` [PATCH v2 10/12] rust: Add dma_buf stub bindings
` [PATCH v2 11/12] rust: drm: gem: Add export() callback
` [PATCH v2 12/12] rust: drm: gem: Add BaseObject::prime_export()

[PATCH v3 0/5] Fix memory leaks in drm_sched_fini()
 2025-05-22  8:27 UTC  (6+ messages)
` [PATCH v3 1/5] drm/sched: Fix teardown leaks with waitqueue
` [PATCH v3 2/5] drm/sched/tests: Port tests to new cleanup method
` [PATCH v3 3/5] drm/sched: Warn if pending list is not empty
` [PATCH v3 4/5] drm/nouveau: Add new callback for scheduler teardown
` [PATCH v3 5/5] drm/nouveau: Remove waitque for sched teardown

[PATCH v2 1/1] dt-bindings: display: imx: convert fsl, dcu.txt to yaml format
 2025-05-22  8:16 UTC  (2+ messages)

[PATCH 2/2] dmabuf/heaps: implement DMA_BUF_IOCTL_RW_FILE for system_heap
 2025-05-22  8:02 UTC  (19+ messages)

[PATCH V9 00/43] Color Pipeline API w/ VKMS
 2025-05-22  7:57 UTC  (10+ messages)

[PATCH] drm/gem-framebuffer: log errors when gem size < afbc_size
 2025-05-22  7:54 UTC  (3+ messages)
  `  "

[PATCH v4 0/5] drm/msm/hdmi & phy: use generic PHY framework
 2025-05-22  7:38 UTC  (7+ messages)
` [PATCH v4 1/5] drm/msm/hdmi: switch to generic PHY subsystem
` [PATCH v4 2/5] phy: qcom: apq8064-sata: extract UNI PLL register defines
` [PATCH v4 3/5] phy: qcom-uniphy: add more registers from display PHYs

[PATCH v3 00/22] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-05-22  7:28 UTC  (4+ messages)

[PATCH] drm/panel-edp: Clarify the `prepare_to_enable` description in comments
 2025-05-22  7:20 UTC  (2+ messages)

[PATCH v2] drm: renesas: rz-du: Add atomic_pre_enable
 2025-05-21 21:03 UTC 

[PATCH] drm: renesas: rz-du: Add atomic_pre_enable
 2025-05-21 20:38 UTC  (5+ messages)

[PATCH/RFC 0/3] Atari DRM driver
 2025-05-21 22:56 UTC  (6+ messages)

[PATCH v5 RESEND 1/3] drm/shmem-helper: Import dmabuf without mapping its sg_table
 2025-05-22  7:07 UTC  (3+ messages)
` [PATCH v5 RESEND 2/3] drm/ast: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGT
` [PATCH v5 RESEND 3/3] drm/udl: "

[rfc] drm/ttm/memcg: simplest initial memcg/ttm integration (v2)
 2025-05-22  7:03 UTC  (7+ messages)

[PULL] drm-intel-next-fixes
 2025-05-22  6:59 UTC 

[PATCH v9 0/9] TEE subsystem for protected dma-buf allocations
 2025-05-22  6:56 UTC  (4+ messages)
` [PATCH v9 2/9] dma-buf: dma-heap: export declared functions

[PATCH v4 00/12] Panel Replay + Adaptive sync
 2025-05-22  5:25 UTC  (15+ messages)
` [PATCH v4 01/12] drm/panelreplay: Panel Replay capability DPCD register definitions
` [PATCH v4 02/12] drm/dp: Add Panel Replay capability bits from DP2.1 specification
` [PATCH v4 03/12] drm/i915/psr: Read all Panel Replay capability registers from DPCD
` [PATCH v4 04/12] drm/i915/alpm: Add PR_ALPM_CTL register definitions
` [PATCH v4 05/12] drm/i915/alpm: Write PR_ALPM_CTL register
` [PATCH v4 06/12] drm/i915/psr: Add interface to check if AUXLess ALPM is needed by PSR
` [PATCH v4 07/12] drm/i915/alpm: Add new interface to check if AUXLess ALPM is used
` [PATCH v4 08/12] drm/i915/alpm: Move port alpm configuration
` [PATCH v4 09/12] drm/i915/display: Add PHY_CMN1_CONTROL register definitions
` [PATCH v4 10/12] drm/i915/display: Add function to configure LFPS sending
` [PATCH v4 11/12] drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP
` [PATCH v4 12/12] drm/i915/psr: Do not disable Panel Replay in case VRR is enabled

[PATCH v8 0/2] Add DSI display support for SA8775P target
 2025-05-22  5:13 UTC  (3+ messages)
` [PATCH v8 1/2] arm64: dts: qcom: sa8775p: add Display Serial Interface device nodes
` [PATCH v8 2/2] arm64: dts: qcom: sa8775p-ride: add anx7625 DSI to DP bridge nodes

[PATCH v1 0/5] misc: fastrpc: Add missing bug fixes
 2025-05-22  5:11 UTC  (20+ messages)
` [PATCH v1 2/5] misc: fastrpc: Move all remote heap allocations to a new list
` [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool
` [PATCH v1 5/5] misc: fastrpc: Add missing unmapping user-requested remote heap

[PATCH] drm/i915/dp: Allow HBR3 without TPS4 support for eDP panels
 2025-05-22  4:53 UTC  (3+ messages)

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-22  3:45 UTC  (19+ messages)

[PATCH 1/2] drm: rcar-du: rzg2l_mipi_dsi: Implement host transfers
 2025-05-22  4:25 UTC  (4+ messages)

[RFC 0/2] Introduce a sysfs interface for lmem information
 2025-05-22  4:31 UTC  (8+ messages)

[PATCH v10 00/10] Improve gpu_scheduler trace events + UAPI
 2025-05-22  2:27 UTC  (12+ messages)
` [PATCH v10 01/10] drm/debugfs: Output client_id in in drm_clients_info
` [PATCH v10 02/10] drm/sched: Store the drm client_id in drm_sched_fence
` [PATCH v10 03/10] drm/sched: Add device name to the drm_sched_process_job event
` [PATCH v10 04/10] drm/sched: Cleanup gpu_scheduler trace events
` [PATCH v10 05/10] drm/sched: Trace dependencies for GPU jobs
` [PATCH v10 06/10] drm/sched: Add the drm_client_id to the drm_sched_run/exec_job events
` [PATCH v10 07/10] drm/sched: Cleanup event names
` [PATCH v10 08/10] drm: Get rid of drm_sched_job.id
` [PATCH v10 09/10] drm/doc: Document some tracepoints as uAPI
` [PATCH v10 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace

[PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-05-22  3:01 UTC  (7+ messages)
` [PATCH v2 30/34] drm/bridge: imx8qxp-pixel-combiner: convert to devm_drm_bridge_alloc() API

[PATCH v5] Add CRIU support for amdgpu dmabuf
 2025-05-22  2:39 UTC  (7+ messages)
` [PATCH 1/3] drm: Add DRM prime interfaces to reassign GEM handle
` [PATCH 2/3] drm/amdgpu: Adding amdgpu CRIU ioctl
` [PATCH 3/3] drm/amdgpu: Allow kfd CRIU with no buffer objects

[PATCH] drm/rockchip: cdn-dp: Convert to drm bridge
 2025-05-22  1:31 UTC  (3+ messages)
`  "

[PATCH v2] drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
 2025-05-22  1:10 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: msm/dp: add support for pixel clock to driver another stream
 2025-05-22  0:49 UTC  (10+ messages)
` [PATCH 3/4] dt-bindings: display/msm: add stream 1 pixel clock binding

[PATCH] drm/panel-edp: Add KDC KD116N3730A05
 2025-05-22  0:26 UTC  (2+ messages)

[PATCH RESEND] drm: Use strscpy() instead of strscpy_pad()
 2025-05-21 23:18 UTC 

[PATCH v2 0/2] i.MX fsl-ldb cleanups
 2025-05-21 20:23 UTC  (3+ messages)
` [PATCH v2 2/2] drm/bridge: fsl-ldb: simplify device_node error handling

[PATCH] drm/xe: don't store the xe device pointer inside xe_ttm_tt
 2025-05-21 19:48 UTC 

6.15-rc6/regression/bisected - after commit f1c6be3999d2 error appeared: *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error
 2025-05-21 17:13 UTC  (4+ messages)

[PATCH v4] drm/rockchip: Disable AFBC for res >2560 on rk3399
 2025-05-21 16:05 UTC  (2+ messages)
` [PATCH v5] drm/rockchip: Reject "

[PATCH v3 0/5] Panfrost BO tagging and GEMS debug display
 2025-05-21 15:52 UTC  (7+ messages)
` [PATCH v3 2/5] drm/panfrost: Internally label some BOs
` [PATCH v3 4/5] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS
` [PATCH v3 5/5] drm/panfrost: Fix panfrost device variable name in devfreq

[PATCH v6 0/3] drm: Create a task info option for wedge events
 2025-05-21 15:33 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] drm/doc: Add a section about "Task information" for the wedge API
` [PATCH v6 3/3] drm/amdgpu: Make use of drm_wedge_task_info

[PATCH v2 0/2] dma-buf: heaps: Use constant name for CMA heap
 2025-05-21 15:29 UTC  (5+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Give default CMA heap a fixed name

[PATCH v3 00/30] drm/panel: Use refcounted allocation in place of devm_kzalloc() - Part2
 2025-05-21 15:13 UTC  (2+ messages)

[PATCH v5 0/3] drm: Create a tas info option for wedge events
 2025-05-21 15:17 UTC  (4+ messages)
` [PATCH v5 1/3] drm: Create a task "

[PATCH v2] drm/panthor: Reset queue slots if termination fails
 2025-05-21 15:04 UTC  (3+ messages)

[PATCH RESEND] drm/amd/display: Adjust prefix of dcn31_apg construct function name
 2025-05-21 13:58 UTC 

[PATCH v5 00/12] Add DU support for RZ/V2H(P) SoC
 2025-05-21 13:10 UTC  (22+ messages)
` [PATCH v5 03/12] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range
` [PATCH v5 04/12] drm: renesas: rz-du: mipi_dsi: Simplify HSFREQ calculation
` [PATCH v5 05/12] drm: renesas: rz-du: mipi_dsi: Use VCLK for "
` [PATCH v5 06/12] drm: renesas: rz-du: mipi_dsi: Add OF data support
` [PATCH v5 08/12] drm: renesas: rz-du: mipi_dsi: Use mHz for D-PHY frequency calculations
` [PATCH v5 10/12] drm: renesas: rz-du: mipi_dsi: Add dphy_late_init() callback for RZ/V2H(P)

[PATCH v4 00/30] drm/msm/dpu: rework HW block feature handling
 2025-05-21 12:51 UTC  (5+ messages)
` [PATCH v4 09/30] drm/msm/dpu: get rid of DPU_CTL_ACTIVE_CFG

[PATCH v6 0/2] Add Block event interrupt support for I2C protocol
 2025-05-21 12:45 UTC  (7+ messages)
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support

[PATCH] drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
 2025-05-21 12:59 UTC  (4+ messages)

[PATCH v3 00/12] Panel Replay + Adaptive sync
 2025-05-21 11:54 UTC  (14+ messages)
` [PATCH v3 02/12] drm/dp: Add Panel Replay capability bits from DP2.1 specification
` [PATCH v3 03/12] drm/i915/psr: Read all Panel Replay capability registers from DPCD
` [PATCH v3 04/12] drm/i915/alpm: Add PR_ALPM_CTL register definitions
` [PATCH v3 05/12] drm/i915/alpm: Write PR_ALPM_CTL register
` [PATCH v3 06/12] drm/i915/psr: Add interface to check if AUXLess ALPM is needed by PSR
` [PATCH v3 07/12] drm/i915/alpm: Add new interface to check if AUXLess ALPM is used
` [PATCH v3 08/12] drm/i915/alpm: Move port alpm configuration
` [PATCH v3 09/12] drm/i915/display: Add PHY_CMN1_CONTROL register definitions
` [PATCH v3 10/12] drm/i915/display: Add function to configure LFPS sending
` [PATCH v3 11/12] drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP
` [PATCH v3 12/12] drm/i915/psr: Do not disable Panel Replay in case VRR is enabled

linux-next: build warning after merge of the drm tree
 2025-05-21 10:49 UTC 

[PATCH] drm/sched/tests: Use one lock for fence context
 2025-05-21 10:24 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 NNTP newsgroup(s).