summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_drm.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Track BO lifetime with jobs and reference countsAlyssa Rosenzweig2019-04-191-0/+6
* panfrost: use os_mmap and os_munmapMateusz Krzak2019-04-121-3/+4
* panfrost: cast bo_handles pointer to uintptr_t firstMateusz Krzak2019-04-121-1/+1
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-031-1/+0
* panfrost: Wait for last job to finish in force_flush_fragmentTomeu Vizoso2019-03-271-0/+8
* panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...Tomeu Vizoso2019-03-271-3/+9
* panfrost: Also tell the kernel about the checksum_slabTomeu Vizoso2019-03-271-4/+9
* panfrost: Preliminary work for mipmapsAlyssa Rosenzweig2019-03-271-8/+8
* panfrost: Properly align strideDaniel Stone2019-03-201-1/+2
* panfrost: Set bo->size[0] in the DRM backendTomeu Vizoso2019-03-131-5/+5
* panfrost/drm: Cast pointer to u64 to fix warningAlyssa Rosenzweig2019-03-101-1/+1
* panfrost: Add backend targeting the DRM driverTomeu Vizoso2019-03-101-0/+363
* panfrost: Check in sources for command streamAlyssa Rosenzweig2019-02-071-0/+42