]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
drm/panthor: Correct the order of arguments passed to gem_sync
authorAkash Goel <akash.goel@arm.com>
Thu, 5 Mar 2026 11:07:23 +0000 (11:07 +0000)
committerLiviu Dudau <liviu.dudau@arm.com>
Thu, 5 Mar 2026 16:53:09 +0000 (16:53 +0000)
commit76e8173ba92e15eeb0421b7cdbaef20513193b51
tree6a7bae47b5cc19c7184c2b9b3e575c14aaecbf92
parentee8ade4d9678a456bb5ea675c270738b250eda68
drm/panthor: Correct the order of arguments passed to gem_sync

This commit corrects the order of arguments passed to panthor_gem_sync()
function, called when the SYNC_WAIT condition has to be evaluated for a
blocked GPU queue.

Fixes: cd2c9c3015e6 ("drm/panthor: Add flag to map GEM object Write-Back Cacheable")
Signed-off-by: Akash Goel <akash.goel@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patch.msgid.link/20260305110723.2871733-1-akash.goel@arm.com
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/panthor/panthor_sched.c