dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 13:44:32 to 2025-08-26 07:29:37 UTC [more...]

[PATCH v1] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-25 14:13 UTC  (2+ messages)

[PATCH] accel/amdxdna: Use int instead of u32 to store error codes
 2025-08-26  7:29 UTC 

[PATCH v2 0/2] Add "pixel_encoding" to switch between RGB & YUV color modes
 2025-08-26  7:24 UTC  (2+ messages)

[PATCH v2 0/6] ast: Replace DRAM info code
 2025-08-26  6:49 UTC  (7+ messages)
` [PATCH v2 1/6] drm/ast: Do not print DRAM info
` [PATCH v2 2/6] drm/ast: Remove unused dram_bus_width field
` [PATCH v2 3/6] drm/ast: Remove unused mclk field
` [PATCH v2 4/6] drm/ast: Remove unused SCU-MPLL and SCU-STRAP values
` [PATCH v2 5/6] drm/ast: Move DRAM info next to its only user
` [PATCH v2 6/6] drm/ast: Put AST_DRAM_ constants into enum ast_dram_layout

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-26  6:50 UTC  (10+ messages)
` [PATCH v2 1/8] rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v2 4/8] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v2 7/8] gpu: nova-core: Add base files for r570.144 firmware bindings
` [PATCH v2 8/8] gpu: nova-core: compute layout of more framebuffer regions required for GSP

[PATCH] MAINTAINERS: adjust file entry in DRM ACCEL DRIVER FOR ROCKCHIP NPU
 2025-08-26  6:32 UTC 

[PATCH v2] gpu: host1x: use dev_err_probe() in probe path
 2025-08-26  6:30 UTC  (2+ messages)

[PATCH v9 00/10] Handle Firmware reported Hardware Errors
 2025-08-26  6:34 UTC  (11+ messages)
` [PATCH v9 01/10] drm/xe: Add documentation for Xe Device Wedging
` [PATCH v9 02/10] drm: Add a vendor-specific recovery method to drm device wedged uevent
` [PATCH v9 03/10] drm/xe: Set GT as wedged before sending "
` [PATCH v9 04/10] drm/xe: Add a helper function to set recovery method
` [PATCH v9 05/10] drm/xe/xe_survivability: Refactor survivability mode
` [PATCH v9 06/10] drm/xe/xe_survivability: Add support for Runtime "
` [PATCH v9 07/10] drm/xe/doc: Document device wedged and runtime survivability
` [PATCH v9 08/10] drm/xe: Add support to handle hardware errors
` [PATCH v9 09/10] drm/xe/xe_hw_error: Handle CSC Firmware reported Hardware errors
` [PATCH v9 10/10] drm/xe/xe_hw_error: Add fault injection to trigger csc error handler

