Home
last modified time | relevance | path

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

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