mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 15:26:21 +00:00
tests/kms_fbc_crc: Don't force fbc on old platforms
It's simply a bit too scary on pre-gen6 and imo not worth the bother really until someone starts to implement all the hacks an w/a required on these platforms. On later platforms the issues are just with correctness and performance hence no risk for hanging machines. Cc: Paulo Zanoni <przanoni@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
44d444acaa
commit
484e27542d
@ -562,7 +562,8 @@ igt_main
|
||||
igt_require_f(!strstr(buf, "unsupported on this chipset"),
|
||||
"FBC not supported\n");
|
||||
|
||||
igt_set_module_param_int("enable_fbc", 1);
|
||||
if (intel_gen(data.devid) >= 6)
|
||||
igt_set_module_param_int("enable_fbc", 1);
|
||||
|
||||
data.bufmgr = drm_intel_bufmgr_gem_init(data.drm_fd, 4096);
|
||||
igt_assert(data.bufmgr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user