public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 10:12:34 to 2026-05-23 19:45:27 UTC [more...]

[PATCH v16 00/28] Add new general DRM property "color format"
 2026-05-23 19:43 UTC  (5+ messages)
` [PATCH v16 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v16 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v16 03/28] drm: Add new general DRM property "color format"
` [PATCH v16 04/28] drm/connector: Let connectors have a say in their color format

[PATCH] dma-buf: fix UAF in dma_buf_fd() tracepoint
 2026-05-23 18:14 UTC 

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-05-23 17:52 UTC  (5+ messages)
` [PATCH v2 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()
` [PATCH v2 2/2] drm/xe: gate observation streams with perf_allow_cpu()

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-23 15:46 UTC  (4+ messages)
` [PATCH v4 21/27] rust: types: add `ForLt` trait for higher-ranked lifetime support

[PATCH v2] drm/i915: use 'depends on' with visible DEBUG_OBJECTS for DRM_I915_DEBUG and DRM_I915_SW_FENCE_DEBUG_OBJECTS
 2026-05-23 15:41 UTC 

[PATCH v5 0/2] drm/hyperv: harden host message parsing
 2026-05-23 15:17 UTC  (5+ messages)
` [PATCH v5 1/2] drm/hyperv: validate resolution_count and fix WIN8 fallback
` [PATCH v5 2/2] drm/hyperv: validate VMBus packet size in receive callback

[PATCH NEXT 0/2] drm/radeon/radeon_connectors: use struct drm_edid
 2026-05-23 14:39 UTC  (4+ messages)
` [PATCH NEXT 1/2] drm/radeon/radeon_connectors: use struct drm_edid instead of struct edid
` [PATCH NEXT 2/2] drm/radeon/radeon_connectors: remove radeon_connector_free_edid

[PATCH v5 0/3] drm/bridge: ite-it66121: Switch to HDMI helpers and fix DVI output
 2026-05-23 10:41 UTC  (4+ messages)
` [PATCH v5 1/3] drm/bridge: ite-it66121: Switch to the HDMI connector helpers
` [PATCH v5 2/3] drm/bridge: ite-it66121: Move .mode_set logic to .atomic_enable
` [PATCH v5 3/3] drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink type

[PATCH v2] accel: ethosu: Add performance counter support
 2026-05-23  8:37 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 0/4] DRM RAS Fixes
 2026-05-23  5:00 UTC  (5+ messages)
` [PATCH v2 1/4] drm/ras: Cancel and free message on get counter failure
` [PATCH v2 2/4] drm/xe/drm_ras: Make counter allocation drm managed
` [PATCH v2 3/4] drm/xe/drm_ras: Add per node cleanup action
` [PATCH v2 4/4] drm/xe/hw_error: Use HW_ERR prefix in log

[PATCH v3] drm/panel: novatek-nt36672a: Inline panel init sequences
 2026-05-23  3:57 UTC 

[PATCH] drm/vmwgfx: Fix hrtimer interrupt storm due to 0-period vblank
 2026-05-23  2:54 UTC  (2+ messages)
` [PATCH v2] drm/vblank: Reject 0-period timers to prevent hrtimer storm

[PATCH] drm/tegra: sor: Remove usage of drm_simple_encoder_init()
 2026-05-23  1:26 UTC 

[PATCH v2] dma-buf: set SB_I_NOEXEC and SB_I_NODEV on the pseudo filesystem
 2026-05-23  1:11 UTC 

[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-23  1:03 UTC  (6+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH v4 0/2] drm/hyperv: harden host message parsing
 2026-05-22 21:09 UTC  (3+ messages)
` [PATCH v4 2/2] drm/hyperv: validate VMBus packet size in receive callback

[PATCH v2 0/6] bus: mhi: Fix broken runtime PM design
 2026-05-22 20:09 UTC  (3+ messages)
` [PATCH v2 3/6] net: mhi_net: Hold runtime PM during active data path operations

[PATCH v2 0/2] fixes to DRM doc & parameter's print
 2026-05-22 19:55 UTC  (4+ messages)
` [PATCH v2 1/2] drm/print: describe 6th & 9th bit of drm.debug
` [PATCH v2 2/2] drm/managed: fix drmm_add_action() kernel-doc

[PATCH] drm/vmwgfx: Check whether CRTC is active when updating planes
 2026-05-22 19:53 UTC 

[PATCH v15 00/28] Add new general DRM property "color format"
 2026-05-22 19:19 UTC  (31+ messages)
` [PATCH v15 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v15 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v15 03/28] drm: Add new general DRM property "color format"
` [PATCH v15 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v15 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v15 06/28] drm/bridge: Act on the DRM color format property
` [PATCH v15 07/28] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v15 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v15 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v15 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v15 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v15 12/28] drm/i915/dp: "
` [PATCH v15 13/28] drm/i915/hdmi: Implement "color format" DRM property
` [PATCH v15 14/28] drm/i915/dp: "
` [PATCH v15 15/28] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v15 16/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v15 17/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v15 18/28] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v15 19/28] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v15 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v15 21/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v15 22/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v15 23/28] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v15 24/28] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v15 25/28] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v15 26/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v15 27/28] drm/bridge: Document bridge chain format selection
` [PATCH v15 28/28] drm/connector: Update docs of "colorspace" for color format prop

