[PATCH] drm/scheduler: correct comments relate to scheduler

2024-09-15 Thread Shuicheng Lin
function drm_sched_entity_push_job doesn't have return value, remove the return value description for it. Correct several other typo errors. Signed-off-by: Shuicheng Lin --- drivers/gpu/drm/scheduler/sched_entity.c | 8 +++- drivers/gpu/drm/scheduler/sched_main.c | 4 ++-- includ

[PATCH v2] drm/scheduler: Improve documentation

2024-09-16 Thread Shuicheng Lin
Function drm_sched_entity_push_job() doesn't have return value, remove the return value description for it. Correct several other typo errors. v2 (Philipp): - more correction with related comments. Signed-off-by: Shuicheng Lin Cc: Philipp Stanner --- drivers/gpu/drm/scheduler/sched_ent

[PATCH] drm/xe: Enlarge the invalidation timeout from 150 to 500

2024-10-09 Thread Shuicheng Lin
ning, then double the wait value as next wait until the timeout value is reached. So for the normal case, the real wait time is not changed. The larger timeout value should take effect for the bad case only. Signed-off-by: Shuicheng Lin --- drivers/gpu/drm/xe/xe_device.c | 2 +- 1 file changed, 1

[PATCH v3] drm/scheduler: Improve documentation

2024-09-17 Thread Shuicheng Lin
Function drm_sched_entity_push_job() doesn't have a return value, remove the return value description for it. Correct several other typo errors. v2 (Philipp): - more correction with related comments. Signed-off-by: Shuicheng Lin Reviewed-by: Philipp Stanner --- drivers/gpu/drm/sche