diff options
author | Matthew Auld <[email protected]> | 2024-09-16 09:49:12 +0100 |
---|---|---|
committer | Lucas De Marchi <[email protected]> | 2024-09-17 23:22:28 -0500 |
commit | ee06c09ded3c2f722be4e240ed06287e23596bda (patch) | |
tree | 3418b8c02e9485a9a9a23023a553cf16a8edfcc9 /lib/crypto/mpi/mpiutil.c | |
parent | 7ab9ebc580617831355843f19224f1e31bb8e983 (diff) |
drm/xe/vram: fix ccs offset calculation
Spec says SW is expected to round up to the nearest 128K, if not already
aligned for the CC unit view of CCS. We are seeing the assert sometimes
pop on BMG to tell us that there is a hole between GSM and CCS, as well
as popping other asserts with having a vram size with strange alignment,
which is likely caused by misaligned offset here.
v2 (Shuicheng):
- Do the round_up() on final SW address.
BSpec: 68023
Fixes: b5c2ca0372dc ("drm/xe/xe2hpg: Determine flat ccs offset for vram")
Signed-off-by: Matthew Auld <[email protected]>
Cc: Himal Prasad Ghimiray <[email protected]>
Cc: Akshata Jahagirdar <[email protected]>
Cc: Lucas De Marchi <[email protected]>
Cc: Shuicheng Lin <[email protected]>
Cc: Matt Roper <[email protected]>
Cc: [email protected] # v6.10+
Reviewed-by: Himal Prasad Ghimiray <[email protected]>
Tested-by: Shuicheng Lin <[email protected]>
Reviewed-by: Lucas De Marchi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Lucas De Marchi <[email protected]>
(cherry picked from commit 37173392741c425191b959acb3adf70c9a4610c0)
Signed-off-by: Lucas De Marchi <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions