// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2010 Google, Inc. * Author: Erik Gilling <[email protected]> * * Copyright (C) 2011-2013 NVIDIA Corporation */ #include "../dev.h" #include "../debug.h" #include "../cdma.h" #include "../channel.h" static void host1x_debug_show_channel_cdma(struct host1x *host, struct host1x_channel *ch, struct output *o) { … } static void host1x_debug_show_channel_fifo(struct host1x *host, struct host1x_channel *ch, struct output *o) { … } static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) { … }