[RFC v5 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2025-08-26  5:58 UTC  (10+ messages)
` [RFC v5 1/5] drm/netlink: Add netlink infrastructure

[PATCH V1] accel/amdxdna: Add ioctl DRM_IOCTL_AMDXDNA_GET_ARRAY
 2025-08-26  4:48 UTC  (3+ messages)

[PATCH v5 drm-dp 0/4] Fix hibmc driver bugs
 2025-08-26  2:17 UTC  (5+ messages)
` [PATCH v5 drm-dp 1/4] drm/hisilicon/hibmc: fix dp probabilistical detect errors after HPD irq
` [PATCH v5 drm-dp 2/4] drm/hisilicon/hibmc: add dp mode valid check
` [PATCH v5 drm-dp 3/4] drm/hisilicon/hibmc: fix no showing problem with loading hibmc manually
` [PATCH v5 drm-dp 4/4] drm/hisilicon/hibmc: Adding reset colorbar cfg in dp init

[PATCH v2 0/6] drm/v3d: General job locking improvements + race-condition fixes
 2025-08-25 23:09 UTC  (19+ messages)
` [PATCH v2 1/6] drm/v3d: Store a pointer to `struct v3d_file_priv` inside each job
` [PATCH v2 2/6] drm/v3d: Store the active job inside the queue's state
` [PATCH v2 3/6] drm/v3d: Replace a global spinlock with a per-queue spinlock
` [PATCH v2 4/6] drm/v3d: Address race-condition between per-fd GPU stats and fd release
` [PATCH v2 5/6] drm/v3d: Synchronous operations can't timeout
` [PATCH v2 6/6] drm/v3d: Protect per-fd reset counter against fd release

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-08-25 22:23 UTC  (62+ messages)
` [PATCH v3 01/38] drm/msm/dp: remove cached drm_edid from panel
` [PATCH v3 02/38] drm/msm/dp: remove dp_display's dp_mode and use dp_panel's instead
` [PATCH v3 03/38] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH v3 04/38] drm/msm/dp: re-arrange dp_display_disable() into functional parts
` [PATCH v3 05/38] drm/msm/dp: splite msm_dp_ctrl_config_ctrl() into link parts and stream parts
` [PATCH v3 06/38] drm/msm/dp: extract MISC1_MISC0 configuration into a separate function
` [PATCH v3 07/38] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH v3 08/38] drm/msm/dp: move the pixel clock control to its own API
` [PATCH v3 09/38] drm/msm/dp: split dp_ctrl_off() into stream and link parts
` [PATCH v3 10/38] drm/msm/dp: make bridge helpers use dp_display to allow re-use
` [PATCH v3 11/38] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH v3 12/38] drm/msm/dp: introduce max_streams for DP controller MST support
` [PATCH v3 13/38] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v3 14/38] drm/msm/dp: Add support for programming p1/p2/p3 register blocks
` [PATCH v3 15/38] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH v3 16/38] drm/msm/dp: Add catalog support for 3rd/4th stream MST
` [PATCH v3 17/38] drm/msm/dp: add support to send ACT packets for MST
` [PATCH v3 18/38] drm/msm/dp: Add support to enable MST in mainlink control
` [PATCH v3 19/38] drm/msm/dp: no need to update tu calculation for mst
` [PATCH v3 20/38] drm/msm/dp: Add support for MST channel slot allocation
` [PATCH v3 21/38] drm/msm/dp: Add support for sending VCPF packets in DP controller
` [PATCH v3 22/38] drm/msm/dp: Always program MST_FIFO_CONSTANT_FILL for MST use cases
` [PATCH v3 23/38] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
` [PATCH v3 24/38] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v3 25/38] drm/msm/dp: Mark the SST bridge disconnected when mst is active
` [PATCH v3 26/38] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v3 27/38] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
` [PATCH v3 28/38] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v3 29/38] drm/msm/dp: add MST atomic check to msm_atomic_check()
` [PATCH v3 30/38] drm/msm/dp: add connector abstraction for DP MST
` [PATCH v3 31/38] drm/msm/dp: add HPD callback for dp MST
` [PATCH v3 32/38] drm/msm/dp: propagate MST state changes to dp mst module
` [PATCH v3 33/38] drm/msm: add support for MST non-blocking commits
` [PATCH v3 34/38] drm/msm: initialize DRM MST encoders for DP controllers
` [PATCH v3 35/38] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH v3 36/38] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id
` [PATCH v3 37/38] drm/msm/dp: fix the intf_type of MST interfaces
` [PATCH v3 38/38] drm/msm/dp: Add MST stream support for SA8775P DP controller 0 and 1

[PATCH v3] drm/i915/guc: Add synchronization on interrupt enable flag
 2025-08-25 21:33 UTC  (2+ messages)

[PATCH v1 0/5] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-25 21:26 UTC  (14+ messages)
` [PATCH v1 2/5] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v1 4/5] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v1 5/5] drm: panel-backlight-quirks: Add Steam Decks

[PATCH v2] drm/i915/guc: Add synchronization on interrupt enable flag
 2025-08-25 21:09 UTC  (3+ messages)

[PATCH v1 1/2] drm/amdgpu/vpe: increase VPE_IDLE_TIMEOUT to fix hang on Strix Halo
 2025-08-25 21:00 UTC  (6+ messages)

[PATCH] drm/gpuvm: fix various typos in .c and .h gpuvm file
 2025-08-25 20:30 UTC  (2+ messages)

[PATCH] drm/msm: fix race in Adreno header generation
 2025-08-25 19:59 UTC  (6+ messages)

Re:
 2025-08-25 19:20 UTC  (8+ messages)
  ` your mail

[PATCH RFC 0/5] Introduce support for post-blend color pipeline
 2025-08-25 18:45 UTC  (4+ messages)
` [PATCH RFC 1/5] drm: Support post-blend color pipeline API

[PATCH v2 1/2] drm/connector: Add "pixel_encoding" to switch between RGB & YUV color output modes
 2025-08-25 18:40 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: Add "pixel_encoding" DRM connector property support for amdgpu

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-25 18:32 UTC  (14+ messages)
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
                      ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                        ` update kernel-doc for MEMBLOCK_RSRV_NOINIT

[syzbot] [dri?] possible deadlock in drm_vblank_disable_and_save
 2025-08-25 18:01 UTC 

[PATCH 1/2] drm: fix kernel-doc struct tag for `drm_format_info`
 2025-08-25 18:01 UTC  (4+ messages)
