diff options
author | Randy Dunlap <[email protected]> | 2023-02-03 19:27:35 -0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-02-08 17:35:55 -0500 |
commit | 93b1a791c0a09311b61c0f7ed8c5332f7bff3f38 (patch) | |
tree | d38c89e951a21dbda9f1293b88e6ae986b7c0924 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2c496a6cf44dc5ac57ff913dac20b19d0b8898ad (diff) |
drm/amd/amdgpu: add complete header search path
The path for the "mod_info_packet.h" header file is
incomplete, so add its location to the header search path
in the amdgpu Makefile.
See on ARCH=alpha (275 times in one build).
In file included from ../drivers/gpu/drm/amd/amdgpu/amdgpu.h:90,
from ../drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:43:
../drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.h:62:10: fatal error: mod_info_packet.h: No such file or directory
62 | #include "mod_info_packet.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
Fixes: 5b49da02ddbe ("drm/amd/display: Enable Freesync over PCon")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Signed-off-by: Sung Joon Kim <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Christian König <[email protected]>
Cc: "Pan, Xinhui" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions