aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/drm
Commit message (Expand)AuthorAgeFilesLines
* freedreno/drm: handle ancient kernelsRob Clark2020-05-182-1/+4
* freedreno/drm: don't pass thru 'DUMP' flag on older kernelsRob Clark2020-05-181-1/+2
* freedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_OBJECTs.Eric Anholt2020-05-141-3/+17
* freedreno: Replace OUT_RELOCW with OUT_RELOC.Eric Anholt2020-05-121-2/+0
* freedreno: Tell the kernel that all BOs are for writing.Eric Anholt2020-05-123-79/+39
* freedreno: Mark all ringbuffer BOs as to be dumped on crash.Eric Anholt2020-05-122-4/+5
* freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.Eric Anholt2020-05-123-7/+7
* freedreno: Start moving relocs flags into the BOs.Eric Anholt2020-05-126-14/+15
* freedreno: Initialize the bo's iova at creation time.Eric Anholt2020-05-083-9/+3
* freedreno: Rename append_bo() in case it doesn't get inlined.Eric Anholt2020-05-081-4/+4
* freedreno: Clean up tests around ORing in the reloc flags.Eric Anholt2020-05-081-6/+5
* freedreno: Deduplicate ringbuffer macros with computerator/fdperfEric Anholt2020-05-082-1/+146
* freedreno/drm: inline the thingsRob Clark2020-04-303-65/+62
* freedreno/drm: drop atomic refcntsRob Clark2020-04-301-2/+2
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+6
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-272-4/+4
* freedreno: quiet INFO_MSGRob Clark2020-02-182-1/+13
* freedreno/drm: readonly cmdstreamRob Clark2020-01-314-16/+11
* freedreno/drm: fix invalid-cmdstream-size with older kernelsRob Clark2020-01-281-0/+3
* freedreno/drm: Don't miscalculate timeoutGuido Günther2020-01-231-3/+2
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-231-15/+2
* freedreno/drm: Fix memory leak in softpin implementationLasse Lopperi2020-01-101-0/+2
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-2/+2
* freedreno/drm: fix 64b iova shiftsRob Clark2019-09-031-10/+4
* freedreno/drm: convert ring_pool to child_poolRob Clark2019-08-023-6/+29
* freedreno/drm: remove idx_lockRob Clark2019-08-023-29/+24
* freedreno: Move msm_drm.h to the same spot as other DRM uapi.Eric Anholt2019-05-143-337/+1
* freedreno: Quiet compiler warnings on 64-bit.Eric Anholt2019-05-131-1/+1
* freedreno/drm: expose GMEM_BASE addressRob Clark2019-05-023-0/+9
* freedreno/drm: Quiet pointer to u64 conversion warningKristian H. Kristensen2019-04-261-1/+1
* freedreno/drm: update for robustnessRob Clark2019-04-253-0/+44
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* freedreno: make cmdstream bo's read-only to GPURob Clark2019-01-102-5/+11
* freedreno/drm: sync uapi againChia-I Wu2019-01-081-0/+1
* freedreno: debug GEM obj namesRob Clark2018-12-134-3/+69
* freedreno/drm: sync uapi and enable softpinRob Clark2018-12-136-25/+30
* freedreno/drm: fix memory leakRob Clark2018-12-071-0/+3
* freedreno/drm: fix relocs in nested stateobjsRob Clark2018-12-071-3/+15
* freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek2018-11-272-0/+4
* freedreno: move drm to common locationRob Clark2018-11-2716-0/+3727