panfrost: Prefix schedule_program to prevent collision
authorRobert Foss <robert.foss@collabora.com>
Wed, 15 Jan 2020 00:14:16 +0000 (01:14 +0100)
committerRobert Foss <robert.foss@collabora.com>
Wed, 15 Jan 2020 22:30:17 +0000 (22:30 +0000)
commit62adb6522b4b4f1f31e0828abbe496ecac5035e3
tree3252312e53d8dc8b056c9401787a89c454d238d4
parentc4daf2b485e18b7f5d87392244ce740e5c5a9fbd
panfrost: Prefix schedule_program to prevent collision

Currently the schedule_program implementation being used is picked
at compile time, which on the Android platform means that the
bifrost compiler & scheduler is used for all targets, including
midgard based hardware.

This commit disambiguates between the two schedule_program functions.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/bifrost/bifrost_compile.c
src/panfrost/bifrost/bifrost_sched.c
src/panfrost/bifrost/bifrost_sched.h
src/panfrost/midgard/compiler.h
src/panfrost/midgard/midgard_compile.c
src/panfrost/midgard/midgard_schedule.c