mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
drm/panthor: Remove unused operation context field
A Panthor BO's sgtable is now retrieved from its dmap field. Reviewed-by: Steven Price <steven.price@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com> Link: https://patch.msgid.link/20260522185206.2798288-5-adrian.larumbe@collabora.com Signed-off-by: Steven Price <steven.price@arm.com>
This commit is contained in:
parent
8e54aac5af
commit
d074bf0420
|
|
@ -199,14 +199,6 @@ struct panthor_vm_op_ctx {
|
|||
/** @map.bo_offset: Offset in the buffer object. */
|
||||
u64 bo_offset;
|
||||
|
||||
/**
|
||||
* @map.sgt: sg-table pointing to pages backing the GEM object.
|
||||
*
|
||||
* This is gathered at job creation time, such that we don't have
|
||||
* to allocate in ::run_job().
|
||||
*/
|
||||
struct sg_table *sgt;
|
||||
|
||||
/** @map.bo: the BO being mapped. */
|
||||
struct panthor_gem_object *bo;
|
||||
} map;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user