` [PATCH 2/2] drm: fix kernel-doc struct tag for `drm_modeset_lock`

[PATCH] gpu/drm/amd/amdkfd/kdf_queue.c: removal of kfd_queue_buffer_put
 2025-08-25 17:23 UTC  (2+ messages)

[PATCH next] drm/panel: jdi-lpm102a188a: Fix error code in jdi_panel_prepare()
 2025-08-25 17:12 UTC  (4+ messages)

[PATCH v2 0/3 RESEND] drm: bridge: add support for Triple 10-BIT
 2025-08-25 16:43 UTC  (3+ messages)
` [PATCH v3 2/3 RESEND] dt-bindings: display: extend the simple bridge with MStar TSUMU88ADT3-LF-1

[PATCH v3 1/2] drm/panel: Allow powering on panel follower after panel is enabled
 2025-08-25 16:29 UTC  (7+ messages)
` [PATCH v3 2/2] HID: Make elan touch controllers power on "

[PATCH v3 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-08-25 16:11 UTC  (5+ messages)
` [PATCH v3 01/20] bitmap: introduce hardware-specific bitfield operations
` [PATCH v3 15/20] net: stmmac: dwmac-rk: switch to FIELD_PREP_WM16 macro

[PATCH] drm/xe: Skip creation of pcode sysfs files when pcode is disabled
 2025-08-25 16:11 UTC  (6+ messages)

[PATCH] drm/xe: replace basename() with portable strrchr()
 2025-08-25 16:01 UTC  (6+ messages)
` [PATCH v2] drm/xe: switch to local __basename() helper
    ` [PATCH v3] drm/xe: switch to local xbasename() helper

[PATCH v8 00/10] Handle Firmware reported Hardware Errors
 2025-08-25 15:49 UTC  (6+ messages)
` [PATCH v8 02/10] drm: Add a vendor-specific recovery method to drm device wedged uevent

[PATCH 0/5] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-25 15:45 UTC  (3+ messages)
` [PATCH 4/5] gpu: nova-core: firmware: process the GSP bootloader

[PATCH v2 0/6] DRM IDR to Xarray conversions
 2025-08-25 15:20 UTC  (6+ messages)

[GIT PULL] mediatek drm fixes - 20250825
 2025-08-25 15:09 UTC 

[PATCH drm-next v2] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
 2025-08-25 14:55 UTC  (2+ messages)

[PATCH v1] drm/bridge: analogix_dp: Reuse &link_train.training_lane[] to set DPCD DP_TRAINING_LANEx_SET
 2025-08-25 14:26 UTC  (2+ messages)

[PATCH v1 0/4] Apply DP helper APIs to do link train
 2025-08-25 14:25 UTC  (2+ messages)

[PATCH v3 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
 2025-08-25 14:16 UTC  (3+ messages)
  ` [PATCH v3 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL

[PATCH v2 0/2] drm: bridge: Add TI tmds181 and sn65dp159 driver (RFC)
 2025-08-25 14:14 UTC  (5+ messages)
  ` [PATCH v2 2/2] drm: bridge: Add TI tmds181 and sn65dp159 driver

[PATCH 00/39] drm/atomic: Get rid of existing states (not really)
 2025-08-25 13:43 UTC  (24+ messages)
` [PATCH 17/39] drm/exynos: Switch to drm_atomic_get_new_crtc_state()
` [PATCH 18/39] drm/imx-dc: "
` [PATCH 19/39] drm/imx-dcss: "
` [PATCH 20/39] drm/imx-ipuv3: "
` [PATCH 21/39] drm/ingenic: "
` [PATCH 22/39] drm/kmb: "
` [PATCH 23/39] drm/logicvc: "
` [PATCH 24/39] drm/loongson: "
` [PATCH 25/39] drm/mediatek: "
` [PATCH 26/39] drm/msm/mdp5: "
` [PATCH 27/39] drm/omap: "
` [PATCH 28/39] drm/rockchip: "
` [PATCH 29/39] drm/sun4i: "
` [PATCH 30/39] drm/tegra: "
` [PATCH 31/39] drm/tilcdc: "
` [PATCH 32/39] drm/vboxvideo: "
` [PATCH 33/39] drm/vc4: "
` [PATCH 34/39] drm/atomic: "
` [PATCH 35/39] drm/framebuffer: "
` [PATCH 36/39] drm/atomic: Remove unused drm_atomic_get_existing_crtc_state()
` [PATCH 37/39] drm/atomic: Document __drm_crtcs_state state pointer
` [PATCH 38/39] drm/atomic: Convert drm_atomic_get_private_obj_state() to use new plane state
` [PATCH 39/39] drm/atomic: Document __drm_private_objs_state state pointer


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