dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-24 19:00:29 to 2025-04-25 11:02:09 UTC [more...]

[PATCH v5 00/11] drm: Add new pixel formats for Xilinx Zynqmp
 2025-04-25 11:01 UTC  (9+ messages)
` [PATCH v5 01/11] drm/fourcc: Add warning for bad bpp
` [PATCH v5 02/11] drm/fourcc: Add DRM_FORMAT_XV15/XV20
` [PATCH v5 03/11] drm/fourcc: Add DRM_FORMAT_Y8
` [PATCH v5 06/11] drm/fourcc: Add DRM_FORMAT_XVUY2101010
` [PATCH v5 08/11] drm: xlnx: zynqmp: Add support for XV15 & XV20
` [PATCH v5 09/11] drm: xlnx: zynqmp: Add support for Y8 and Y10_P32
` [PATCH v5 10/11] drm: xlnx: zynqmp: Add support for X403
` [PATCH v5 11/11] drm: xlnx: zynqmp: Add support for XVUY2101010

[PATCH v4 00/23] drm/connector: hdmi: Allow using the YUV420 output format
 2025-04-25 10:27 UTC  (24+ messages)
` [PATCH v4 01/23] drm/connector: hdmi: Evaluate limited range after computing format
` [PATCH v4 02/23] drm/connector: hdmi: Add support for YUV420 format verification
` [PATCH v4 03/23] drm/connector: hdmi: Improve debug message for supported format
` [PATCH v4 04/23] drm/connector: hdmi: Add missing bpc debug info to hdmi_try_format_bpc()
` [PATCH v4 05/23] drm/connector: hdmi: Factor out bpc and format computation logic
` [PATCH v4 06/23] drm/connector: hdmi: Use YUV420 output format as an RGB fallback
` [PATCH v4 07/23] drm/tests: hdmi: Replace '[_]MHz' with 'mhz'
` [PATCH v4 08/23] drm/tests: hdmi: Add macro to simplify EDID setup
` [PATCH v4 09/23] drm/tests: hdmi: Replace open coded "
` [PATCH v4 10/23] drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs()
` [PATCH v4 11/23] drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connector
` [PATCH v4 12/23] drm/tests: helpers: Add a (re)try helper variant to enable CRTC connector
` [PATCH v4 13/23] drm/tests: hdmi: Switch to drm_kunit_helper_try_enable_crtc_connector()
` [PATCH v4 14/23] drm/tests: hdmi: Add macro to support EDEADLK handling
` [PATCH v4 15/23] drm/tests: hdmi: Restart atomic sequence on EDEADLK
` [PATCH v4 16/23] drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possible
` [PATCH v4 17/23] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 only
` [PATCH v4 18/23] drm/tests: hdmi: Add limited range tests for YUV420 mode
` [PATCH v4 19/23] drm/tests: hdmi: Rename max TMDS rate fallback tests
` [PATCH v4 20/23] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUV
` [PATCH v4 21/23] drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 mode
` [PATCH v4 22/23] drm/tests: hdmi: Add test for unsuccessful fallback to YUV420
` [PATCH v4 23/23] drm/tests: hdmi: Add test for unsupported RGB/YUV420 mode

[RFC v4 00/16] Fair DRM scheduler
 2025-04-25 10:20 UTC  (17+ 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
` [RFC v4 04/16] drm/sched: Avoid double re-lock on the job free path
` [RFC v4 05/16] drm/sched: Consolidate drm_sched_job_timedout
` [RFC v4 06/16] drm/sched: Consolidate drm_sched_rq_select_entity_rr
` [RFC v4 07/16] drm/sched: Implement RR via FIFO
` [RFC v4 08/16] drm/sched: Consolidate entity run queue management
` [RFC v4 09/16] drm/sched: Move run queue related code into a separate file
` [RFC v4 10/16] drm/sched: Free all finished jobs at once
` [RFC v4 11/16] drm/sched: Account entity GPU time
` [RFC v4 12/16] drm/sched: Remove idle entity from tree
` [RFC v4 13/16] drm/sched: Add fair scheduling policy
` [RFC v4 14/16] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [RFC v4 15/16] drm/sched: Queue all free credits in one worker invocation
` [RFC v4 16/16] drm/sched: Embed run queue singleton into the scheduler

[PATCH v4 00/11] drm: Add new pixel formats for Xilinx Zynqmp
 2025-04-25 10:18 UTC  (16+ messages)
` [PATCH v4 03/11] drm/fourcc: Add DRM_FORMAT_Y8

