Home
last modified time | relevance | path

Searched refs:NONSTD_SEC_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c182 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_runtime_section()
186 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_runtime_section()
215 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_bad_page_threshold_section()
219 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_bad_page_threshold_section()
H A Damdgpu_cper.h44 #define NONSTD_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (NONSTD_SEC_LEN * idx)) macro