From: Simona Vetter <simona.vetter@ffwll.ch>
To: Tvrtko Ursulin <tursulin@igalia.com>
Cc: "Dave Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona.vetter@ffwll.ch>,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Oded Gabbay" <ogabbay@kernel.org>,
"Lucas De Marchi" <lucas.demarchi@intel.com>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: Re: [PULL] drm-intel-gt-next
Date: Fri, 31 Oct 2025 22:02:55 +0100 [thread overview]
Message-ID: <aQUj_16ev3ZUFklb@phenom.ffwll.local> (raw)
In-Reply-To: <aQH994lQI_iVPzTI@linux>
On Wed, Oct 29, 2025 at 11:43:51AM +0000, Tvrtko Ursulin wrote:
>
> Hi Dave, Sima,
>
> First drm-intel-gt-next pull request for 6.19 with only small fixups
> relating to pwrite error code handling, GuC engine busyness reporting and
> GuC reset handling. Plus a typo and a selftest fix.
>
> One cross merge to synchronise the branches.
>
> Regards,
>
> Tvrtko
>
> drm-intel-gt-next-2025-10-29:
> Driver Changes:
>
> Fixes/improvements/new stuff:
>
> - Set O_LARGEFILE in __create_shmem() (Taotao Chen)
> - Fix incorrect error handling in shmem_pwrite() (Taotao Chen)
> - Skip GuC communication warning on reset in progress [guc] (Zhanjun Dong)
> - Fix conversion between clock ticks and nanoseconds [guc] (Umesh Nerlige Ramappa)
>
> Miscellaneous:
>
> - Avoid accessing uninitialized context in emit_rpcs_query() [selftests] (Krzysztof Karas)
> - Fix typo in comment (I915_EXEC_NO_RELOC) [gem] (Marlon Henrique Sanches)
>
> Backmerges:
>
> - Merge drm/drm-next into drm-intel-gt-next (Joonas Lahtinen)
> The following changes since commit 5770495279d79514989b00fe9ef0ff487bf2e54e:
>
> Merge tag 'exynos-drm-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next (2025-09-16 10:35:52 +1000)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-gt-next-2025-10-29
>
> for you to fetch changes up to 2ada9cb1df3f5405a01d013b708b1b0914efccfe:
>
> drm/i915: Fix conversion between clock ticks and nanoseconds (2025-10-16 14:40:22 -0700)
Pulled into drm-next, thanks!
-Sima
>
> ----------------------------------------------------------------
> Driver Changes:
>
> Fixes/improvements/new stuff:
>
> - Set O_LARGEFILE in __create_shmem() (Taotao Chen)
> - Fix incorrect error handling in shmem_pwrite() (Taotao Chen)
> - Skip GuC communication warning on reset in progress [guc] (Zhanjun Dong)
> - Fix conversion between clock ticks and nanoseconds [guc] (Umesh Nerlige Ramappa)
>
> Miscellaneous:
>
> - Avoid accessing uninitialized context in emit_rpcs_query() [selftests] (Krzysztof Karas)
> - Fix typo in comment (I915_EXEC_NO_RELOC) [gem] (Marlon Henrique Sanches)
>
> Backmerges:
>
> - Merge drm/drm-next into drm-intel-gt-next (Joonas Lahtinen)
>
> ----------------------------------------------------------------
> Joonas Lahtinen (1):
> Merge drm/drm-next into drm-intel-gt-next
>
> Krzysztof Karas (1):
> drm/i915/gem: Avoid accessing uninitialized context in emit_rpcs_query()
>
> Marlon Henrique Sanches (1):
> drm/i915/gem: fix typo in comment (I915_EXEC_NO_RELOC)
>
> Taotao Chen (2):
> drm/i915: set O_LARGEFILE in __create_shmem()
> drm/i915: Fix incorrect error handling in shmem_pwrite()
>
> Umesh Nerlige Ramappa (1):
> drm/i915: Fix conversion between clock ticks and nanoseconds
>
> Zhanjun Dong (1):
> drm/i915/guc: Skip communication warning on reset in progress
>
> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +-
> drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 22 +++++++++++++++++++---
> .../gpu/drm/i915/gem/selftests/i915_gem_context.c | 3 ++-
> drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c | 4 ++--
> drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c | 9 ++++++++-
> 5 files changed, 32 insertions(+), 8 deletions(-)
--
Simona Vetter
Software Engineer
http://blog.ffwll.ch
next prev parent reply other threads:[~2025-10-31 21:03 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 11:43 [PULL] drm-intel-gt-next Tvrtko Ursulin
2025-10-31 21:02 ` Simona Vetter [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-12 9:02 Tvrtko Ursulin
2026-01-16 8:13 Joonas Lahtinen
2025-11-14 16:22 Tvrtko Ursulin
2025-09-12 6:49 Joonas Lahtinen
2025-09-01 13:03 Joonas Lahtinen
2025-07-02 7:44 Tvrtko Ursulin
2025-05-08 6:21 Joonas Lahtinen
2025-03-12 23:24 Tvrtko Ursulin
2025-02-26 8:13 Tvrtko Ursulin
2025-01-10 9:03 Joonas Lahtinen
2024-12-18 9:48 Joonas Lahtinen
2024-10-23 9:16 Tvrtko Ursulin
2024-09-06 10:55 Joonas Lahtinen
2024-08-23 9:55 Joonas Lahtinen
2024-08-27 10:59 ` Daniel Vetter
2024-07-04 7:31 Tvrtko Ursulin
2024-07-05 10:15 ` Daniel Vetter
2024-06-12 12:57 Tvrtko Ursulin
2024-04-26 7:17 Joonas Lahtinen
2024-02-28 14:02 Tvrtko Ursulin
2024-02-15 10:06 Tvrtko Ursulin
2024-02-16 2:58 ` Dave Airlie
2024-02-16 9:31 ` Thomas Hellström
2024-02-16 9:33 ` Thomas Hellström
2024-02-16 9:41 ` Joonas Lahtinen
2024-02-20 15:14 ` Joonas Lahtinen
2023-12-15 12:11 Joonas Lahtinen
2023-12-08 16:18 Joonas Lahtinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aQUj_16ev3ZUFklb@phenom.ffwll.local \
--to=simona.vetter@ffwll.ch \
--cc=airlied@gmail.com \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=lucas.demarchi@intel.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=ogabbay@kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tursulin@igalia.com \
--cc=tursulin@ursulin.net \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox