Skip to content

Commit d6876b6

Browse files
committed
fixup! fixup! drm/asahi: Expose firmware version to userspace
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7ced55e commit d6876b6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -814,15 +814,6 @@ impl GpuManager::ver {
814814

815815
let node = dev.of_node().ok_or(EIO)?;
816816

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.
826817
Ok(Box::new(
827818
hw::DynConfig {
828819
pwr: pwr_cfg,

0 commit comments

Comments
 (0)