Skip to content
Snippets Groups Projects
Commit e5fe1716 authored by Zbigniew Kempczyński's avatar Zbigniew Kempczyński Committed by Kamil Konieczny
Browse files

intel_gpu_commands: Use kernel gpu command definitions


i915 has nicely collected command macros in one file. We want to use
this pattern (file) and remove duplicated definitions. Unfortunately
command file uses includes which don't exists in userspace, so we
need to import minimal set of kernel includes to ensure we will have
verbatim copy in the future.

v2: Add comment about origin of linux/bitops.h file (Kamil)
    Provide local _AC() macro to avoid other const.h include (Kamil)

Signed-off-by: default avatarZbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Petri Latvala <adrinael@adrinael.net>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Reviewed-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
parent fa6f3876
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment