Loading bindings/gpu/adreno.txt +9 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,8 @@ Properties: Defines a GPU model name for specific GPU model ID. Properties: - compatible: May also include "qcom,adreno-gpu-*" for few targets. - qcom,gpu-model-id: Identifier for the specific GPU hardware configuration - must match the value read from the hardware. Loading Loading @@ -435,10 +437,17 @@ Example of A330 GPU in MSM8916: compatible="qcom,gpu-models"; qcom,gpu-model@0 { compatible="qcom,adreno-gpu-a642l"; qcom,gpu-model-id = <0>; qcom,gpu-model = "Adreno642Lv1"; qcom,vk-device-id= <0x06030500>; }; qcom,gpu-model@1 { compatible="qcom,adreno-gpu-a645"; qcom,gpu-model-id = <190>; qcom,gpu-model = "Adreno645"; qcom,vk-device-id= <0x06030500>; }; } /* GPU Mempools */ Loading Loading
bindings/gpu/adreno.txt +9 −0 Original line number Diff line number Diff line Loading @@ -272,6 +272,8 @@ Properties: Defines a GPU model name for specific GPU model ID. Properties: - compatible: May also include "qcom,adreno-gpu-*" for few targets. - qcom,gpu-model-id: Identifier for the specific GPU hardware configuration - must match the value read from the hardware. Loading Loading @@ -435,10 +437,17 @@ Example of A330 GPU in MSM8916: compatible="qcom,gpu-models"; qcom,gpu-model@0 { compatible="qcom,adreno-gpu-a642l"; qcom,gpu-model-id = <0>; qcom,gpu-model = "Adreno642Lv1"; qcom,vk-device-id= <0x06030500>; }; qcom,gpu-model@1 { compatible="qcom,adreno-gpu-a645"; qcom,gpu-model-id = <190>; qcom,gpu-model = "Adreno645"; qcom,vk-device-id= <0x06030500>; }; } /* GPU Mempools */ Loading