diff options
author | Alex Villacís Lasso <[email protected]> | 2019-05-12 20:34:28 -0500 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2019-05-15 18:27:30 +0100 |
commit | b2200514af1ce22da9b0dcc0ca5e24731badd192 (patch) | |
tree | af4cb0212e417bc6441d4095f969d194850de35c /src/compiler/nir/nir_opt_copy_prop_vars.c | |
parent | a9cef4f0e5e447468e192889609b8c73ef5c5bda (diff) |
gbm: gbm_bo_get_handle_for_plane fallback to nonplanar handle
Commit f9567ab435217a72cbae628336ead84dc0b2a803 (gbm: Export a getter for per
plane handles) contains an API version check that fails on i915 (API version 7
vs. check for minimum API version 13). Any client that migrates to the planar
API will start failing on i915 (see https://gitlab.gnome.org/GNOME/mutter/issues/127
for mutter, and https://bugs.freedesktop.org/show_bug.cgi?id=108487 for weston).
This commit adds a fallback for plane 0 when the API check fails and returns the
non-planar handle in this scenario, making the call equivalent to
gbm_bo_get_handle(). This is enough for weston 6.0.0 to start working again on an
i915 system.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=108487
Signed-off-by: Alex Villacís Lasso <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_opt_copy_prop_vars.c')
0 files changed, 0 insertions, 0 deletions