mbox series

[PULL] drm-intel-fixes

Message ID Z9MG4fH-6Q8dTHE1@intel.com (mailing list archive)
State New
Headers show
Series [PULL] drm-intel-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-03-13

Message

Rodrigo Vivi March 13, 2025, 4:25 p.m. UTC
Hi Dave and Sima,

Here goes i915 fixes for this week.

The most interesting seems to be a bump in the MMAP_GTT_VERSION
to indicate a missing support for partial mmaps, which had
been previously introduced by commit 255fc1703e42 ("drm/i915/gem:
Calculate object page offset for partial memory mapping") and it
is a information that Mesa needs in the way that mesa is using it.

Thanks,
Rodrigo.

drm-intel-fixes-2025-03-13:
- Do cdclk post plane programming later (Ville)
- Bump MMAP_GTT_VERSION: missing indication of partial mmaps support (Jose)
The following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a:

  Linux 6.14-rc6 (2025-03-09 13:45:25 -1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-03-13

for you to fetch changes up to a8045e46c508b70fe4b30cc020fd0a2b0709b2e5:

  drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (2025-03-11 14:51:36 -0400)

----------------------------------------------------------------
- Do cdclk post plane programming later (Ville)
- Bump MMAP_GTT_VERSION: missing indication of partial mmaps support (Jose)

----------------------------------------------------------------
José Roberto de Souza (1):
      drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps

Ville Syrjälä (1):
      drm/i915/cdclk: Do cdclk post plane programming later

 drivers/gpu/drm/i915/display/intel_display.c | 5 ++---
 drivers/gpu/drm/i915/gem/i915_gem_mman.c     | 5 ++++-
 2 files changed, 6 insertions(+), 4 deletions(-)