Re: [PATCH 1/6] drm/scheduler: "node" --> "list"

2020-11-25 Thread Christian König
Am 25.11.20 um 04:17 schrieb Luben Tuikov: Rename "node" to "list" in struct drm_sched_job, in order to make it consistent with what we see being used throughout gpu_scheduler.h, for instance in struct drm_sched_entity, as well as the rest of DRM and the kernel. Signed-off-by: Luben Tuikov

[PATCH 1/6] drm/scheduler: "node" --> "list"

2020-11-24 Thread Luben Tuikov
Rename "node" to "list" in struct drm_sched_job, in order to make it consistent with what we see being used throughout gpu_scheduler.h, for instance in struct drm_sched_entity, as well as the rest of DRM and the kernel. Signed-off-by: Luben Tuikov --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c