mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
lib: make rendercopy.h an internal header
And move the public interfaces into intel_batchbuffer.[hc]. A bit messy since we are fairly inconsistent with our header #include handling. Also exclude rendercopy.h from the documentation. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -39,13 +39,15 @@
|
||||
#include <sys/wait.h>
|
||||
#include <limits.h>
|
||||
#include <wordexp.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "i915_drm.h"
|
||||
#include "drmtest.h"
|
||||
#include "igt_core.h"
|
||||
#include "intel_bufmgr.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "intel_gpu_tools.h"
|
||||
#include "rendercopy.h"
|
||||
|
||||
static int devid;
|
||||
static int card_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user