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/a8xx: Add SKU table for A840

Add the SKU table in the catalog for A840 GPU. This data helps to pick
the correct bin from the OPP table based on the speed_bin fuse value.

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

authored by

Akhil P Oommen and committed by
Rob Clark
bb79a606 742b4e88

+6
+6
drivers/gpu/drm/msm/adreno/a6xx_catalog.c
··· 1954 1954 }, 1955 1955 }, 1956 1956 .preempt_record_size = 19708 * SZ_1K, 1957 + .speedbins = ADRENO_SPEEDBINS( 1958 + { 0, 0 }, 1959 + { 273, 1 }, 1960 + { 252, 2 }, 1961 + { 221, 3 }, 1962 + ), 1957 1963 } 1958 1964 }; 1959 1965