Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/a6xx: Add SKU detection support for X2-85

Add the Speedbin table to the catalog to enable SKU detection support
for X2-85 GPU found in Glymur chipset. As this chipset support the SOFT
FUSE mechanism, enable the ADRENO_QUIRK_SOFTFUSE quirk too.

Signed-off-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/714677/
Message-ID: <20260327-a8xx-gpu-batch2-v2-13-2b53c38d2101@oss.qualcomm.com>
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>

authored by

Akhil P Oommen and committed by
Rob Clark
dd108bb9 4ac686bf

+8 -1
+8 -1
drivers/gpu/drm/msm/adreno/a6xx_catalog.c
··· 1902 1902 .gmem = 21 * SZ_1M, 1903 1903 .inactive_period = DRM_MSM_INACTIVE_PERIOD, 1904 1904 .quirks = ADRENO_QUIRK_HAS_CACHED_COHERENT | 1905 - ADRENO_QUIRK_HAS_HW_APRIV, 1905 + ADRENO_QUIRK_HAS_HW_APRIV | 1906 + ADRENO_QUIRK_SOFTFUSE, 1906 1907 .funcs = &a8xx_gpu_funcs, 1907 1908 .a6xx = &(const struct a6xx_info) { 1908 1909 .protect = &x285_protect, ··· 1923 1922 { /* sentinel */ }, 1924 1923 }, 1925 1924 }, 1925 + .speedbins = ADRENO_SPEEDBINS( 1926 + { 0, 0 }, 1927 + { 388, 1 }, 1928 + { 357, 2 }, 1929 + { 284, 3 }, 1930 + ), 1926 1931 }, { 1927 1932 .chip_ids = ADRENO_CHIP_IDS(0x44050a01), 1928 1933 .family = ADRENO_8XX_GEN2,