Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_offscreen.c240 ExaOffscreenArea *new_area = malloc(sizeof(ExaOffscreenArea)); in exaOffscreenAlloc() local
242 if (!new_area) in exaOffscreenAlloc()
244 new_area->base_offset = area->base_offset; in exaOffscreenAlloc()
246 new_area->offset = new_area->base_offset; in exaOffscreenAlloc()
247 new_area->align = 0; in exaOffscreenAlloc()
248 new_area->size = area->size - real_size; in exaOffscreenAlloc()
249 new_area->state = ExaOffscreenAvail; in exaOffscreenAlloc()
250 new_area->save = NULL; in exaOffscreenAlloc()
251 new_area->last_use = 0; in exaOffscreenAlloc()
252 new_area->eviction_cost = 0; in exaOffscreenAlloc()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0043-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
40 + get_output_work_area(shell, view->output, &new_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/buildroot/package/weston/
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
40 + get_output_work_area(shell, view->output, &new_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
40 + get_output_work_area(shell, view->output, &new_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsetup.c875 phys_addr_t new_area, start, size; in xen_memory_setup() local
877 new_area = xen_find_free_area(boot_params.hdr.ramdisk_size); in xen_memory_setup()
878 if (!new_area) { in xen_memory_setup()
885 xen_phys_memcpy(new_area, start, size); in xen_memory_setup()
887 start, start + size, new_area, new_area + size); in xen_memory_setup()
889 boot_params.hdr.ramdisk_image = new_area; in xen_memory_setup()
890 boot_params.ext_ramdisk_image = new_area >> 32; in xen_memory_setup()
H A Dmmu_pv.c1858 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
1874 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
1875 if (!new_area) { in xen_relocate_p2m()
1888 pud_phys = new_area; in xen_relocate_p2m()
1967 xen_start_info->first_p2m_pfn = PFN_DOWN(new_area); in xen_relocate_p2m()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkFs_v2.c1111 unsigned int old_area, new_area; in tee_fs_link() local
1121 ret = rkss_get_fileinfo_by_name(newfilename, &p_check, &new_area); in tee_fs_link()