msm: kgsl: Add efuse read capabilities for A508 GPU
A508 GPU has multiple frequency plan, for loading a specific frequency plan add speed bin read capability for A508 GPU. Change-Id: I32a030bec438edc74f1e78bfb2ea86e7a3f60dab Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
This commit is contained in:
parent
49d57d9b26
commit
c2fb7b3e04
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ static const struct {
|
|||
{ adreno_is_a530, a530_efuse_speed_bin },
|
||||
{ adreno_is_a505, a530_efuse_speed_bin },
|
||||
{ adreno_is_a512, a530_efuse_speed_bin },
|
||||
{ adreno_is_a508, a530_efuse_speed_bin },
|
||||
};
|
||||
|
||||
static void a5xx_check_features(struct adreno_device *adreno_dev)
|
||||
|
|
Loading…
Add table
Reference in a new issue