summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_render_cl.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-01drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt1-12/+11
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt1-5/+16
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt1-20/+20
2017-07-28drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt1-1/+1
2017-04-18drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt1-2/+1
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-0/+4
2017-01-17drm/vc4: fix a bounds checkDan Carpenter1-1/+1
2016-10-06drm/vc4: Fix races when the CS reads from render targets.Eric Anholt1-4/+17
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt1-2/+2
2016-02-16drm/vc4: Fix the clear color for the first tile rendered.Eric Anholt1-9/+9
2015-12-07drm/vc4: Add support for drawing 3D frames.Eric Anholt1-0/+634