Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c332 if (!surf->hw_surf_alloc) in qxl_io_update_area()
464 if (surf->hw_surf_alloc) in qxl_hw_surface_alloc()
497 surf->hw_surf_alloc = true; in qxl_hw_surface_alloc()
512 if (!surf->hw_surf_alloc) in qxl_hw_surface_dealloc()
526 surf->hw_surf_alloc = false; in qxl_hw_surface_dealloc()
H A Dqxl_drv.h90 unsigned int hw_surf_alloc:1; member