dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-29 09:18:02 to 2025-04-30 08:22:07 UTC [more...]

[PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-30  8:21 UTC  (7+ messages)
` [PATCH v2 07/34] drm/bridge: lt9611uxc: convert to devm_drm_bridge_alloc() API
` (subset) [PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()

[PATCH] drm/nouveau/fifo: small cleanup in nvkm_chan_cctx_get()
 2025-04-30  8:06 UTC 

[PATCH] drm/amdgpu/userq: remove unnecessary NULL check
 2025-04-30  8:05 UTC 

[PATCH next] drm/st7571-i2c: Fix IS_ERR() vs NULL checks in probe()
 2025-04-30  8:03 UTC 

[PATCH] drm/bridge: cdns-mhdp8546: unlock on error in cdns_mhdp_atomic_enable()
 2025-04-30  8:02 UTC 

[PATCH next] drm/amdgpu/userq: Call unreserve on error in amdgpu_userq_fence_read_wptr()
 2025-04-30  8:01 UTC 

[PATCH] drm/amd/display: Rename program_timing function for better debugging
 2025-04-30  0:08 UTC 

[PATCH v2 0/2] BOE TD4320 panel
 2025-04-30  7:37 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add BOE TD4320
` [PATCH v2 2/2] drivers: gpu: drm: "

[PATCH v23 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-30  7:06 UTC  (4+ messages)
` [PATCH v23 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-04-30  6:58 UTC  (10+ messages)
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 10/16] gpu: nova-core: add basic timer device
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code

[PATCH v5 00/10] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-04-30  2:18 UTC  (7+ messages)
` [PATCH v5 04/10] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v5 06/10] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir

[PATCH v1 0/3] drm/ci: mesa uprev and python-artifacts/check-patch fixes
 2025-04-30  1:33 UTC  (7+ messages)
` [PATCH v1 3/3] drm/ci: uprev mesa

[PATCH V9 00/43] Color Pipeline API w/ VKMS
 2025-04-30  1:11 UTC  (44+ messages)
` [PATCH V9 01/43] drm: Add helper for conversion from signed-magnitude
` [PATCH V9 02/43] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH V9 03/43] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH V9 04/43] drm/colorop: Introduce new drm_colorop mode object
` [PATCH V9 05/43] drm/colorop: Add TYPE property
` [PATCH V9 06/43] drm/colorop: Add 1D Curve subtype
` [PATCH V9 07/43] drm/colorop: Add BYPASS property
` [PATCH V9 08/43] drm/colorop: Add NEXT property
` [PATCH V9 09/43] drm/colorop: Add atomic state print for drm_colorop
` [PATCH V9 10/43] drm/plane: Add COLOR PIPELINE property
` [PATCH V9 11/43] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V9 12/43] Documentation/gpu: document drm_colorop
` [PATCH V9 13/43] drm/colorop: Add destroy functions for color pipeline
` [PATCH V9 14/43] drm/vkms: Add enumerated 1D curve colorop
` [PATCH V9 15/43] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH V9 16/43] drm/colorop: Add 3x4 CTM type
` [PATCH V9 17/43] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH V9 18/43] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH V9 19/43] drm/tests: Add a few tests around drm_fixed.h
` [PATCH V9 20/43] drm/vkms: Add tests for CTM handling
` [PATCH V9 21/43] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH V9 22/43] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH V9 23/43] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH V9 24/43] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH V9 25/43] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH V9 26/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH V9 27/43] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH V9 28/43] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH V9 29/43] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH V9 30/43] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH V9 31/43] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH V9 32/43] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH V9 33/43] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V9 34/43] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH V9 35/43] drm/amd/display: add 3x4 matrix colorop
` [PATCH V9 36/43] drm/colorop: Add mutliplier type
` [PATCH V9 37/43] drm/amd/display: add multiplier colorop
` [PATCH V9 38/43] drm/amd/display: Swap matrix and multiplier
` [PATCH V9 39/43] drm/colorop: Define LUT_1D interpolation
` [PATCH V9 40/43] drm/colorop: allow non-bypass colorops
` [PATCH V9 41/43] drm/colorop: Add 3D LUT support to color pipeline
` [PATCH V9 42/43] drm/amd/display: add 3D LUT colorop
` [PATCH V9 43/43] drm/amd/display: Add AMD color pipeline doc

[PATCH v4 04/20] drm/i915: Avoid open-coded use of ratelimit_state structure's ->missed field
 2025-04-30  1:05 UTC  (2+ messages)
` [PATCH v4 05/20] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals

