drm/scheduler: rename gpu_scheduler.c to sched_main.c

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>
This commit is contained in:
Christian König 2018-08-06 15:01:45 +02:00 committed by Alex Deucher
parent 7b10574eac
commit 23f67981fd
2 changed files with 1 additions and 1 deletions

View file

@ -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