diff options
author | 2024-10-23 16:15:31 +0200 | |
---|---|---|
committer | 2024-10-25 18:02:04 +0200 | |
commit | 3ae80b375739495e36fc6143ff27716fe390a13e (patch) | |
tree | 53c20f4d0948f48ac76b896fe51a81bfccc5a3c0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/panfrost: Remove unused id_mask from struct panfrost_model (diff) | |
download | wireguard-linux-3ae80b375739495e36fc6143ff27716fe390a13e.tar.xz wireguard-linux-3ae80b375739495e36fc6143ff27716fe390a13e.zip |
drm/sched: warn about drm_sched_job_init()'s partial init
drm_sched_job_init()'s name suggests that after the function succeeded,
parameter "job" will be fully initialized. This is not the case; some
members are only later set, notably drm_sched_job.sched by
drm_sched_job_arm().
Document that drm_sched_job_init() does not set all struct members.
Document the lifetime of drm_sched_job.sched.
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241023141530.113370-2-pstanner@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions