Skip to content

Commit

Permalink
drm/scheduler: move entity handling into separate file
Browse files Browse the repository at this point in the history
This is complex enough on it's own. Move it into a separate C file.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Christian König authored and Alex Deucher committed Aug 27, 2018
1 parent 8acc725 commit 620e762
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 446 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/scheduler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# OTHER DEALINGS IN THE SOFTWARE.
#
#
gpu-sched-y := gpu_scheduler.o sched_fence.o
gpu-sched-y := gpu_scheduler.o sched_fence.o sched_entity.o

obj-$(CONFIG_DRM_SCHED) += gpu-sched.o
Loading

0 comments on commit 620e762

Please sign in to comment.