Skip to content

Commit

Permalink
drm/scheduler: rename gpu_scheduler.c to sched_main.c
Browse files Browse the repository at this point in the history
Better match the naming of the other components.

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 7b10574 commit 23f6798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 sched_entity.o
gpu-sched-y := sched_main.o sched_fence.o sched_entity.o

obj-$(CONFIG_DRM_SCHED) += gpu-sched.o
File renamed without changes.

0 comments on commit 23f6798

Please sign in to comment.