[PATCH v13 0/6] Support sparse mappings in Panthor
 2026-05-22 18:52 UTC  (7+ messages)
` [PATCH v13 1/6] drm/panthor: Expose GPU page sizes to UM
` [PATCH v13 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
` [PATCH v13 3/6] drm/panthor: Delete spurious whitespace from uAPI header
` [PATCH v13 4/6] drm/panthor: Remove unused operation context field
` [PATCH v13 5/6] drm/panthor: Support sparse mappings
` [PATCH v13 6/6] drm/panthor: Bump the driver version to 1.9

[PATCH v2 0/3] Add SCDC information to connector debugfs
 2026-05-22 17:38 UTC  (3+ messages)
` [PATCH v2 3/3] drm/scdc-helper: Implement parsing and printing HDMI 2.1 fields

[PATCH v9 00/16] drm/msm: Add PERFCNTR_CONFIG ioctl
 2026-05-22 17:33 UTC  (16+ messages)
` [PATCH v9 01/16] drm/msm: Remove obsolete perf infrastructure
` [PATCH v9 02/16] drm/msm: Allow CAP_PERFMON for setting SYSPROF
` [PATCH v9 04/16] drm/msm/registers: Sync gen_header.py from mesa
` [PATCH v9 05/16] drm/msm/registers: Add perfcntr json
` [PATCH v9 06/16] drm/msm: Add a6xx+ perfcntr tables
` [PATCH v9 07/16] drm/msm: Add sysprof accessors
` [PATCH v9 08/16] drm/msm/a6xx: Add yield & flush helper
` [PATCH v9 09/16] drm/msm: Add per-context perfcntr state
` [PATCH v9 10/16] drm/msm: Add basic perfcntr infrastructure
` [PATCH v9 11/16] drm/msm/a6xx+: Add support to configure perfcntrs
` [PATCH v9 12/16] drm/msm/a8xx: Add perfcntr flush sequence
` [PATCH v9 13/16] drm/msm: Add PERFCNTR_CONFIG ioctl
` [PATCH v9 14/16] drm/msm/a6xx: Increase pwrup_reglist size
` [PATCH v9 15/16] drm/msm/a6xx: Append SEL regs to dyn pwrup reglist
` [PATCH v9 16/16] drm/msm/a6xx: Allow IFPC with perfcntr stream

[PATCH v3 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22 17:05 UTC  (13+ messages)
` [PATCH v3 01/11] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v3 02/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v3 03/11] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v3 04/11] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v3 05/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v3 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v3 07/11] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v3 08/11] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v3 09/11] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v3 10/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v3 11/11] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-22 17:05 UTC  (9+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-22 16:17 UTC  (7+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging to memcg

[PATCH v2 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22 15:51 UTC  (13+ messages)
` [PATCH v2 01/11] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v2 02/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v2 03/11] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v2 04/11] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v2 05/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v2 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v2 07/11] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v2 08/11] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v2 09/11] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v2 10/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v2 11/11] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS

[PATCH] drm/i915: Remove drm_dev_unregister() from the error path during i915_driver_register()
 2026-05-22 15:43 UTC 

[PATCH] drm: Set dev->registered back to false in case of register failure
 2026-05-22 15:40 UTC 

[PATCH] drm/amdgpu/jpeg: Fix format-truncation warning in jpeg_v2_5_sw_init()
 2026-05-22  9:19 UTC 

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-21 18:00 UTC 

[PATCH 0/6] arm64: qcom: Enable additional hardware on Radxa Dragon Q6A
 2026-05-22 10:13 UTC  (8+ messages)
` [PATCH 1/6] soc: qcom: rpmh-rsc: Skip TCS init when RSC is managed by firmware
` [PATCH 2/6] firmware: qcom: scm: Allow EFI variable access on Radxa Dragon Q6A
` [PATCH 3/6] drm/msm/dp: Limit voltage swing level to 2 for RA620 bridge
` [PATCH 4/6] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Add regulator supplies and disable EUD
` [PATCH 5/6] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable GPU and display pipeline
` [PATCH 6/6] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable USB3 SuperSpeed