[PATCH v2 0/3] drm/display: hdmi: provide common code to get Audio Clock Recovery params
 2025-04-30  1:03 UTC  (5+ messages)
` [PATCH v2 2/3] drm/msm/hdmi: move msm_hdmi_audio_update() out of msm_hdmi_set_timings()
` [PATCH v2 3/3] drm/msm/hdmi: use new helper for ACR tables

[PATCH] drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernel
 2025-04-30  0:59 UTC  (2+ messages)

[PATCH v3 0/8] drm/msm/dpu: improve CTL handling on DPU >= 5.0 platforms
 2025-04-30  0:42 UTC  (11+ messages)
` [PATCH v3 3/8] drm/msm/dpu: pass master interface to CTL configuration
` [PATCH v3 5/8] drm/msm/dpu: don't select single flush for active CTL blocks
` [PATCH v3 6/8] drm/msm/dpu: allocate single CTL for DPU >= 5.0
` [PATCH v3 7/8] drm/msm/dpu: remove DPU_CTL_SPLIT_DISPLAY from CTL blocks on "
` [PATCH v3 8/8] drm/msm/dpu: drop now-unused condition for has_legacy_ctls

[PATCH v4 0/4] drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-04-30  0:09 UTC  (5+ messages)
` [PATCH v4 1/4] drm/msm/dp: Fix support of LTTPR initialization
` [PATCH v4 2/4] drm/msm/dp: Account for LTTPRs capabilities
` [PATCH v4 3/4] drm/msm/dp: Prepare for link training per-segment for LTTPRs
` [PATCH v4 4/4] drm/msm/dp: Introduce "

[PATCH AUTOSEL 6.1 07/10] drm/amdgpu: Allow P2P access through XGMI
 2025-04-29 23:53 UTC 

[PATCH AUTOSEL 6.6 18/21] drm/amdgpu: Allow P2P access through XGMI
 2025-04-29 23:52 UTC 

[PATCH AUTOSEL 6.12 31/37] drm/amd/display: Enable urgent latency adjustment on DCN35
 2025-04-29 23:51 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 32/37] drm/amdgpu: Allow P2P access through XGMI

[PATCH AUTOSEL 6.14 32/39] drm/amd/display: Enable urgent latency adjustment on DCN35
 2025-04-29 23:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 33/39] drm/amdgpu: Allow P2P access through XGMI

[PATCH v2 0/9] media: renesas: vsp1: Add colorspace support
 2025-04-29 23:29 UTC  (10+ messages)
` [PATCH v2 1/9] media: renesas: vsp1: Implement pixel format enumeration
` [PATCH v2 2/9] media: renesas: vsp1: Make HSI and HST modules optional
` [PATCH v2 3/9] media: renesas: vsp1: Fix HSV format enumeration
` [PATCH v2 4/9] media: renesas: vsp1: Fix media bus code setup on RWPF source pad
` [PATCH v2 5/9] media: renesas: vsp1: Report colour space information to userspace
` [PATCH v2 6/9] media: renesas: vsp1: Allow setting encoding and quantization
` [PATCH v2 7/9] media: renesas: vsp1: Name nested structure in vsp1_drm
` [PATCH v2 8/9] media: renesas: vsp1: Expose color space through the DRM API
` [PATCH v2 9/9] drm: rcar-du: Create plane color properties

linux-next: Tree for Apr 29 (drivers/gpu/drm/xe/xe_devcoredump.c)
 2025-04-29 23:09 UTC 

[PATCH] drm/amd/display: no 3D and blnd LUT as DPP color caps for DCN401
 2025-04-29 22:39 UTC  (2+ messages)

[PATCH RESEND] drm/i915/pch: fix warning for coffeelake on SunrisePoint PCH
 2025-04-29 21:19 UTC  (2+ messages)

[PATCH] drm/amdkfd: enable kfd on RISCV systems
 2025-04-29  9:29 UTC  (2+ messages)

