X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gma500.c;fp=gma500.c;h=ca5591da22c62d56b6c29df2dedae76e348bdf01;hb=6f6e18ad418978096ea70e6f3c0ceb1ac41e1697;hp=8afbb210e631b565d3b19ea9d40d140dce64a720;hpb=44d1fe4264d4968cb8525f5e53f1fcd068dacbc2;p=android-x86%2Fexternal-minigbm.git diff --git a/gma500.c b/gma500.c index 8afbb21..ca5591d 100644 --- a/gma500.c +++ b/gma500.c @@ -8,9 +8,10 @@ #include "helpers.h" #include "util.h" -static struct supported_combination combos[2] = { - {DRM_FORMAT_RGBX8888, DRM_FORMAT_MOD_NONE, BO_USE_CURSOR | BO_USE_LINEAR}, - {DRM_FORMAT_RGBX8888, DRM_FORMAT_MOD_NONE, BO_USE_RENDERING}, +static struct supported_combination combos[1] = { + {DRM_FORMAT_RGBX8888, DRM_FORMAT_MOD_NONE, + BO_USE_CURSOR | BO_USE_LINEAR | BO_USE_RENDERING | BO_USE_SW_READ_OFTEN | + BO_USE_SW_WRITE_OFTEN | BO_USE_SW_READ_RARELY | BO_USE_SW_WRITE_RARELY}, }; static int gma500_init(struct driver *drv)