Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy I915 header file directly #1

Open
wants to merge 11 commits into
base: i915_cleanup
Choose a base branch
from
4 changes: 4 additions & 0 deletions media_driver/cmake/linux/media_compile_flags_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,7 @@ if (DEFINED MEDIA_VERSION)
elseif (DEFINED ENV{MEDIA_VERSION})
add_definitions(-DUFO_VERSION="$ENV{MEDIA_VERSION}")
endif()

if (MEDIA_EXT)
add_definitions(-DMEDIA_EXT)
endif()
2 changes: 1 addition & 1 deletion media_driver/linux/common/cm/cm_hal_os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "mos_os.h"
#include "cm_hal.h"
#include "cm_def_os.h"
#include "i915_drm.h"
#include "i915_header.h"
#include "cm_execution_adv.h"

#define Y_TILE_WIDTH 128
Expand Down
2 changes: 1 addition & 1 deletion media_driver/linux/common/ddi/media_libva_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "xf86drm.h"
#include "drm.h"
#include "i915_drm.h"
#include "i915_header.h"
#include "mos_bufmgr.h"
#include "mos_context.h"
#include "mos_gpucontextmgr.h"
Expand Down
Loading