Home
last modified time | relevance | path

Searched refs:hw_surf_alloc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c339 if (!surf->hw_surf_alloc) in qxl_io_update_area()
473 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()
H A Dqxl_drv.h92 unsigned int hw_surf_alloc:1; member
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c332 if (!surf->hw_surf_alloc) in qxl_io_update_area()
466 if (surf->hw_surf_alloc) in qxl_hw_surface_alloc()
499 surf->hw_surf_alloc = true; in qxl_hw_surface_alloc()
514 if (!surf->hw_surf_alloc) in qxl_hw_surface_dealloc()
528 surf->hw_surf_alloc = false; in qxl_hw_surface_dealloc()
H A Dqxl_drv.h90 unsigned int hw_surf_alloc:1; member

Completed in 5 milliseconds