mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 04:36:49 +07:00
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:
parent
7b10574eac
commit
23f67981fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user