mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 12:08:06 +02:00
drm/vmware: Latest interface changes are backwards incopatible
Since the execbuffer change actually changed size off the ioctl struct and not just a reuse of padded bits, we can't support old kernels as easily as the scanout change was.
This commit is contained in:
parent
0a1b760cd2
commit
d11f9a7bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ static struct dri1_api_version ddx_required = { 0, 1, 0 };
|
|||
static struct dri1_api_version ddx_compat = { 0, 0, 0 };
|
||||
static struct dri1_api_version dri_required = { 4, 0, 0 };
|
||||
static struct dri1_api_version dri_compat = { 4, 0, 0 };
|
||||
static struct dri1_api_version drm_required = { 0, 1, 0 };
|
||||
static struct dri1_api_version drm_required = { 1, 0, 0 };
|
||||
static struct dri1_api_version drm_compat = { 1, 0, 0 };
|
||||
static struct dri1_api_version drm_scanout = { 0, 9, 0 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue