Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_cmd.c331 if (!surf->hw_surf_alloc) in qxl_io_update_area()
465 if (surf->hw_surf_alloc) in qxl_hw_surface_alloc()
506 surf->hw_surf_alloc = true; in qxl_hw_surface_alloc()
521 if (!surf->hw_surf_alloc) in qxl_hw_surface_dealloc()
535 surf->hw_surf_alloc = false; in qxl_hw_surface_dealloc()
Dqxl_drv.h94 bool hw_surf_alloc; member