Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/scheduler: Remove some unused prototypes

As far as I can tell some removed prototypes were introduced by probably
bad conflict resolution in
fc58764bbf60 ("Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-next").

Remove them.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Danilo Krummrich <dakr@redhat.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Philipp Stanner <pstanner@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250205110410.7941-1-tvrtko.ursulin@igalia.com

authored by

Tvrtko Ursulin and committed by
Tvrtko Ursulin
2eca617f a5072fc7

-4
-4
include/drm/gpu_scheduler.h
··· 581 581 void drm_sched_start(struct drm_gpu_scheduler *sched, int errno); 582 582 void drm_sched_resubmit_jobs(struct drm_gpu_scheduler *sched); 583 583 void drm_sched_increase_karma(struct drm_sched_job *bad); 584 - void drm_sched_reset_karma(struct drm_sched_job *bad); 585 - void drm_sched_increase_karma_ext(struct drm_sched_job *bad, int type); 586 - bool drm_sched_dependency_optimized(struct dma_fence* fence, 587 - struct drm_sched_entity *entity); 588 584 void drm_sched_fault(struct drm_gpu_scheduler *sched); 589 585 590 586 void drm_sched_rq_add_entity(struct drm_sched_rq *rq,