Home | History | Annotate | Download | only in drm_gralloc

Lines Matching refs:sws

319 		struct radeon_winsys *sws = radeon_drm_winsys_create(pm->fd);
321 if (sws) {
322 screen = r300_screen_create(sws);
324 sws->destroy(sws);
330 struct radeon_winsys *sws = radeon_drm_winsys_create(pm->fd);
332 if (sws) {
333 screen = r600_screen_create(sws);
335 sws->destroy(sws);
341 struct svga_winsys_screen *sws =
344 if (sws) {
345 screen = svga_screen_create(sws);
347 sws->destroy(sws);