Searched refs:plb_max_blk (Results 1 – 4 of 4) sorted by relevance
444 screen->plb_max_blk = lima_plb_max_blk; in lima_screen_set_plb_max_blk()449 screen->plb_max_blk = 4096; in lima_screen_set_plb_max_blk()451 screen->plb_max_blk = 512; in lima_screen_set_plb_max_blk()463 screen->plb_max_blk = 2048; in lima_screen_set_plb_max_blk()
242 ctx->plb_size = screen->plb_max_blk * LIMA_CTX_PLB_BLK_SIZE; in lima_context_create()243 ctx->plb_gp_size = screen->plb_max_blk * 4; in lima_context_create()279 for (int j = 0; j < screen->plb_max_blk; j++) in lima_context_create()
72 uint32_t plb_max_blk; member
71 int limit = screen->plb_max_blk; in lima_get_fb_info()