dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-19 10:14:23 to 2024-12-20 06:33:36 UTC [more...]

[git pull] drm fixes for 6.13-rc4
 2024-12-20  6:33 UTC 

[PATCH v1 0/2] Improve error handling in fastrpc_rpmsg_probe
 2024-12-20  6:18 UTC  (3+ messages)
` [PATCH v1 1/2] misc: fastrpc: Deregister device nodes properly in error scenarios
` [PATCH v1 2/2] misc: fastrpc: Add meaningful labels for exit paths

[PATCH v3 00/33] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2024-12-20  6:09 UTC  (16+ messages)
` [PATCH v3 07/33] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v3 12/33] drm/mediatek: hdmi: Use regmap instead of iomem for main registers
` [PATCH v3 13/33] drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
` [PATCH v3 14/33] drm/mediatek: mtk_hdmi: Move audio params selection to new function
` [PATCH v3 16/33] drm/mediatek: mtk_hdmi: Move plugged_cb/codec_dev setting "
` [PATCH v3 17/33] drm/mediatek: mtk_hdmi: Move N/CTS "
` [PATCH v3 18/33] drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridge

[PATCH v4 00/25] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
 2024-12-20  6:00 UTC  (22+ messages)
` [PATCH v4 07/25] drm/msm/dpu: move resource allocation to CRTC
` [PATCH v4 08/25] drm/msm/dpu: fill CRTC resources in dpu_crtc.c
` [PATCH v4 15/25] drm/msm/dpu: Add CWB to msm_display_topology
` [PATCH v4 16/25] drm/msm/dpu: Require modeset if clone mode status changes
` [PATCH v4 17/25] drm/msm/dpu: Fail atomic_check if CWB and CDM are enabled
` [PATCH v4 18/25] drm/msm/dpu: Reserve resources for CWB
` [PATCH v4 19/25] drm/msm/dpu: Configure CWB in writeback encoder
` [PATCH v4 24/25] drm/msm/dpu: Reorder encoder kickoff for CWB

[PATCH v3 00/15] Add eDP support for RK3588
 2024-12-20  5:38 UTC  (21+ messages)
` [PATCH v3 04/15] phy: phy-rockchip-samsung-hdptx: Rename some register names related to DP
` [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration
` [PATCH v3 08/15] drm/rockchip: analogix_dp: Add support to get panel from the DP AUX bus
` [PATCH v3 09/15] drm/bridge: "
` [PATCH v3 10/15] dt-bindings: display: rockchip: analogix-dp: "
` [PATCH v3 14/15] arm64: dts: rockchip: Enable eDP0 display on RK3588S EVB1 board

[PATCH v6 00/44] Color Pipeline API w/ VKMS
 2024-12-20  5:02 UTC  (4+ messages)
` [PATCH v6 41/44] drm/colorop: allow non-bypass colorops

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

linux-next: build warnings after merge of the drm-misc tree
 2024-12-20  4:42 UTC 

[PATCH v3 0/2] drm: Allow encoder modeset when connectors are changed
 2024-12-20  2:05 UTC  (5+ messages)

[PATCH v4] drm/bridge: adv7511_audio: Update Audio InfoFrame properly
 2024-12-20  1:57 UTC  (3+ messages)

[PATCH v7 0/3] drm: adv7511: ADV7535 fixes
 2024-12-20  1:57 UTC  (2+ messages)

[PATCH 0/3] drm: bridge: adv7511: refine actual capabilities
 2024-12-20  1:30 UTC  (8+ messages)
` [PATCH 1/3] drm: bridge: adv7511: fill i2s stream capabilities
` [PATCH 2/3] drm: bridge: adv7511: remove s32 format from i2s capabilities

[PATCH v2 0/8] drm/msm/dpu: catalog corrections
 2024-12-20  1:28 UTC  (9+ messages)
` [PATCH v2 1/8] drm/msm/dpu: provide DSPP and correct LM config for SDM670
` [PATCH v2 2/8] drm/msm/dpu: link DSPP_2/_3 blocks on SM8150
` [PATCH v2 3/8] drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X
` [PATCH v2 4/8] drm/msm/dpu: link DSPP_2/_3 blocks on SM8250
` [PATCH v2 5/8] drm/msm/dpu: link DSPP_2/_3 blocks on SM8350
` [PATCH v2 6/8] drm/msm/dpu: link DSPP_2/_3 blocks on SM8550
` [PATCH v2 7/8] drm/msm/dpu: link DSPP_2/_3 blocks on SM8650
` [PATCH v2 8/8] drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100

[PATCH v3 0/2] Fix ycbcr_420_allowed inconsistency for HDMI bridges
 2024-12-20  1:05 UTC  (5+ messages)
` [PATCH v3 1/2] drm/bridge-connector: Prioritize supported_formats over ycbcr_420_allowed

[PATCH v7 00/10] drm: add DRM HDMI Codec framework
 2024-12-20  0:45 UTC  (7+ messages)

[PATCH] drm/fourcc: add LINEAR modifiers with an exact pitch alignment
 2024-12-20  0:33 UTC  (13+ messages)

[PATCH v4] drm/bridge:anx7625: Update HDCP content status
 2024-12-20  0:24 UTC  (3+ messages)

[PATCH] MAINTAINERS: Assume maintainership of PL111
 2024-12-20  0:11 UTC  (2+ messages)

[PATCH 3/8] phy: qcom: qmp-usbc: Add DP phy mode support on QCS615
 2024-12-20  0:01 UTC  (12+ messages)

[PATCH] drm/amd/display: Increase sanitizer frame larger than limit when compile testing with clang
 2024-12-19 23:46 UTC 

[PATCH v3 00/15] (no cover subject)
 2024-12-19 23:46 UTC  (27+ messages)
` [PATCH v3 01/15] drm/msm/dpu: Do not fix number of DSC
` [PATCH v3 02/15] drm/msm/dpu: configure DSC per number in use
` [PATCH v3 03/15] drm/msm/dpu: polish log for resource allocation
` [PATCH v3 04/15] drm/msm/dpu: decide right side per last bit
` [PATCH v3 05/15] drm/msm/dpu: fix mixer number counter on allocation
` [PATCH v3 08/15] drm/msm/dpu: handle pipes as array
` [PATCH v3 09/15] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v3 10/15] drm/msm/dpu: Add pipe as trace argument
` [PATCH v3 11/15] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v3 12/15] drm/msm/dpu: support plane splitting in quad-pipe case
` [PATCH v3 13/15] drm/msm/dpu: Support quad-pipe in SSPP checking
` [PATCH v3 14/15] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v3 15/15] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH 0/2] Print GMU version at boot on >A630
 2024-12-19 22:36 UTC  (3+ messages)
