Skip to content

Commit bee9c96

Browse files
hoshinolinajannau
authored andcommitted
drm/asahi: Update crashed() RTKit API
Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent ff1b824 commit bee9c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ impl rtkit::Operations for GpuManager::ver {
330330
ch.event.poll();
331331
}
332332

333-
fn crashed(data: <Self::Data as ForeignOwnable>::Borrowed<'_>) {
333+
fn crashed(data: <Self::Data as ForeignOwnable>::Borrowed<'_>, _crashlog: Option<&[u8]>) {
334334
let dev = &data.dev;
335335

336336
data.crashed.store(true, Ordering::Relaxed);

0 commit comments

Comments
 (0)