We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ced55e commit d6876b6Copy full SHA for d6876b6
1 file changed
drivers/gpu/drm/asahi/gpu.rs
@@ -814,15 +814,6 @@ impl GpuManager::ver {
814
815
let node = dev.of_node().ok_or(EIO)?;
816
817
- Ok(Box::try_new(hw::DynConfig {
818
- pwr: pwr_cfg,
819
- uat_ttb_base: uat.ttb_base(),
820
- id: gpu_id,
821
- firmware_version: node.get_property(c_str!("apple,firmware-version"))?,
822
- })?)
823
- }
824
-
825
- /// Create the global GPU event manager, and return an `Arc<>` to it.
826
Ok(Box::new(
827
hw::DynConfig {
828
pwr: pwr_cfg,
0 commit comments