[PATCH v2 0/4] Add GPU clock/reset management for TH1520 in genpd
 2025-04-25 10:10 UTC  (11+ messages)
  ` [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag
  ` [PATCH v2 3/4] pmdomain: thead: Add GPU-specific clock and reset handling for TH1520

[PATCH v5 0/5] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-04-25  9:57 UTC  (5+ messages)
` [PATCH v5 3/5] arm64: dts: qcom: Add initial support for MSM8937

[PATCH v4 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
 2025-04-25  9:51 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: display: msm: mdp4: add LCDC clock and PLL source
` [PATCH v4 2/7] drm/msm/mdp4: drop mpd4_lvds_pll_init stub
` [PATCH v4 3/7] drm/msm/mdp4: register the LVDS PLL as a clock provider
` [PATCH v4 4/7] drm/msm/mdp4: use parent_data for LVDS PLL
` [PATCH v4 5/7] drm/msm/mdp4: move move_valid callback to lcdc_encoder
` [PATCH v4 6/7] drm/msm/mdp4: switch LVDS to use drm_bridge/_connector
` [PATCH v4 7/7] arm: dts: qcom: apq8064: link LVDS clocks

[PATCH v7 0/8] drm/i915: Add drm_panic support
 2025-04-25  9:37 UTC  (9+ messages)
` [PATCH v7 1/8] drm/i915/fbdev: Add intel_fbdev_get_map()
` [PATCH v7 2/8] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH v7 3/8] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH v7 4/8] drm/i915/gem: Add i915_gem_object_panic_map()
` [PATCH v7 5/8] drm/i915/display: Add drm_panic support
` [PATCH v7 6/8] drm/i915/display: Flush the front buffer in panic handler
` [PATCH v7 7/8] drm/i915/display: Add drm_panic support for Y-tiling with DPT
` [PATCH v7 8/8] drm/i915/display: Add drm_panic support for 4-tiling "

[PATCH] accel/ivpu: Correct mutex unlock order in job submission
 2025-04-25  9:36 UTC 

[PATCH] accel/ivpu: Fix pm related deadlocks in cmdq ioctls
 2025-04-25  9:33 UTC 

[PATCH v5 00/19] Add GCE support for MT8196
 2025-04-25  9:28 UTC  (20+ messages)
` [PATCH v5 01/19] arm64: dts: mediatek: Add GCE header "
` [PATCH v5 02/19] mailbox: mtk-cmdq: Refine DMA address handling for the command buffer
` [PATCH v5 03/19] mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instruction
` [PATCH v5 04/19] soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()
` [PATCH v5 05/19] soc: mediatek: mtk-cmdq: Add cmdq_pkt_jump_rel_temp() for removing shift_pa
` [PATCH v5 06/19] media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_temp()
` [PATCH v5 07/19] soc: mediatek: mtk-cmdq: Remove shift_pa parameter from cmdq_pkt_jump()
` [PATCH v5 08/19] media: platform: mtk-mdp3: Use cmdq_pkt_jump_rel() without shift_pa
` [PATCH v5 09/19] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_jump() and cmdq_pkt_jump_rel_temp()
` [PATCH v5 10/19] mailbox: mtk-cmdq: Add GCE hardware virtualization configuration
` [PATCH v5 11/19] mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction
` [PATCH v5 12/19] mailbox: mtk-cmdq: Add driver data to support for MT8196
` [PATCH v5 13/19] soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support
` [PATCH v5 14/19] soc: mediatek: mtk-cmdq: Add new APIs to replace cmdq_pkt_write() and cmdq_pkt_write_mask()
` [PATCH v5 15/19] soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses
` [PATCH v5 16/19] soc: mediatek: Add programming flow for unsupported subsys ID hardware
` [PATCH v5 17/19] drm/mediatek: "
` [PATCH v5 18/19] media: mediatek: mdp3: "
` [PATCH v5 19/19] soc: mediatek: mtk-cmdq: Remove cmdq_pkt_write() and cmdq_pkt_write_mask()

