Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-21 | drm/amd/display: use fixed-width data type for soc bounding box struct | Xiaojie Yuan | 1 | -15/+15 | |
since it's firmware. Signed-off-by: Xiaojie Yuan <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2019-06-21 | drm/amdgpu: Split gpu_info_soc_bounding_box out from amdgpu_ucode.h | Leo Li | 1 | -0/+82 | |
DC needs to include the soc bounding box when initializing HW resources. Including amdgpu_ucode.h directly will cause warnings, since amdgpu.h is required to define amdgpu_device. The solution here is to split the bounding box structs into a different header, then include it in both amdgpu_ucode.h, and relevant DC HW resource files. Signed-off-by: Leo Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |