mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/gem_render_copy_redux needs legacy drm nodes
... since it uses flink. Fixes a regression due to: commit 6d6dfcfb883818b40b58bac61cc72cab428a7a03 Author: David Herrmann <dh.herrmann@gmail.com> AuthorDate: Sun Mar 16 14:38:40 2014 +0100 drm: enable render-nodes by default Cc: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
f705ef158a
commit
6b986a2044
@ -74,7 +74,7 @@ typedef struct {
|
||||
|
||||
static void data_init(data_t *data)
|
||||
{
|
||||
data->fd = drm_open_any_render();
|
||||
data->fd = drm_open_any();
|
||||
data->devid = intel_get_drm_devid(data->fd);
|
||||
|
||||
data->bufmgr = drm_intel_bufmgr_gem_init(data->fd, 4096);
|
||||
|
Loading…
x
Reference in New Issue
Block a user