mbox series

[0/2] drm/panthor: Fix support for sync-only jobs

Message ID 20240628145536.778349-1-boris.brezillon@collabora.com (mailing list archive)
Headers show
Series drm/panthor: Fix support for sync-only jobs | expand

Message

Boris Brezillon June 28, 2024, 2:55 p.m. UTC
Hello,

Here are two relatively trivial fixes for bugs found while woking
on the Vulkan implementation, where NULL CS are needed to implement
VkQueue synchronization.

Regards,

Boris

Boris Brezillon (2):
  drm/panthor: Don't check the array stride on empty uobj arrays
  drm/panthor: Fix sync-only jobs

 drivers/gpu/drm/panthor/panthor_drv.c   |  6 ++--
 drivers/gpu/drm/panthor/panthor_sched.c | 41 ++++++++++++++++++++-----
 include/uapi/drm/panthor_drm.h          |  5 +++
 3 files changed, 41 insertions(+), 11 deletions(-)