diff options
author | Maíra Canal <mcanal@igalia.com> | 2023-11-30 13:40:29 -0300 |
---|---|---|
committer | Maíra Canal <mcanal@igalia.com> | 2023-12-01 09:34:15 -0300 |
commit | 464c61e76de851a216e667c91332172c68ffed54 (patch) | |
tree | 9d2f73572d02c51908ce7e2f89e8ecb3d1a3bd29 /drivers/gpu/drm/v3d/v3d_sched.c | |
parent | 6893deb881ab7da1691bd05045ffcc0c806319b9 (diff) | |
download | linux-464c61e76de851a216e667c91332172c68ffed54.tar.gz linux-464c61e76de851a216e667c91332172c68ffed54.tar.bz2 linux-464c61e76de851a216e667c91332172c68ffed54.zip |
drm/v3d: Decouple job allocation from job initiation
We want to allow the IOCTLs to allocate the job without initiating it.
This will be useful for the CPU job submission IOCTL, as the CPU job has
the need to use information from the user extensions. Currently, the
user extensions are parsed before the job allocation, making it
impossible to fill the CPU job when parsing the user extensions.
Therefore, decouple the job allocation from the job initiation.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231130164420.932823-8-mcanal@igalia.com
Diffstat (limited to 'drivers/gpu/drm/v3d/v3d_sched.c')
0 files changed, 0 insertions, 0 deletions