Home
last modified time | relevance | path

Searched refs:host1x_cdma_begin (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.h82 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job);
H A Dcdma.c548 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) in host1x_cdma_begin() function
/openbmc/linux/include/trace/events/
H A Dhost1x.h39 DEFINE_EVENT(host1x, host1x_cdma_begin,
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c313 err = host1x_cdma_begin(&ch->cdma, job); in channel_submit()