Home
last modified time | relevance | path

Searched refs:cdma_to_host1x (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/hw/
H A Dcdma_hw.c91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart()
200 struct host1x *host = cdma_to_host1x(cdma); in cdma_freeze()
228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume()
253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock()
286 host1x = cdma_to_host1x(cdma); in cdma_timeout_handler()
289 host1x_debug_dump(cdma_to_host1x(cdma)); in cdma_timeout_handler()
/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.c51 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_destroy()
73 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init()
366 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue()
532 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit()
550 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin()
594 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push()
626 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide()
669 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end()
H A Dcdma.h77 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) macro