Home
last modified time | relevance | path

Searched refs:LIMA_GP_STATUS_BUS_STOPPED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_regs.h101 #define LIMA_GP_STATUS_BUS_STOPPED BIT(2) macro
H A Dlima_gp.c171 return !!(gp_read(LIMA_GP_STATUS) & LIMA_GP_STATUS_BUS_STOPPED); in lima_gp_bus_stop_poll()