summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_drm.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Print errors from kernelTomeu Vizoso2019-08-081-5/+5
* panfrost: Mark buffers as PANFROST_BO_HEAPTomeu Vizoso2019-08-081-0/+6
* panfrost: Mark BOs as NOEXECTomeu Vizoso2019-08-081-1/+5
* panfrost: Take into account flags when looking up in the BO cacheTomeu Vizoso2019-08-081-0/+1
* panfrost: Allocate shaders in their own BOsTomeu Vizoso2019-08-081-1/+3
* panfrost: Allocate polygon lists on-demandAlyssa Rosenzweig2019-08-021-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-2/+2
* panfrost: Trace invisible BOsAlyssa Rosenzweig2019-07-181-1/+5
* panfrost: Merge varyings_mem into transient buffersAlyssa Rosenzweig2019-07-171-1/+0
* panfrost: Add Z/S and MRT BOs to the jobAlyssa Rosenzweig2019-07-161-6/+0
* panfrost: Stub out panfrost_bo_cache_putAlyssa Rosenzweig2019-07-151-1/+13
* panfrost: Stub out panfrost_bo_cache_getAlyssa Rosenzweig2019-07-151-10/+24
* panfrost: Delay resource mmapsAlyssa Rosenzweig2019-07-151-2/+2
* panfrost/drm: Don't mmap INVISIBLE buffersAlyssa Rosenzweig2019-07-151-4/+12
* panfrost/decode: Drop _replay prefixAlyssa Rosenzweig2019-07-121-1/+1
* panfrost/drm: Check allocation size is positiveAlyssa Rosenzweig2019-07-121-0/+4
* panfrost: Fix build warningsAlyssa Rosenzweig2019-07-121-3/+3
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-101-39/+39
* panfrost: Take into account off-screen FBOsTomeu Vizoso2019-07-041-4/+6
* panfrost: Pass referenced BOs to the SUBMIT ioctlsBoris Brezillon2019-07-021-19/+27
* panfrost: Make SLAB pool creation rely on BO helpersBoris Brezillon2019-07-021-63/+11
* panfrost: Add the panfrost_drm_{create,release}_bo() helpersBoris Brezillon2019-07-021-0/+62
* panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()Boris Brezillon2019-07-021-21/+30
* panfrost: Avoid passing winsys handles to import/export BO funcsBoris Brezillon2019-07-021-10/+7
* panfrost: Stop exposing internal panfrost_drm_*() functionsBoris Brezillon2019-07-021-2/+2
* panfrost: Get rid of the "free imported BO" logicBoris Brezillon2019-07-021-18/+0
* panfrost: Get rid of the panfrost_driver abstraction leftoversBoris Brezillon2019-07-021-1/+0
* panfrost/decode: Wait for a job to finish before dumpingTomeu Vizoso2019-06-271-2/+4
* panfrost: Merge checksum buffer with main BOAlyssa Rosenzweig2019-06-251-3/+0
* panfrost: Remove the panfrost_driver abstractionBoris Brezillon2019-06-211-70/+32
* panfrost: Remove the perf counters interfaceBoris Brezillon2019-06-211-14/+0
* panfrost: Conditionally submit fragment jobAlyssa Rosenzweig2019-06-211-1/+4
* panfrost: Implement command stream scoreboardingAlyssa Rosenzweig2019-06-211-2/+4
* panfrost: Move to use ralloc for some allocationsTomeu Vizoso2019-06-191-1/+1
* panfrost: Adapt to constant name change in UABITomeu Vizoso2019-06-181-1/+1
* panfrost: Disable the tiler for clear-only jobsAlyssa Rosenzweig2019-06-171-1/+1
* panfrost: Rename misc_0 -> tiler_polygon_listAlyssa Rosenzweig2019-06-171-1/+1
* panfrost: Replace pantrace with direct decodingAlyssa Rosenzweig2019-06-121-10/+10
* 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