adp
Name already in use
Commits on Mar 28, 2023
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
drm/asahi: Identify and set barrier_type field
Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Align GEM object sizes to the UAT page size
Makes sure object sizes are 16K aligned on 4K kernels. Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Add a flag to panic (oops) on GPU crashes
This is useful so the driver won't try to abort everything, which leaves memory mostly untouched so it can be inspected from the hypervisor. Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Identify no_preemption flag
Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Fix compute stats size (maybe)
Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Track event sequences properly
Looks like these fields of the commands count events (actual GPU commands), not work commands. The previous implementation was mixing these things up... Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Identify vertex attachment list
This needs to go into the UAPI... Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/scheduler: Fix race in drm_sched_entity_push_job()
After a job is pushed into the queue, it is owned by the scheduler core and may be freed at any time, so we can't write nor read the submit timestamp after that point. Fixes oopses observed with the drm/asahi driver, found with kASAN. Signed-off-by: Asahi Lina <lina@asahilina.net>
-
drm/asahi: Merge conflict avoidance hack
Signed-off-by: Hector Martin <marcan@marcan.st>