` [PATCH 1/2] drm/msm: registers: Add GMU FW version register
` [PATCH 2/2] drm/msm/a6xx: Print GMU core firmware version at boot

[PATCH] drm/amd/display: Disable -Wenum-float-conversion for dml2_dpmm_dcn4.c
 2024-12-19 22:24 UTC  (3+ messages)

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-12-19 21:45 UTC  (9+ messages)
` [PATCH 5/8] drm/msm/dp: Add support for lane mapping configuration

[PATCH v2 00/16] drm/i915/dp: 128b/132b uncompressed SST
 2024-12-19 21:34 UTC  (17+ messages)
` [PATCH v2 01/16] drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw()
` [PATCH v2 02/16] drm/i915/mst: drop connector parameter from intel_dp_mst_bw_overhead()
` [PATCH v2 03/16] drm/i915/mst: drop connector parameter from intel_dp_mst_compute_m_n()
` [PATCH v2 04/16] drm/i915/mst: change return value of mst_stream_find_vcpi_slots_for_bpp()
` [PATCH v2 05/16] drm/i915/mst: remove crtc_state->pbn
` [PATCH v2 06/16] drm/i915/mst: split out a helper for figuring out the TU
` [PATCH v2 07/16] drm/i915/mst: adapt intel_dp_mtp_tu_compute_config() for 128b/132b SST
` [PATCH v2 08/16] drm/i915/ddi: enable 128b/132b TRANS_DDI_FUNC_CTL mode for UHBR SST
` [PATCH v2 09/16] drm/i915/ddi: 128b/132b SST also needs DP_TP_CTL_MODE_MST
` [PATCH v2 10/16] drm/i915/ddi: write payload for 128b/132b SST
` [PATCH v2 11/16] drm/i915/ddi: initialize 128b/132b SST DP2 VFREQ registers
` [PATCH v2 12/16] drm/i915/ddi: enable ACT handling for 128b/132b SST
` [PATCH v2 13/16] drm/i915/ddi: start distinguishing 128b/132b SST and MST at state readout
` [PATCH v2 14/16] drm/i915/ddi: handle 128b/132b SST in intel_ddi_read_func_ctl()
` [PATCH v2 15/16] drm/i915/ddi: disable trancoder port select for 128b/132b SST
` [PATCH v2 16/16] drm/i915/dp: compute config for 128b/132b SST w/o DSC

[PATCH 0/3] drm/amd/display: fixes for kernel crashes since cursor overlay mode
 2024-12-19 21:23 UTC  (2+ messages)

[PATCH v1 3/5] gpu: host1x: Support device monitoring with actmon
 2024-12-19 20:29 UTC  (2+ messages)

[PATCH 0/2] drm/i2c: tda998x: move under drivers/gpu/drm/bridge
 2024-12-19 19:57 UTC  (3+ messages)
` [PATCH 2/2] drm/i2c: move TDA drivers "

[PATCH v3 0/4] Update MT8188 OVL compatible from MT8183 to MT8195
 2024-12-19 18:15 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: display: mediatek: ovl: Add compatible strings for MT8188 MDP3
