Home
last modified time | relevance | path

Searched refs:lima_pipe_num (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/lima/
H A Dlima_device.h75 lima_pipe_num, enumerator
94 struct lima_sched_pipe pipe[lima_pipe_num];
H A Dlima_ctx.c21 for (i = 0; i < lima_pipe_num; i++) { in lima_ctx_create()
48 for (i = 0; i < lima_pipe_num; i++) in lima_ctx_do_release()
H A Dlima_ctx.h15 struct lima_sched_context context[lima_pipe_num];
H A Dlima_drv.c115 if (args->pipe >= lima_pipe_num || args->nr_bos == 0) in lima_ioctl_gem_submit()
H A Dlima_device.c516 for (i = 0; i < lima_pipe_num; i++) { in lima_device_suspend()