Skip to content

Commit 4aadf67

Browse files
amazingfateigorpecovnik
authored andcommitted
uefi-loong64-edge: bump to 6.17 via rename
1 parent 8aafb20 commit 4aadf67

6 files changed

+0
-9
lines changed

patch/kernel/archive/uefi-loong64-6.16/0001-drm-xe-bo-fix-alignment-with-non-4KiB-kernel-page-si.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0001-drm-xe-bo-fix-alignment-with-non-4KiB-kernel-page-si.patch

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ index 111111111111..222222222222 100644
114114
}
115115

116116
if (type == ttm_bo_type_device && aligned_size != size)
117-
@@ -1857,7 +1857,7 @@ struct xe_bo *___xe_bo_create_locked(struct xe_device *xe, struct xe_bo *bo,
118-
119-
bo->ccs_cleared = false;
120-
bo->tile = tile;
121-
- bo->size = size;
122-
+ bo->size = aligned_size;
123-
bo->flags = flags;
124-
bo->cpu_caching = cpu_caching;
125-
bo->ttm.base.funcs = &xe_gem_object_funcs;
126117
@@ -1868,7 +1868,7 @@ struct xe_bo *___xe_bo_create_locked(struct xe_device *xe, struct xe_bo *bo,
127118
#endif
128119
INIT_LIST_HEAD(&bo->vram_userfault_link);

patch/kernel/archive/uefi-loong64-6.16/0002-drm-xe-guc-use-GUC_SIZE-SZ_4K-for-alignment.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0002-drm-xe-guc-use-GUC_SIZE-SZ_4K-for-alignment.patch

File renamed without changes.

patch/kernel/archive/uefi-loong64-6.16/0003-drm-xe-regs-fix-RING_CTL_SIZE-size-calculation.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0003-drm-xe-regs-fix-RING_CTL_SIZE-size-calculation.patch

File renamed without changes.

patch/kernel/archive/uefi-loong64-6.16/0004-drm-xe-use-4KiB-alignment-for-cursor-jumps.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0004-drm-xe-use-4KiB-alignment-for-cursor-jumps.patch

File renamed without changes.

patch/kernel/archive/uefi-loong64-6.16/0005-drm-xe-query-use-PAGE_SIZE-as-the-minimum-page-align.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0005-drm-xe-query-use-PAGE_SIZE-as-the-minimum-page-align.patch

File renamed without changes.

patch/kernel/archive/uefi-loong64-6.16/0006-enable-xe-on-16K-pagesize.patch renamed to patch/kernel/archive/uefi-loong64-6.17/0006-enable-xe-on-16K-pagesize.patch

File renamed without changes.

0 commit comments

Comments
 (0)