[PATCH] accel/ivpu: Increase state dump msg timeout
 2025-04-25  9:28 UTC 

[PATCH v3 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
 2025-04-25  9:27 UTC  (10+ messages)
` [PATCH v3 3/7] drm/msm/mdp4: register the LVDS PLL as a clock provider
` [PATCH v3 6/7] drm/msm/mdp4: switch LVDS to use drm_bridge/_connector

[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-04-25  9:27 UTC  (14+ messages)
` [PATCH v1 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
` [PATCH v1 03/11] x86/mm/pat: introduce pfnmap_track() and pfnmap_untrack()
` [PATCH v1 04/11] mm/memremap: convert to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking "
` [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v1 07/11] mm: remove VM_PAT
` [PATCH v1 08/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v1 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v1 11/11] mm/io-mapping: "

drm/msm/dp: Introduce link training per-segment for LTTPRs
 2025-04-25  9:20 UTC  (10+ messages)
` [PATCH v3 1/4] drm/msm/dp: Fix support of LTTPR initialization
` [PATCH v3 2/4] drm/msm/dp: Account for LTTPRs capabilities
` [PATCH v3 3/4] drm/msm/dp: Prepare for link training per-segment for LTTPRs

[PATCH v4 0/5] Enable SVM atomics in Xe / GPU SVM
 2025-04-25  9:10 UTC  (7+ messages)
` [PATCH v4 2/5] drm/xe: Strict migration policy for atomic SVM faults

[PATCH v5 0/5] Add SMEM-based speedbin matching
 2025-04-25  9:05 UTC  (4+ messages)
` [PATCH v5 1/5] drm/msm/adreno: Implement SMEM-based speed bin

[PATCH] fbdev/nvidiafb: Correct const string length in nvidiafb_setup()
 2025-04-25  8:55 UTC  (3+ messages)

[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
 2025-04-25  8:51 UTC  (9+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
` [PATCH v4 03/13] media: pci: cx18-av-vbi: "
` [PATCH v4 04/13] media: saa7115: "

[PATCH] accel/ivpu: Correct DCT interrupt handling
 2025-04-25  8:51 UTC  (2+ messages)

[PATCH] accel/ivpu: Fix the D0i2 disable test mode
 2025-04-25  8:51 UTC  (2+ messages)

[PATCH] accel/ivpu: Implement heartbeat-based TDR mechanism
 2025-04-25  8:50 UTC  (6+ messages)

[PATCH v3 04/20] drm/i915: Avoid open-coded use of ratelimit_state structure's ->missed field
 2025-04-25  8:48 UTC  (3+ messages)
` [PATCH v3 05/20] drm/amd/pm: Avoid open-coded use of ratelimit_state structure's internals

[PATCH] drm/i915/gsc: mei interrupt top half should be in irq disabled context
 2025-04-25  8:33 UTC  (5+ messages)

[PATCH] drm/tests: shmem: Fix memleak
 2025-04-25  8:10 UTC  (2+ messages)

[PATCH v3 0/2] dma-buf: heaps: Support carved-out heaps
 2025-04-25  7:55 UTC  (6+ messages)
` [PATCH v3 2/2] dma-buf: heaps: Introduce a new heap for reserved memory

[PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers
 2025-04-25  7:15 UTC  (2+ messages)

[PATCH] drm/amd/display: Use true/false for boolean variables in dcn314
 2025-04-24 18:37 UTC 

[RFC PATCH] drm/bridge: ti-sn65dsi86: Enable HPD functionality
 2025-04-25  5:34 UTC  (3+ messages)

[PATCH v2 00/34] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-04-24 20:05 UTC  (21+ messages)
` [PATCH v2 11/34] drm/bridge: dw-hdmi: convert to devm_drm_bridge_alloc() API
` [PATCH v2 17/34] drm/msm/dsi: "
` [PATCH v2 18/34] drm/msm/hdmi: "
` [PATCH v2 19/34] drm/omap: dss: dpi: "
` [PATCH v2 20/34] drm/omap: dss: dsi: "
` [PATCH v2 21/34] drm/omap: dss: hdmi4: "
` [PATCH v2 22/34] drm/omap: dss: hdmi5: "
` [PATCH v2 23/34] drm/omap: dss: sdi: "
` [PATCH v2 24/34] drm/omap: dss: venc: "
` [PATCH v2 25/34] drm/rcar-du: dsi: "
` [PATCH v2 26/34] drm/bridge: stm_lvds: "
` [PATCH v2 27/34] drm/vc4: "
` [PATCH v2 28/34] drm/sti: dvo: "
` [PATCH v2 29/34] drm: zynqmp_dp: "
` [PATCH v2 30/34] drm/bridge: imx8qxp-pixel-combiner: "
` [PATCH v2 31/34] drm/bridge: imx8*-ldb: "
` [PATCH v2 32/34] drm/bridge: tc358767: "
` [PATCH v2 33/34] drm/bridge: add devm_drm_put_bridge()
` [PATCH v2 34/34] drm/bridge: panel: convert to devm_drm_bridge_alloc() API

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

[PATCH v9 00/10] Improve gpu_scheduler trace events + UAPI
 2025-04-25  5:31 UTC  (5+ messages)
` [PATCH v9 08/10] drm: get rid of drm_sched_job::id
` [PATCH v9 10/10] drm/amdgpu: update trace format to match gpu_scheduler_trace

[PATCH 0/2] Fix udmabuf vmap error
 2025-04-25  2:59 UTC  (4+ messages)
` [PATCH 2/2] udmabuf: fix vmap missed offset page

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-04-25  2:32 UTC  (14+ messages)
` [PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
            ` [13/16] "

[PATCH v7] drm/msm/dp: reuse generic HDMI codec implementation
 2025-04-25  1:55 UTC  (2+ messages)

[PATCH v3 0/7] Replace xe_hmm with gpusvm
 2025-04-24 23:18 UTC  (10+ messages)
` [PATCH v3 4/7] drm/gpusvm: refactor core API to use pages struct
` [PATCH v3 5/7] drm/gpusvm: export drm_gpusvm_pages API
` [PATCH v3 6/7] drm/xe/userptr: replace xe_hmm with gpusvm
` [PATCH v3 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

[PATCH][next] fbdev/carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEM
 2025-04-24 22:12 UTC  (2+ messages)

[PATCH v1 1/1] atyfb: Remove unused PCI vendor ID
 2025-04-24 22:15 UTC  (2+ messages)

[PATCH v23 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-24 20:49 UTC  (6+ messages)
` [PATCH v23 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v23 2/5] drm/xe/xe_gt_pagefault: Move pagefault struct to header
` [PATCH v23 3/5] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v23 4/5] drm/xe/xe_vm: Add per VM fault info
` [PATCH v23 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

[PATCH v2 0/4] Retrieve information about DDR from SMEM
 2025-04-24 20:28 UTC  (12+ messages)
` [PATCH v2 3/4] drm/msm/a6xx: Get HBB dynamically, if available

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

[PATCH v22 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-04-24 19:41 UTC  (6+ messages)
` [PATCH v22 1/5] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v22 5/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl

[PATCH] Revert "drm/amd/display: Hardware cursor changes color when switched to software cursor"
 2025-04-24 19:10 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).