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

Reply via email to