` [PATCH v3 2/4] dt-bindings: display: mediatek: ovl: Modify rules for MT8195/MT8188
` [PATCH v3 3/4] dts: arm64: mediatek: mt8188: Update OVL compatible from MT8183 to MT8195
` [PATCH v3 4/4] dts: arm64: mediatek: mt8195: Remove MT8183 compatible for OVL

[PULL] drm-misc-fixes
 2024-12-19 18:10 UTC 

[PATCH v2] drm: add modifiers for MediaTek tiled formats
 2024-12-19 17:49 UTC 

[PATCH v4] drm/msm/dpu1: don't choke on disabling the writeback connector
 2024-12-19 17:34 UTC  (2+ messages)

[PATCH v2 0/3] Update MT8188 OVL compatible from MT8183 to MT8195
 2024-12-19 17:26 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: display: mediatek: ovl: Modify rules for MT8195/MT8188

[PATCH v3 0/7] Add GCE support for MT8196
 2024-12-19 17:08 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: mailbox: mediatek: Add MT8196 support for gce-mailbox
` [PATCH v3 2/7] mailbox: mtk-cmdq: Add driver data to support for MT8196
` [PATCH v3 3/7] soc: mediatek: mtk-cmdq: Add pa_base parsing for unsupported subsys ID hardware
` [PATCH v3 4/7] soc: mediatek: mtk-cmdq: Add mminfra_offset compatibility for DRAM address
` [PATCH v3 5/7] soc: mediatek: Add programming flow for unsupported subsys ID hardware
` [PATCH v3 6/7] drm/mediatek: "
` [PATCH v3 7/7] media: mediatek: mdp3: "

[RFC PATCH 0/4] drm/panthor: Add GPU specific initialization and feature detection
 2024-12-19 17:05 UTC  (5+ messages)
` [RFC PATCH 1/4] drm/panthor: Add 64-bit register accessors
` [RFC PATCH 2/4] drm/panthor: Add parsed gpu properties
` [RFC PATCH 3/4] drm/panthor: Add gpu specific initialization framework
` [RFC PATCH 4/4] drm/panthor: Use GPU_COMMAND.FLUSH_CACHES for cache maintenance

[PATCH v5 0/2] drm/panthor: Display size of internal kernel BOs through fdinfo
 2024-12-19 16:30 UTC  (5+ messages)
` [PATCH v5 1/2] drm/panthor: Expose size of driver internal BO's over fdinfo
` [PATCH v5 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags

[PATCH] workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
 2024-12-19 16:15 UTC  (2+ messages)

[PATCH v2 0/3] Add support for errors recovery in the TI SN65DSI83 bridge driver
 2024-12-19 14:17 UTC  (8+ messages)
` [PATCH v2 3/3] drm: bridge: ti-sn65dsi83: Add error recovery mechanism

hda: how to implement component master_unbind?
 2024-12-19 14:00 UTC  (2+ messages)

[PATCH][next] drm/amd/display: Fix spelling mistake "tolarance" -> "tolerance"
 2024-12-19 12:32 UTC 

[PATCH 0/3] accel/ivpu: Fixes for 6.13
 2024-12-19 12:20 UTC  (2+ messages)

[PATCH v4 0/3] drm/vc4: Fixup DT and DT binding issues from recent patchset
 2024-12-19 12:18 UTC  (6+ messages)
` [PATCH v4 2/3] dt-bindings: display: Fix BCM2835 HVS bindings for BCM2712

[PULL] drm-misc-next
 2024-12-19 12:08 UTC 

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-19 12:03 UTC  (5+ messages)
` [PATCH v2 4/7] drm/xe: Implement cgroup for vram
` [PATCH v2 5/7] drm/amdgpu: Add cgroups implementation

[PATCH] drm/mediatek: mtk_dsi: Add registers to pdata to fix MT8186/MT8188
 2024-12-19 11:27 UTC 

[PATCH v9 0/6] drm/log: Introduce a new boot logger to draw the kmsg on the screen
 2024-12-19 11:24 UTC  (11+ messages)

[PATCH v2] drm/bridge: synopsys: Fix Copyright Writing Style of dw-hdmi-qp
 2024-12-19 10:59 UTC  (2+ messages)

[PATCH v7 0/3] SN65DSI83/4 lvds_vod_swing properties
 2024-12-19 10:59 UTC  (2+ messages)
` (subset) "

[PATCH v4] drm: bridge: fsl-ldb: fixup mode on freq mismatch
 2024-12-19 10:54 UTC 

[PATCH v3 00/10] mtd: add driver for Intel discrete graphics
 2024-12-19 10:39 UTC  (4+ messages)
` [PATCH v3 03/10] mtd: intel-dg: implement access functions

[PATCH 0/8] drm/msm/dpu: catalog corrections
 2024-12-19 10:14 UTC  (5+ messages)
` [PATCH 7/8] drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100


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).