Home
last modified time | relevance | path

Searched refs:ADRENO_CHIP_IDS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x05000500),
27 .chip_ids = ADRENO_CHIP_IDS(0x05000600),
45 .chip_ids = ADRENO_CHIP_IDS(0x05000800),
62 .chip_ids = ADRENO_CHIP_IDS(0x05000900),
80 .chip_ids = ADRENO_CHIP_IDS(0x05010000),
95 .chip_ids = ADRENO_CHIP_IDS(0x05010200),
112 .chip_ids = ADRENO_CHIP_IDS(
134 .chip_ids = ADRENO_CHIP_IDS(0x05040001),
H A Da3xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x03000512),
24 .chip_ids = ADRENO_CHIP_IDS(0x03000520),
35 .chip_ids = ADRENO_CHIP_IDS(0x03000600),
46 .chip_ids = ADRENO_CHIP_IDS(0x03000620),
57 .chip_ids = ADRENO_CHIP_IDS(
72 .chip_ids = ADRENO_CHIP_IDS(
H A Da6xx_catalog.c683 .chip_ids = ADRENO_CHIP_IDS(0x06010000),
716 .chip_ids = ADRENO_CHIP_IDS(0x06010200),
732 .chip_ids = ADRENO_CHIP_IDS(0x06010500),
763 .chip_ids = ADRENO_CHIP_IDS(0x06010800),
789 .chip_ids = ADRENO_CHIP_IDS(0x06010800),
813 .chip_ids = ADRENO_CHIP_IDS(0x06010900),
838 .chip_ids = ADRENO_CHIP_IDS(0x06010901),
862 .chip_ids = ADRENO_CHIP_IDS(0x06010900),
889 .chip_ids = ADRENO_CHIP_IDS(0x06020100),
913 .chip_ids = ADRENO_CHIP_IDS(0x06020300),
[all …]
H A Da4xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x04000500),
25 .chip_ids = ADRENO_CHIP_IDS(0x04020000),
36 .chip_ids = ADRENO_CHIP_IDS(0x04030002),
H A Dadreno_gpu.h135 #define ADRENO_CHIP_IDS(tbl...) (uint32_t[]) { tbl, 0 } macro