commit | 62adb6522b4b4f1f31e0828abbe496ecac5035e3 | [log] [tgz] |
---|---|---|
author | Robert Foss <robert.foss@collabora.com> | Wed Jan 15 01:14:16 2020 +0100 |
committer | Robert Foss <robert.foss@collabora.com> | Wed Jan 15 22:30:17 2020 +0000 |
tree | 3252312e53d8dc8b056c9401787a89c454d238d4 | |
parent | c4daf2b485e18b7f5d87392244ce740e5c5a9fbd [diff] |
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>