[PATCH v7 0/2] Rework/Correction on minimum hblank calculation
 2025-04-29 11:58 UTC  (3+ messages)
` [PATCH v7 1/2] drm/display/dp: Export fn to calculate link symbol cycles

[PATCH v2] drm/amdkfd: enable kfd on RISCV systems
 2025-04-29 10:43 UTC 

[PATCH] drm/meson: Cast mode->clock to unsigned long long
 2025-04-29 21:00 UTC  (2+ messages)

[PATCH] video: fbdev: arkfb: Cast ics5342_init() allocation type
 2025-04-29 20:25 UTC  (5+ messages)

[PATCH] drm/panthor: Fix build warning when DEBUG_FS is disabled
 2025-04-29 20:19 UTC  (2+ messages)

[PATCH] dma-buf: system_heap: No separate allocation for attachment sg_tables
 2025-04-29 19:49 UTC  (4+ messages)

[PATCH v2 0/5] drm/msm/dpu: disable DSC on some of old DPU models
 2025-04-29 18:27 UTC  (5+ messages)
` [PATCH v2 4/5] drm/msm/dpu: drop TE2 definitions

[PATCH] drm/amd/display: Don't check for NULL divisor in fixpt code
 2025-04-29 18:06 UTC  (2+ messages)

[PATCH] drm/msm/dpu: Filter modes based on adjusted mode clock
 2025-04-29 17:55 UTC  (2+ messages)

[PATCH] drm/xe: fix devcoredump chunk alignmnent calculation
 2025-04-29 17:55 UTC  (3+ messages)

[PATCH] vsprintf: Use %p4chR instead of %p4cn for reading data in reversed host ordering
 2025-04-29 17:50 UTC  (11+ messages)
` [PATCH] checkpatch: remove %p4cn
` [PATCH v2] checkpatch: remove %p4cn and add check for %p4chR

[PATCH 5.10 227/286] drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for dev and dir
 2025-04-29 16:42 UTC 

[PATCH v5 00/11] drm/display: generic HDMI CEC helpers
 2025-04-29 16:46 UTC  (14+ messages)
` [PATCH v5 03/11] drm/connector: add CEC-related fields
` [PATCH v5 04/11] drm/connector: unregister CEC data
` [PATCH v5 06/11] drm/display: add CEC helpers code

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-04-29 16:36 UTC  (11+ messages)
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()

[PATCH v3 0/3] drm/panel-edp: Add support for several panels
 2025-04-29 16:27 UTC  (7+ messages)
` [PATCH v3 1/3] drm/panel-edp: Add support for AUO B140QAN08.H panel
` [PATCH v3 2/3] drm/panel-edp: Add support for BOE NE140WUM-N6S panel
` [PATCH v3 3/3] drm/panel-edp: Add support for CSW MNE007QS3-8 panel

