dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 22:56:12 to 2026-07-23 02:56:48 UTC [more...]

[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-23  2:56 UTC  (11+ messages)
` [PATCH v2 01/10] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH v2 02/10] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH v2 04/10] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH v2 09/10] gpu: nova-core: correct RISC-V HALTED field

[PATCH v2 0/7] display: lcdif: imx: add display support for imx8dxl and imx8qxp
 2026-07-23  2:22 UTC  (8+ messages)
` [PATCH v2 3/7] drm/panel: simple: Add waiken WKS101WX001-WCT support

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-23  2:10 UTC  (11+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v9 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v9 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v9 06/10] rust: miscdevice: "
` [PATCH v9 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v9 08/10] rust_binder: "
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-23  2:03 UTC  (89+ messages)
` [PATCH v9 01/61] video/hdmi: Introduce HDMI version enum
` [PATCH v9 02/61] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v9 03/61] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v9 04/61] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 05/61] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v9 06/61] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v9 07/61] drm/display: scdc-helper: Add helper to set SCDC version information
` [PATCH v9 08/61] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v9 09/61] drm/display: hdmi: Advertise SCDC source version when scrambling
` [PATCH v9 10/61] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v9 11/61] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v9 12/61] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v9 13/61] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v9 14/61] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v9 15/61] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v9 16/61] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v9 17/61] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v9 18/61] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v9 19/61] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v9 20/61] drm/bridge: dw-hdmi-qp: Provide .{enable,disable}_hpd() PHY ops
` [PATCH v9 21/61] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v9 22/61] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v9 23/61] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v9 24/61] drm/rockchip: dw_hdmi_qp: Fix NULL deref in PM ops on incomplete bind
` [PATCH v9 25/61] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v9 26/61] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v9 27/61] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v9 28/61] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v9 29/61] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v9 30/61] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v9 31/61] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v9 32/61] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v9 33/61] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v9 34/61] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v9 35/61] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v9 36/61] drm/vc4: hdmi: Propagate -EDEADLK to the top level
` [PATCH v9 37/61] drm/vc4: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 38/61] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
` [PATCH v9 39/61] drm/vc4: hdmi: Defer pixel clock validation to HDMI helpers
` [PATCH v9 40/61] drm/bridge: adv7511: Advertise HDMI 1.2 capabilities
` [PATCH v9 41/61] drm/bridge: inno-hdmi: "
` [PATCH v9 42/61] drm/bridge: ite-it6263: Drop redundant .mode_valid hook
` [PATCH v9 43/61] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities
` [PATCH v9 44/61] drm/bridge: ite-it66121: Advertise HDMI 1.2 capabilities
` [PATCH v9 45/61] drm/bridge: lontium-lt9611: Advertise HDMI 1.4 capabilities
` [PATCH v9 46/61] drm/rockchip: rk3066_hdmi: "
` [PATCH v9 47/61] drm/sun4i: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 48/61] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v9 49/61] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v9 50/61] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID
` [PATCH v9 51/61] drm/tests: bridge: Set supported HDMI version
` [PATCH v9 52/61] drm/tests: connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 53/61] drm/tests: connector: Add HDMI max_tmds_char_rate init coverage
` [PATCH v9 54/61] drm/tests: connector: Add HDMI source-side scrambler coverage
` [PATCH v9 55/61] drm/tests: hdmi_state_helper: Convert to drmm_connector_hdmi_init()
` [PATCH v9 56/61] drm/tests: hdmi_state_helper: Add connector-provided max_tmds_char_rate coverage
` [PATCH v9 57/61] drm/tests: hdmi_state_helper: Cover source-side scrambling decision
` [PATCH v9 58/61] drm/connector: Remove drmm_connector_hdmi_ini2()
` [PATCH v9 59/61] drm/connector: Drop redundant hdmi vendor/product fields
` [PATCH v9 60/61] drm/connector: Drop redundant hdmi supported_formats field
` [PATCH v9 61/61] drm/connector: Drop redundant max_bpc field

[PATCH] drm/amd/display: fix wrong plane_count check in dm_gpureset_toggle_interrupts()
 2026-07-23  2:03 UTC  (2+ messages)

[PATCH v8 0/8] drm: writeback: clean up writeback connector initialization
 2026-07-23  1:02 UTC  (13+ messages)
` [PATCH v8 1/8] drm/managed: implement managed versions of kzalloc_obj/objs()
` [PATCH v8 2/8] drm/amd/display: use drmm allocation for writeback connector
` [PATCH v8 3/8] drm/amd/display: use drmm_writeback_connector_init()
` [PATCH v8 4/8] drm/komeda: "
` [PATCH v8 5/8] drm/mali: "
` [PATCH v8 6/8] drm: renesas: rcar-du: "
` [PATCH v8 7/8] drm/vc4: "
` [PATCH v8 8/8] drm: writeback: drop excess connector initialization functions

[PATCH v1 3/4] drm/xe/guc/ct: Queue G2H worker before flushing it in timeout paths
 2026-07-23  0:26 UTC  (3+ messages)

[RFC PATCH v2 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-23  0:24 UTC  (2+ messages)

[PATCH v9 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-23  0:17 UTC  (9+ messages)
` [PATCH v9 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v9 2/7] drm/tyr: add a generic slot manager
` [PATCH v9 3/7] drm/tyr: add Memory Management Unit (MMU) support
` [PATCH v9 4/7] drm/tyr: add GPU virtual memory (VM) support
` [PATCH v9 5/7] drm/tyr: add a kernel buffer object
` [PATCH v9 6/7] drm/tyr: add parser for firmware binary
` [PATCH v9 7/7] drm/tyr: add Microcontroller Unit (MCU) booting

[PATCH v2] dma-buf: Split sgl into page-aligned 2G chunks
 2026-07-23  0:02 UTC  (3+ messages)
  ` [PATCH v3] dma-buf: Split sgl by largest page-aligned chunk

[PATCH] drm/mediatek: Check CRTC state before freeing
 2026-07-22 23:24 UTC  (2+ messages)

Semantic conflict between 04b177544a04 in drm-misc-fixes and 0b6b1bb28482 in -mm
 2026-07-22 23:15 UTC  (3+ messages)


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