Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c25 .chip_ids = ADRENO_CHIP_IDS(0x02000000),
36 .chip_ids = ADRENO_CHIP_IDS(0x02000001),
47 .chip_ids = ADRENO_CHIP_IDS(0x02020000),
58 .chip_ids = ADRENO_CHIP_IDS(
72 .chip_ids = ADRENO_CHIP_IDS(0x03000600),
83 .chip_ids = ADRENO_CHIP_IDS(
98 .chip_ids = ADRENO_CHIP_IDS(
113 .chip_ids = ADRENO_CHIP_IDS(0x04000500),
124 .chip_ids = ADRENO_CHIP_IDS(0x04020000),
231 .chip_ids = ADRENO_CHIP_IDS(
[all …]
H A Dadreno_gpu.h112 #define ADRENO_CHIP_IDS(tbl...) (uint32_t[]) { tbl, 0 } macro