Home
last modified time | relevance | path

Searched refs:capabilities2 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c798 if ((dev->capabilities2 & SVGA_CAP2_DX2) != 0) { in vmw_write_driver_id()
875 dev_priv->capabilities2 = vmw_read(dev_priv, SVGA_REG_CAP2); in vmw_driver_load()
877 dev_priv->capabilities2, in vmw_driver_load()
930 if (dev_priv->capabilities2 & SVGA_CAP2_GB_MEMSIZE_2) in vmw_driver_load()
1093 (dev_priv->capabilities2 & SVGA_CAP2_DX2)) { in vmw_driver_load()
1097 (dev_priv->capabilities2 & SVGA_CAP2_DX3)) { in vmw_driver_load()
H A Dvmwgfx_cursor_plane.c101 if ((vmw->capabilities2 & SVGA_CAP2_CURSOR_MOB) != 0) in vmw_cursor_update_type()
234 (dev_priv->capabilities2 & SVGA_CAP2_CURSOR_MOB) == 0) in vmw_cursor_mob_get()
297 if (dev_priv->capabilities2 & SVGA_CAP2_EXTRA_REGS) { in vmw_cursor_update_position()
H A Dvmwgfx_ioctl.c58 param->value = dev_priv->capabilities2; in vmw_getparam_ioctl()
H A Dvmwgfx_drv.h485 uint32_t capabilities2; member
H A Dvmwgfx_execbuf.c2848 if (!(dev_priv->capabilities2 & SVGA_CAP2_INTRA_SURFACE_COPY)) in vmw_cmd_intra_surface_copy()
/linux/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c325 .capabilities2 = MMC_CAP2_NO_WRITE_PROTECT,