Searched refs:pixel_pipes (Results 1 – 10 of 10) sorted by relevance
374 etna_layout_multiple(unsigned layout, unsigned pixel_pipes, bool rs_align, in etna_layout_multiple() argument395 *paddingY = 4 * pixel_pipes; in etna_layout_multiple()400 *paddingY = 64 * pixel_pipes; in etna_layout_multiple()
85 if (ctx->specs.pixel_pipes == 1) { in etna_compile_rs_state()88 } else if (ctx->specs.pixel_pipes == 2) { in etna_compile_rs_state()
178 etna_layout_multiple(layout, screen->specs.pixel_pipes, rs_align, &paddingX, in etna_resource_alloc()183 unsigned min_paddingY = 4 * screen->specs.pixel_pipes; in etna_resource_alloc()251 bool want_multitiled = screen->specs.pixel_pipes > 1; in etna_resource_create()337 unsigned paddingY = (ETNA_RS_HEIGHT_MASK + 1) * screen->specs.pixel_pipes; in etna_resource_from_handle()
166 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()172 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()231 if (ctx->specs.pixel_pipes == 1) { in etna_set_framebuffer_state()235 for (int i = 0; i < ctx->specs.pixel_pipes; i++) { in etna_set_framebuffer_state()
174 if (screen->specs.pixel_pipes == 1) { in etna_submit_rs_state()194 } else if (screen->specs.pixel_pipes == 2) { in etna_submit_rs_state()552 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()588 if (ctx->specs.pixel_pipes == 1) { in etna_emit_state()592 } else if (ctx->specs.pixel_pipes == 2) { in etna_emit_state()
116 unsigned pixel_pipes; member
579 screen->specs.pixel_pipes = val; in etna_get_specs()
437 unsigned int h_align = (ETNA_RS_HEIGHT_MASK + 1) * ctx->specs.pixel_pipes; in etna_try_rs_blit()
79 gpu->specs.pixel_pipes = get_param(dev, core, ETNA_GPU_PIXEL_PIPES); in etna_gpu_new()151 *value = gpu->specs.pixel_pipes; in etna_gpu_get_param()
62 uint32_t pixel_pipes; member