[PATCH v2 0/2] dma-buf: heaps: Use constant name for CMA heap
 2025-04-29 16:25 UTC  (8+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Give default CMA heap a fixed name

[RFC 0/9] Introducing firmware late binding
 2025-04-29 16:09 UTC  (10+ messages)
` [RFC 1/9] mei: bus: add mei_cldev_mtu interface
` [RFC 2/9] mei: late_bind: add late binding component driver
` [RFC 3/9] drm/xe/late_bind_fw: Introducing late_bind_fw
` [RFC 4/9] drm/xe/xe_late_bind_fw: Initialize late binding firmware
` [RFC 5/9] drm/xe/xe_late_bind_fw: Load "
` [RFC 6/9] drm/xe/xe_late_bind_fw: Reload late binding fw in rpm resume
` [RFC 7/9] drm/xe/xe_late_bind_fw: Reload late binding fw in S2Idle/S3 resume
` [RFC 8/9] drm/xe/xe_late_bind_fw: Introduce debug fs node to disable late binding
` [RFC 9/9] {fwctl,drm}/xe/pcode: Introduce xe_pcode_fwctl

[PATCH] drm/msm/gpu: Fix crash when throttling GPU immediately during boot
 2025-04-29 15:54 UTC  (2+ messages)

[RFC v4 00/16] Fair DRM scheduler
 2025-04-29 15:52 UTC  (9+ messages)
` [RFC v4 01/16] drm/sched: Add some scheduling quality unit tests
` [RFC v4 02/16] drm/sched: Add some more "
` [RFC v4 03/16] drm/sched: De-clutter drm_sched_init

[PATCH] drm/mipi-dbi: Fix blanking for non-16 bit formats
 2025-04-29 15:31 UTC  (2+ messages)

[PATCH] drm/tests: shmem: Fix memleak
 2025-04-29 15:31 UTC  (2+ messages)

[PATCH] accel/ivpu: Correct mutex unlock order in job submission
 2025-04-29 14:43 UTC  (6+ messages)

[PATCH v5 0/3] Add support for AM62L DSS
 2025-04-29 14:36 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: display: ti, am65x-dss: "
` [PATCH v5 2/3] drm/tidss: Update infrastructure to support K3 DSS cut-down versions
` [PATCH v5 3/3] drm/tidss: Add support for AM62L display subsystem

[PATCH] drm/msm: Convert comma to semicolon
 2025-04-29 14:36 UTC  (2+ messages)

[PATCH v4 00/19] drm/msm: Add support for SM8750
 2025-04-29 14:32 UTC  (3+ messages)
` [PATCH v4 16/19] drm/msm/dpu: Implement 10-bit color alpha for v12.0 DPU

[PATCH] Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"
 2025-04-29 13:55 UTC  (3+ messages)

[PATCH v3 00/33] drm/msm: sparse / "VM_BIND" support
 2025-04-29 14:05 UTC  (7+ messages)
` [PATCH v3 03/33] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

[PATCH] drm/appletbdrm: Make appletbdrm depend on X86
 2025-04-29 13:53 UTC  (2+ messages)

[PATCH] drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS
 2025-04-29 13:29 UTC  (2+ messages)

[PATCH v2 0/4] Apple Display Pipe driver fixes
 2025-04-29 13:29 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Remove redundant return value checks for amdgpu_ras_error_data_init
 2025-04-29  5:22 UTC 

drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-04-29 13:07 UTC  (11+ messages)

[PATCH v4 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-04-29 13:01 UTC  (2+ messages)

[PULL] drm-misc-next
 2025-04-29 12:44 UTC 

[lvc-project] [PATCH 5.10/5.15] drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_levels'
 2025-04-29 12:20 UTC 

[PATCH v2 0/6] Support for Adreno 623 GPU
 2025-04-29 12:17 UTC  (6+ messages)
` [PATCH v2 5/6] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes

[PATCH] drm/v3d: Add job to pending list if the reset was skipped
 2025-04-29 11:00 UTC  (3+ messages)

[PATCH] drm: drm_fourcc: add 10/12bit software decoder YCbCr formats
 2025-04-29 10:47 UTC  (3+ messages)

[RESEND PATCH] drm: Use strscpy() instead of strscpy_pad()
 2025-04-29 10:43 UTC 

[PATCH] drm/st7571-i2c: select CONFIG_DRM_CLIENT_SELECTION
 2025-04-29 10:23 UTC  (2+ messages)

[PATCH 1/1] drm: lcdif: Use dev_err_probe()
 2025-04-29 10:14 UTC  (2+ messages)

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-04-29 10:05 UTC  (5+ messages)
` [PATCH v2 4/7] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v2 6/7] accel/rocket: Add job submission IOCTL

[PATCH v4 00/23] drm/connector: hdmi: Allow using the YUV420 output format
 2025-04-29  9:58 UTC  (4+ messages)
` [PATCH v4 08/23] drm/tests: hdmi: Add macro to simplify EDID setup

[PATCH v9 00/12] mtd: add driver for Intel discrete graphics
 2025-04-29  9:44 UTC  (5+ messages)
` [PATCH v9 02/12] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v9 03/12] mtd: intel-dg: implement region enumeration

[PATCH v7 00/12] mtd: add driver for Intel discrete graphics
 2025-04-29  9:23 UTC  (3+ messages)
` [PATCH v7 01/12] mtd: core: always create master device

[PATCH v4 0/4] drm/panel: Panel Refcounting infrastructure
 2025-04-29  9:22 UTC  (5+ messages)
` [PATCH v4 2/4] drm/panel: Add refcount support

clang and drm issue: objtool warnings from clang build
 2025-04-29  9:17 UTC  (9+ 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).