Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h983 #define SVGA_STFLAG_PRIMARY (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c191 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()