mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 08:16:10 +00:00
lib: more unecessary header removal
This time big with media_fill.h Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
6cfcd71589
commit
924115bfcd
@ -30,7 +30,10 @@
|
||||
#ifndef IGT_CORE_H
|
||||
#define IGT_CORE_H
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
bool __igt_fixture(void);
|
||||
void __igt_fixture_complete(void);
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <drm_fourcc.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#include "igt_display.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define INTEL_BATCHBUFFER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "intel_bufmgr.h"
|
||||
#include <intel_bufmgr.h>
|
||||
#include "igt_core.h"
|
||||
#include "intel_reg.h"
|
||||
|
||||
|
@ -1,22 +1,8 @@
|
||||
#ifndef RENDE_MEDIA_FILL_H
|
||||
#define RENDE_MEDIA_FILL_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <getopt.h>
|
||||
#include "drm.h"
|
||||
#include "i915_drm.h"
|
||||
#include "drmtest.h"
|
||||
#include "intel_bufmgr.h"
|
||||
#include <stdint.h>
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "intel_gpu_tools.h"
|
||||
|
||||
void
|
||||
gen8_media_fillfunc(struct intel_batchbuffer *batch,
|
||||
|
@ -1,3 +1,6 @@
|
||||
#include <intel_bufmgr.h>
|
||||
#include <i915_drm.h>
|
||||
|
||||
#include "media_fill.h"
|
||||
#include "gen7_media.h"
|
||||
#include "intel_reg.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
#include <intel_bufmgr.h>
|
||||
#include <i915_drm.h>
|
||||
|
||||
#include "media_fill.h"
|
||||
#include "gen8_media.h"
|
||||
#include "intel_reg.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include "drmtest.h"
|
||||
#include "igt_debugfs.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include "drmtest.h"
|
||||
#include "igt_debugfs.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include "drmtest.h"
|
||||
#include "igt_debugfs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user