Skip to content

Commit ceb7c73

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

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)