Searched refs:ctx_finished (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crcc57d.c | 54 .ctx_finished = crcc37d_ctx_finished,
|
H A D | crc.h | 56 bool (*ctx_finished)(struct nv50_head *, member
|
H A D | crc907d.c | 138 .ctx_finished = crc907d_ctx_finished,
|
H A D | crcc37d.c | 123 .ctx_finished = crcc37d_ctx_finished,
|
H A D | crc.c | 176 if (crc->ctx_changed && func->ctx_finished(head, ctx)) { in nv50_crc_handle_vblank() 227 if (func->ctx_finished(head, ctx)) break;); in nv50_crc_wait_ctx_finished()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.h | 58 bool (*ctx_finished)(struct nv50_head *, member
|
H A D | crcc37d.c | 150 .ctx_finished = crcc37d_ctx_finished,
|
H A D | crc907d.c | 138 .ctx_finished = crc907d_ctx_finished,
|
H A D | crc.c | 172 if (crc->ctx_changed && func->ctx_finished(head, ctx)) { in nv50_crc_handle_vblank() 223 if (func->ctx_finished(head, ctx)) break;); in nv50_crc_wait_ctx_finished()
|
Completed in 5 milliseconds