Home
last modified time | relevance | path

Searched refs:dlbu_regs (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
H A Dlima_drm.h98 __u32 dlbu_regs[4]; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c977 pp_frame.dlbu_regs[0] = ctx->plb[ctx->plb_index]->va; in lima_do_job()
978 pp_frame.dlbu_regs[1] = ((fb->tiled_h - 1) << 16) | (fb->tiled_w - 1); in lima_do_job()
980 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_do_job()
981 pp_frame.dlbu_regs[3] = ((fb->tiled_h - 1) << 24) | ((fb->tiled_w - 1) << 16); in lima_do_job()

Completed in 2 milliseconds