[PATCH] cgroup/dmem: implement dmem.high soft limit and throttling
 2026-05-21 11:28 UTC  (2+ messages)

[PATCH] drm/i915: Don't set min_cdclk in the initial crtc_state
 2026-05-22 13:33 UTC  (3+ messages)

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-21 19:39 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
  ` [PATCH v2 2/2] drm/i915/color: Fix Pre-CSC degamma LUT bounds

[PATCH] drm/amdgpu: remove dead empty checks in ring_mux ib_mark_offset and end_ib
 2026-05-21 13:35 UTC 

[PATCH] drm/panel: fix kernel-doc warning for devm_drm_panel_add()
 2026-05-21  9:45 UTC 

[PATCH v3] drm/bridge: dw-hdmi-qp: use drm_hdmi_acr_get_n_cts() helper for audio N/CTS
 2026-05-21  7:36 UTC 

[PATCH v2] cgroup/dmem: implement dmem.high soft limit via prioritized eviction
 2026-05-22  8:28 UTC 

[PATCH] drm/radeon: Use kvfree instead of kfree in radeon_gpu_reset
 2026-05-22  3:32 UTC 

[PATCH v2] drm/bridge: dw-hdmi-qp: compute audio CTS from N when not in TMDS table
 2026-05-21  7:44 UTC  (3+ messages)

[PATCH] cgroup/dmem: implement dmem.high soft limit and throttling
 2026-05-21 11:28 UTC  (2+ messages)

[PATCH] cgroup/dmem: implement dmem.high soft limit and throttling
 2026-05-21 11:28 UTC  (2+ messages)

[PATCH v2 0/4] fbdev: Internalize fbcon
 2026-05-22 13:59 UTC  (6+ messages)
` [PATCH v2 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper
` [PATCH v2 2/4] fbdev: Wrap user-invoked calls to fb_blank() "
` [PATCH v2 3/4] fbdev: Wrap fbcon updates from vga-switcheroo "
` [PATCH v2 4/4] fbdev: Do not export fbcon from fbdev

[PATCH v1 0/2] fixes to DRM doc & parameter's print
 2026-05-22 13:40 UTC  (4+ messages)
` [PATCH v1 2/2] drm/managed: fix drmm_add_mod_or_reset() kernel-doc

[PATCH 6.12.y] drm/imagination: Synchronize interrupts before suspending the GPU
 2026-05-22 13:15 UTC 

[PATCH v6 0/2] drm: panel: support the R63419 based dual-DSI video mode Display Panels
 2026-05-22 12:51 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: display: panel: document the Renesas "
` [PATCH v6 2/2] drm: panel: add support for "

[PATCH] drm/vmwgfx: Break ABBA deadlock in vblank disable path
 2026-05-22 12:35 UTC 

[PATCH 0/4] fbdev: Internalize fbcon
 2026-05-22 12:14 UTC  (4+ messages)
` [PATCH 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper

[PATCH v7 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-05-22 11:59 UTC  (16+ messages)
` [PATCH v7 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
` [PATCH v7 02/15] firmware: qcom: Add a generic PAS service
` [PATCH v7 03/15] firmware: qcom_scm: Migrate to "
` [PATCH v7 04/15] firmware: qcom: Add a PAS TEE service
` [PATCH v7 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v7 06/15] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v7 07/15] remoteproc: qcom_wcnss: "
` [PATCH v7 08/15] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v7 09/15] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v7 10/15] media: qcom: "
` [PATCH v7 11/15] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v7 12/15] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v7 13/15] wifi: ath12k: "
` [PATCH v7 14/15] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v7 15/15] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH v6 00/22] Add HDMI 2.0 support to DW HDMI QP TX
 2026-05-22 11:42 UTC  (7+ messages)
` [PATCH v6 02/22] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v6 04/22] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers

[PATCH v4 0/5] gpu/buddy: Per-order free and used block scoreboards
 2026-05-22 10:56 UTC  (4+ messages)
` [PATCH v4 5/5] gpu/buddy: Track per-order used blocks with a scoreboard

[PATCH v5 0/5] Devicetree support for Glymur GPU
 2026-05-22 10:12 UTC  (6+ messages)
` [PATCH v5 1/5] drm/msm/a8xx: Fix RSCC offset
` [PATCH v5 2/5] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v5 3/5] arm64: dts: qcom: glymur: Add GPU smmu node
` [PATCH v5 4/5] arm64: dts: qcom: Add GPU support for Glymur
` [PATCH v5 5/5] arm64: dts: qcom: glymur: Add GPU cooling


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