Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_panfrost.c142 struct bifrost_framebuffer mfbd_framebuffer = { in igt_panfrost_trivial_job() local
204 mfbd_framebuffer.tiler_heap_start = submit->tiler_heap_bo->offset; in igt_panfrost_trivial_job()
205 mfbd_framebuffer.tiler_heap_end = submit->tiler_heap_bo->offset + 32768 * 128; in igt_panfrost_trivial_job()
206 sfbd_framebuffer.tiler_heap_free = mfbd_framebuffer.tiler_heap_start; in igt_panfrost_trivial_job()
207 sfbd_framebuffer.tiler_heap_end = mfbd_framebuffer.tiler_heap_end; in igt_panfrost_trivial_job()
210 mfbd_framebuffer.tiler_scratch_start = submit->tiler_scratch_bo->offset; in igt_panfrost_trivial_job()
211 mfbd_framebuffer.tiler_scratch_middle = submit->tiler_scratch_bo->offset + 0xf0000; in igt_panfrost_trivial_job()
212 sfbd_framebuffer.unknown_address_0 = mfbd_framebuffer.tiler_scratch_start; in igt_panfrost_trivial_job()
216 mfbd_framebuffer.scratchpad = submit->scratchpad_bo->offset; in igt_panfrost_trivial_job()
224 …submit->fb_bo = igt_panfrost_gem_new(fd, sizeof(mfbd_framebuffer) + sizeof(struct bifrost_render_t… in igt_panfrost_trivial_job()
[all …]