Commit 05097ca
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 5428da4 commit 05097ca
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
209 | | - | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
0 commit comments