Searched refs:plb_max_blk (Results 1 – 4 of 4) sorted by relevance
420 screen->plb_max_blk = lima_plb_max_blk; in lima_screen_set_plb_max_blk()425 screen->plb_max_blk = 4096; in lima_screen_set_plb_max_blk()427 screen->plb_max_blk = 512; in lima_screen_set_plb_max_blk()439 screen->plb_max_blk = 2048; in lima_screen_set_plb_max_blk()
241 ctx->plb_size = screen->plb_max_blk * LIMA_CTX_PLB_BLK_SIZE; in lima_context_create()242 ctx->plb_gp_size = screen->plb_max_blk * 4; in lima_context_create()278 for (int j = 0; j < screen->plb_max_blk; j++) in lima_context_create()
69 uint32_t plb_max_blk; member
71 int limit = screen->plb_max_blk; in lima_get_fb_info()