Commit bc7a1d3
committed
drm/asahi: Add AsahiData to the platform device drvdata
The newest DRM rust bindings make the device data unavailable via
drm::device::Device<T> to decouple DRM device creation from the device
data as this is required planned driver like Tyr. On the surface it is
required for asahi as well but it should be possible to avoid this.
Signed-off-by: Janne Grunau <j@jannau.net>1 parent c205076 commit bc7a1d3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | | - | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
0 commit comments