dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 14:18:03 to 2025-08-26 12:37:13 UTC [more...]

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-26 11:04 UTC  (17+ 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
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges

Re:
 2025-08-26 12:37 UTC  (15+ messages)
  ` your mail

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

[PATCH v2] drm/stm: ltdc: unify log system
 2025-08-26 12:17 UTC  (2+ messages)

[PATCH v2 0/6] drm/v3d: General job locking improvements + race-condition fixes
 2025-08-26 12:03 UTC  (20+ 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] dt-bindings: panel: lvds: Append ampire,amp19201200b5tzqw-t03 in panel-lvds
 2025-08-26 11:54 UTC 

[PATCH v1 0/5] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-26 11:38 UTC  (15+ 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 00/19] perf: Rework event_init checks
 2025-08-26 11:15 UTC  (5+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation

[RFC v5 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2025-08-26  9:34 UTC  (19+ messages)
` [RFC v5 1/5] drm/netlink: Add netlink infrastructure
` [RFC v5 2/5] drm/xe/RAS: Register netlink capability
` [RFC v5 3/5] drm/xe/RAS: Expose the error counters
` [RFC v5 5/5] drm/xe/RAS: send multicast event on occurrence of an error

[PATCH] drm/msm/dpu: fix incorrect type for ret
 2025-08-26  9:32 UTC  (2+ messages)

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-08-26  9:26 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 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 v4 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
 2025-08-26  9:13 UTC  (8+ messages)
` [PATCH v4 1/7] kunit: Add parent kunit for parameterized test context
` [PATCH v4 2/7] kunit: Introduce param_init/exit for parameterized test context management
` [PATCH v4 3/7] kunit: Pass parameterized test context to generate_params()
` [PATCH v4 4/7] kunit: Enable direct registration of parameter arrays to a KUnit test
` [PATCH v4 5/7] kunit: Add example parameterized test with shared resource management using the Resource API
` [PATCH v4 6/7] kunit: Add example parameterized test with direct dynamic parameter array setup
` [PATCH v4 7/7] Documentation: kunit: Document new parameterized test features

[PATCH V11 00/47] Color Pipeline API w/ VKMS
 2025-08-26  9:03 UTC  (6+ messages)
` [PATCH V11 06/47] drm/colorop: Add 1D Curve subtype

[PATCH] Revert "drm/tegra: Use dma_buf from GEM object instance"
 2025-08-26  8:40 UTC  (3+ messages)

[PATCH v1] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-08-26  0:32 UTC  (5+ messages)

[PATCH] drm/amd/display/dml2: Guard dml21_map_dc_state_into_dml_display_cfg with DC_FP_START
 2025-08-25  8:52 UTC 

[PATCH] MAINTAINERS: Update Min Ma's email for AMD XDNA driver
 2025-08-26  6:11 UTC  (3+ messages)

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-08-25 23:20 UTC  (2+ messages)

[PATCH v1 1/2] drm/amdgpu/vpe: increase VPE_IDLE_TIMEOUT to fix hang on Strix Halo
 2025-08-25 21:00 UTC  (9+ messages)
` [PATCH v1 2/2] drm/amd/display: Adjust AUX brightness to be a granularity of 100

[PATCH v7 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-08-26  7:36 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

[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 v3] drm/i915/guc: Add synchronization on interrupt enable flag
 2025-08-25 21:33 UTC  (2+ messages)

[PATCH v2] drm/i915/guc: Add synchronization on interrupt enable flag
 2025-08-25 21:09 UTC  (3+ 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)

[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

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


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