aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/drm/freedreno_bo.c
Commit message (Collapse)AuthorAgeFilesLines
* freedreno: debug GEM obj namesRob Clark2018-12-131-1/+8
| | | | | | | With a recent enough kernel, set debug names for GEM BOs, which will show up in $debugfs/gem Signed-off-by: Rob Clark <[email protected]>
* freedreno: move drm to common locationRob Clark2018-11-271-0/+361
So that we can re-use at least parts of it for vulkan driver, and so that we can move ir3 to a common location (which uses fd_bo to allocate storage for shaders) Signed-off-by: Rob Clark <[email protected]>