Skip to content
Permalink
adp
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 15, 2023

  1. wip

    Sasha Finkelstein committed Apr 15, 2023

Commits on Mar 28, 2023

  1. drm/asahi: Identify and set barrier_type field

    Signed-off-by: Asahi Lina <lina@asahilina.net>
    asahilina authored and marcan committed Mar 28, 2023
  2. 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>
    asahilina authored and marcan committed Mar 28, 2023
  3. 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>
    asahilina authored and marcan committed Mar 28, 2023
  4. drm/asahi: Identify no_preemption flag

    Signed-off-by: Asahi Lina <lina@asahilina.net>
    asahilina authored and marcan committed Mar 28, 2023
  5. drm/asahi: Fix compute stats size (maybe)

    Signed-off-by: Asahi Lina <lina@asahilina.net>
    asahilina authored and marcan committed Mar 28, 2023
  6. 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>
    asahilina authored and marcan committed Mar 28, 2023
  7. drm/asahi: Identify vertex attachment list

    This needs to go into the UAPI...
    
    Signed-off-by: Asahi Lina <lina@asahilina.net>
    asahilina authored and marcan committed Mar 28, 2023
  8. 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>
    asahilina authored and marcan committed Mar 28, 2023
  9. drm/asahi: Merge conflict avoidance hack

    Signed-off-by: Hector Martin <marcan@marcan.st>
    marcan committed Mar 28, 2023
Older