Skip to content
Snippets Groups Projects
Commit 0b329718 authored by Simon Ser's avatar Simon Ser Committed by Kamil Konieczny
Browse files

drm-uapi/vmwgfx: sync with drm-next


Sync vmwgfx drm-uapi header with drm-next commit ("52920704df878050123dfeb469aa6ab8022547c1")

v1: split virtgpu and vmwgfx to one separate patch (Kamil)
v2: correct spelling in commit description, remove unreachable
  e-mail, split virtgpu and vmwgfx into two patches, keep a-b
  for vmwgfx (Kamil)

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
Signed-off-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Zack Rusin <zackr@vmware.com>
Cc: Martin Krastev <krastevm@vmware.com>
Acked-by: Zack Rusin <zackr@vmware.com> #vmwgfx
parent b0f55de7
No related branches found
No related tags found
No related merge requests found
Pipeline #1022115 passed
/**************************************************************************
*
* Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
* Copyright © 2009-2022 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
......@@ -92,6 +92,12 @@ extern "C" {
*
* DRM_VMW_PARAM_SM5
* SM5 support is enabled.
*
* DRM_VMW_PARAM_GL43
* SM5.1+GL4.3 support is enabled.
*
* DRM_VMW_PARAM_DEVICE_ID
* PCI ID of the underlying SVGA device.
*/
#define DRM_VMW_PARAM_NUM_STREAMS 0
......@@ -110,6 +116,8 @@ extern "C" {
#define DRM_VMW_PARAM_HW_CAPS2 13
#define DRM_VMW_PARAM_SM4_1 14
#define DRM_VMW_PARAM_SM5 15
#define DRM_VMW_PARAM_GL43 16
#define DRM_VMW_PARAM_DEVICE_ID 17
/**
* enum drm_vmw_handle_type - handle type for ref ioctls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment