summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panfrost
AgeCommit message (Expand)AuthorFilesLines
2019-05-13drm/panfrost: Add missing _fini() calls in panfrost_device_fini()Boris Brezillon1-0/+4
2019-05-13drm/panfrost: Only put sync_out if non-NULLTomeu Vizoso1-1/+2
2019-05-03drm/panfrost: Show stored feature registersRobin Murphy1-7/+7
2019-05-03drm/panfrost: Don't scream about deferred probeRobin Murphy1-2/+4
2019-05-03drm/panfrost: Disable PM on probe failureRobin Murphy1-0/+1
2019-05-03drm/panfrost: Set DMA masks earlierRobin Murphy2-5/+5
2019-05-03drm/panfrost: Add sanity checks to submit IOCTLTomeu Vizoso1-11/+24
2019-04-18drm/panfrost: Prevent concurrent resetsTomeu Vizoso3-0/+6
2019-04-18drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TESTSteven Price1-1/+1
2019-04-18drm/panfrost: Add missing includeSteven Price1-0/+1
2019-04-18drm/panfrost: Make panfrost_gem_free_object() staticYueHaibing1-1/+1
2019-04-12drm/panfrost: Add support for 2MB page entriesRob Herring1-8/+24
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring19-0/+3410