mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
ctx_basic: we stopped using rendercopy
so get rid of the remants. perhaps we'll use it again someday. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
cbb3c685b5
commit
e843c55370
@ -42,7 +42,6 @@ int iter = 10000;
|
||||
pthread_t *threads;
|
||||
int devid;
|
||||
int fd;
|
||||
int use_rendercpy = 1;
|
||||
|
||||
static void init_buffer(drm_intel_bufmgr *bufmgr,
|
||||
struct scratch_buf *buf,
|
||||
@ -136,9 +135,6 @@ int main(int argc, char *argv[])
|
||||
fd = drm_open_any();
|
||||
devid = intel_get_drm_devid(fd);
|
||||
|
||||
if (!IS_GEN6(devid))
|
||||
use_rendercpy = 0;
|
||||
|
||||
parse(argc, argv);
|
||||
|
||||
threads = calloc(num_contexts, sizeof(*threads));
|
||||
|
Loading…
x
Reference in New Issue
Block a user