Skip to content

intel: move debug identifier out of libintel_dev

What does this MR do and why?

intel: move debug identifier out of libintel_dev

The debug identifier is put into the captured buffers for error
capture. This helps us figure out what version of the driver people
are running when encountering a GPU hang. This identifier has the
git-sha1 + driver name.

libintel_dev is also a dependency of the compiler so any change to the
git-sha1 also triggers recompile which we want to avoid.

This changes moves the debug identifier to src/intel/common which
drivers already depend on, so the compiler is not affected anymore.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

Closes: #11136 (closed)

Edited by Lionel Landwerlin

Merge request reports