Searched refs:plb_max_blk (Results 1 – 4 of 4) sorted by relevance
459 screen->plb_max_blk = lima_plb_max_blk; in lima_screen_set_plb_max_blk()464 screen->plb_max_blk = 4096; in lima_screen_set_plb_max_blk()466 screen->plb_max_blk = 512; in lima_screen_set_plb_max_blk()478 screen->plb_max_blk = 2048; in lima_screen_set_plb_max_blk()
244 ctx->plb_size = screen->plb_max_blk * LIMA_CTX_PLB_BLK_SIZE; in lima_context_create()245 ctx->plb_gp_size = screen->plb_max_blk * 4; in lima_context_create()281 for (int j = 0; j < screen->plb_max_blk; j++) in lima_context_create()
73 uint32_t plb_max_blk; member
83 int limit = screen->plb_max_blk; in lima_get_fb_info()