dri-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v7 10/10] drm/panthor: Add a GEM shrinker
Boris Brezillon
[PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field
Boris Brezillon
Re: [PATCH v7 02/10] drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field
Liviu Dudau
[PATCH v7 09/10] drm/panthor: Track the number of mmap on a BO
Boris Brezillon
Re: [PATCH v7 09/10] drm/panthor: Track the number of mmap on a BO
Liviu Dudau
[PATCH v7 04/10] drm/panthor: Group panthor_kernel_bo_xxx() helpers
Boris Brezillon
[PATCH v7 05/10] drm/panthor: Don't call drm_gpuvm_bo_extobj_add() if the object is private
Boris Brezillon
[PATCH v7 06/10] drm/panthor: Part ways with drm_gem_shmem_object
Boris Brezillon
[PATCH v7 07/10] drm/panthor: Lazily allocate pages on mmap()
Boris Brezillon
[PATCH v7 08/10] drm/panthor: Split panthor_vm_prepare_map_op_ctx() to prepare for reclaim
Boris Brezillon
[PATCH v7 01/10] drm/gem: Consider GEM object reclaimable if shrinking fails
Boris Brezillon
Re: [PATCH v7 00/10] drm/panthor: Add a GEM shrinker
Boris Brezillon
Re: [PATCH v2 0/2] drm: Rename drm_atomic_state
Jani Nikula
Re: [PATCH v6 0/2] Add "link bpc" DRM property
Nicolas Frattaroli
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
Miguel Ojeda
[PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Alice Ryhl
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Danilo Krummrich
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Gary Guo
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Gary Guo
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Benno Lossin
Re: [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Tamir Duberstein
[PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Gary Guo
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Danilo Krummrich
Re: [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Tamir Duberstein
[PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Gary Guo
Re: [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
Tamir Duberstein
[PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Gary Guo
Re: [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Tamir Duberstein
[PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Gary Guo
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Danilo Krummrich
Re: [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Tamir Duberstein
[PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
Re: [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Gary Guo
Re: [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Tamir Duberstein
[PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
Re: [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Gary Guo
Re: [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
Tamir Duberstein
[PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Miguel Ojeda
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Gary Guo
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Miguel Ojeda
Re: [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
Tamir Duberstein
[PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Miguel Ojeda
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Gary Guo
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Miguel Ojeda
Re: [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
Tamir Duberstein
[PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Gary Guo
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Tamir Duberstein
Re: [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
[PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Danilo Krummrich
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Gary Guo
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Tamir Duberstein
Re: [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
[PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Gary Guo
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
Tamir Duberstein
[PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Gary Guo
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Tamir Duberstein
Re: [PATCH 13/33] rust: block: update `const_refs_to_static` MSRV TODO comment
Gary Guo
[PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
Re: [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Gary Guo
Re: [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Tamir Duberstein
[PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Miguel Ojeda
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Gary Guo
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Miguel Ojeda
Re: [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
Tamir Duberstein
[PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
Miguel Ojeda
Re: [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
Tamir Duberstein
[PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Gary Guo
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Tamir Duberstein
Re: [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
[PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Miguel Ojeda
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Gary Guo
Re: [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
Tamir Duberstein
[PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Gary Guo
Re: [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Tamir Duberstein
[PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Gary Guo
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Tamir Duberstein
Re: [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
[PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Danilo Krummrich
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Gary Guo
Re: [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
Tamir Duberstein
[PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Miguel Ojeda
Re: [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
Tamir Duberstein
[PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Tamir Duberstein
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Gary Guo
Re: [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
Miguel Ojeda
[PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
Miguel Ojeda
Re: [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
Tamir Duberstein
[PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Miguel Ojeda
Re: [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
Tamir Duberstein
[PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Miguel Ojeda
Re: [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
Tamir Duberstein
[PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Miguel Ojeda
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Gary Guo
Re: [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
Tamir Duberstein
[PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Miguel Ojeda
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Gary Guo
Re: [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
Tamir Duberstein
[PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Miguel Ojeda
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Gary Guo
Re: [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
Tamir Duberstein
[PATCH 30/33] docs: rust: general-information: use real example
Miguel Ojeda
Re: [PATCH 30/33] docs: rust: general-information: use real example
Gary Guo
Re: [PATCH 30/33] docs: rust: general-information: use real example
Tamir Duberstein
[PATCH 31/33] rust: declare cfi_encoding for lru_status
Miguel Ojeda
Re: [PATCH 31/33] rust: declare cfi_encoding for lru_status
Gary Guo
[PATCH 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Miguel Ojeda
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Gary Guo
Re: [PATCH 32/33] rust: kbuild: support global per-version flags
Tamir Duberstein
[PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Gary Guo
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Tamir Duberstein
Re: [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
Miguel Ojeda
Re: [PATCH] dt-bindings: display/msm: move DSI PHY bindings to phy/ subdir
Vinod Koul
Re: [PATCH] dt-bindings: display/msm: move DSI PHY bindings to phy/ subdir
Dmitry Baryshkov
Re: [PATCH v2 2/2] Documentation: drm: Remove drm_atomic_state rename entry
Luca Ceresoli
[PATCH v4] drm/amdgpu: use IRQ-safe xarray API for PASID management
Mikhail Gavrilov
Re: [PATCH v4] drm/amdgpu: use IRQ-safe xarray API for PASID management
Alex Deucher
Re: (subset) [PATCH v4 0/9] media: iris: migrate to using global UBWC config
Dmitry Baryshkov
[PATCH v3] drm/amdgpu: use IRQ-safe xarray API for PASID management
Mikhail Gavrilov
Re: [PATCH v3] drm/amdgpu: use IRQ-safe xarray API for PASID management
Christian König
Re: [RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
Ville Syrjälä
Re: [RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
Jerome Tollet
[PATCH v2] drm/amdgpu: use IRQ-safe xarray API for PASID management
Mikhail Gavrilov
Re: [PATCH v2] drm/amdgpu: use IRQ-safe xarray API for PASID management
Christian König
[PATCH] accel: ethosu: Add hardware dependency hint
Jean Delvare
Re: [PATCH] accel: ethosu: Add hardware dependency hint
Rob Herring
[PATCH V2] i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode
Aniket Randive
Re: [PATCH V2] i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode
Mukesh Kumar Savaliya
Re: [PATCH v3 27/38] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
Yongxing Mou
Re: [PATCH v3 27/38] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
Dmitry Baryshkov
[PATCH v12 00/17] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
Damon Ding
[PATCH v12 03/17] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
Damon Ding
[PATCH v12 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
Damon Ding
Re: [PATCH v12 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
Luca Ceresoli
Re: [PATCH v12 02/17] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
Damon Ding
[PATCH v12 01/17] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.next_bridge
Damon Ding
[PATCH v12 04/17] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector
Damon Ding
[PATCH v12 11/17] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
Damon Ding
[PATCH v12 07/17] drm/bridge: analogix_dp: Move the color format check to .atomic_check() for Rockchip platforms
Damon Ding
[PATCH v12 10/17] drm/bridge: analogix_dp: Pass struct drm_atomic_state* for analogix_dp_bridge_mode_set()
Damon Ding
[PATCH v12 06/17] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
Damon Ding
[PATCH v12 05/17] drm/exynos: exynos_dp: Apply of-display-mode-bridge to parse the display-timings node
Damon Ding
[PATCH v12 09/17] drm/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach()
Damon Ding
[PATCH v12 13/17] drm/rockchip: analogix_dp: Apply analogix_dp_finish_probe()
Damon Ding
[PATCH v12 08/17] drm/bridge: analogix_dp: Remove unused &analogix_dp_plat_data.get_modes()
Damon Ding
[PATCH v12 12/17] drm/bridge: analogix_dp: Add new API analogix_dp_finish_probe()
Damon Ding
[PATCH v12 14/17] drm/exynos: exynos_dp: Apply analogix_dp_finish_probe()
Damon Ding
[PATCH v12 16/17] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
Damon Ding
[PATCH v12 15/17] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach()
Damon Ding
[PATCH v12 17/17] drm/bridge: analogix_dp: Apply panel_bridge helper
Damon Ding
Re: [PATCH v3 0/6] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
Parthiban
Re: [PATCH v3 0/6] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
Kuba Szczodrzyński
[PATCH] arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Zimmermann
Re: [PATCH] arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Bogendoerfer
Re: [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
Eliot Courtney
Re: [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
Alexandre Courbot
[PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Zimmermann
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
John Paul Adrian Glaubitz
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Zimmermann
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Jani Nikula
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
John Paul Adrian Glaubitz
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Geert Uytterhoeven
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Zimmermann
Re: [PATCH] arch/sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
John Paul Adrian Glaubitz
[Bug 221297] AMDGPU SMU driver interface version mismatch on R9700 - fan control broken under load
bugzilla-daemon
Re: [PATCH v11 03/22] drm: Add new general DRM property "color format"
Michel Dänzer
Re: [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
Eliot Courtney
Re: [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
Re: [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
Eliot Courtney
Re: [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
Joel Fernandes
Re: [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
Alexandre Courbot
[PATCH] arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files
Thomas Zimmermann
Re: [PATCH] arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files
Kevin Hilman
Re: [PATCH v2 1/2] drm: Rename drm_atomic_state
Maxime Ripard
Re: [PATCH v2 1/2] drm: Rename drm_atomic_state
Thomas Zimmermann
Re: [PATCH v2 1/2] drm: Rename drm_atomic_state
Luca Ceresoli
Re: [PATCH 04/10] lib/fonts: Clean up Makefile
Geert Uytterhoeven
Re: [PATCH 04/10] lib/fonts: Clean up Makefile
Thomas Zimmermann
Re: [PATCH 04/10] lib/fonts: Clean up Makefile
Jiri Slaby
Re: [PATCH 04/10] lib/fonts: Clean up Makefile
Thomas Zimmermann
Earlier messages
Later messages