mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 08:04:22 +08:00
media: venus: pm: Hook 6xx pm ops into 4xx pm ops
At this time there is no need to differentiate between the two, we can reuse the 4xx pm ops callback structure for 6xx. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
7ed9e0b339
commit
f24afa95bb
@ -1122,6 +1122,7 @@ const struct venus_pm_ops *venus_pm_get(enum hfi_version version)
|
||||
case HFI_VERSION_3XX:
|
||||
return &pm_ops_v3;
|
||||
case HFI_VERSION_4XX:
|
||||
case HFI_VERSION_6XX:
|
||||
return &pm_ops_v4;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user