summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/scheduler
AgeCommit message (Expand)AuthorFilesLines
2020-03-25drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das2-33/+39
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu2-9/+7
2020-03-13drm/scheduler: fix inconsistent locking of job_list_lockLucas Stach1-26/+17
2020-03-13drm/sched: add run job traceRobert Beckett2-0/+28
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das1-0/+18
2020-01-27drm/amdgpu: fix doc by clarifying sched_list definitionNirmoy Das1-1/+1
2020-01-16drm/scheduler: fix documentation by replacing rq_list with sched_listNirmoy Das1-1/+1
2020-01-16drm/scheduler: improve job distribution with multiple queuesNirmoy Das2-7/+9
2019-12-18drm/scheduler: do not keep a copy of sched listNirmoy Das1-15/+4
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-45/+29
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+27
2019-11-27drm/scheduler: Avoid accessing freed bad job.Andrey Grodzovsky1-0/+27
2019-11-07drm/sched: Avoid job cleanup if sched thread is parked.Andrey Grodzovsky1-3/+7
2019-11-07drm/sched: Use completion to wait for sched->thread idle v2.Andrey Grodzovsky2-4/+14
2019-11-06drm/sched: Fix passing zero to 'PTR_ERR' warning v2Andrey Grodzovsky1-2/+5
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-3/+16
2019-10-25drm/sched: Set error to s_fence if HW job submission failed.Andrey Grodzovsky1-3/+16
2019-10-25drm: Don't free jobs in wait_event_interruptible()Steven Price1-19/+24
2019-10-10drm/scheduler: make unexported items staticBen Dooks1-2/+2
2019-08-15drm/scheduler: use job count instead of peekChristian König1-2/+2
2019-07-15drm/scheduler: drop use of drmP.hSam Ravnborg4-5/+9
2019-05-29drm/sched: Fix make htmldocs warnings.Andrey Grodzovsky1-0/+2
2019-05-24drm/sched: Fix static checker warning for potential NULL ptrAndrey Grodzovsky1-8/+9
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-2/+1
2019-05-22drm/scheduler: Fix job cleanup without timeout handlerErico Nunes1-1/+2
2019-05-02drm/scheduler: Add flag to hint the release of guilty job.Andrey Grodzovsky1-2/+7
2019-05-02drm/sched: Keep s_fence->parent pointerAndrey Grodzovsky1-2/+9
2019-05-02drm/scheduler: rework job destructionChristian König1-65/+94
2019-04-23drm/sched: Fix description of drm_sched_stopJonathan Neuschäfer1-2/+1
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-13/+26
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-5/+2
2019-02-15drm/sched: Fix entities with 0 rqs.Bas Nieuwenhuizen1-13/+26
2019-02-08drm/sched: Always trace the dependencies we wait on, to fix a race.Eric Anholt1-5/+2
2019-01-25drm/sched: Rework HW fence processing.Andrey Grodzovsky1-28/+27
2019-01-25drm/sched: Refactor ring mirror list handling.Andrey Grodzovsky1-65/+105
2018-12-05drm/scheduler: Add drm_sched_suspend/resume_timeout()Sharat Masetty1-12/+73
2018-12-05drm/scheduler: Set sched->thread to NULL on failureSharat Masetty1-2/+4
2018-11-28drm/sched: revert "fix timeout handling v2" v2Christian König1-26/+1
2018-11-19drm/scheduler: Fix bad job be re-processed in TDRTrigger Huang1-1/+16
2018-11-05drm/scheduler: Add drm_sched_job_cleanupSharat Masetty2-2/+12
2018-11-05drm/sched: Add boolean to mark if sched is ready to work v5Andrey Grodzovsky2-1/+14
2018-11-05drm/sched: add drm_sched_faultChristian König1-0/+13
2018-11-05drm/sched: make sure timer is restartedChristian König1-0/+1
2018-10-12drm/sched: fix timeout handling v2Christian König1-1/+29
2018-10-12drm/sched: add drm_sched_start_timeout helperChristian König1-12/+17
2018-10-09drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rqNathan Chancellor1-2/+1
2018-09-27drm/scheduler: remove timeout work_struct from drm_sched_job (v3)Nayan Deshmukh1-15/+16
2018-08-27drm/scheduler: avoid redundant shifting of the entity v2Nayan Deshmukh1-0/+3
2018-08-27drm/scheduler: Add stopped flag to drm_sched_entityAndrey Grodzovsky1-1/+11