summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_render_cl.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt2017-08-081-5/+16
* drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-081-20/+20
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-291-1/+1
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-181-2/+1Star
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-0/+4
* drm/vc4: fix a bounds checkDan Carpenter2017-01-171-1/+1
* drm/vc4: Fix races when the CS reads from render targets.Eric Anholt2016-10-061-4/+17
* drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-161-2/+2
* drm/vc4: Fix the clear color for the first tile rendered.Eric Anholt2016-02-161-9/+9
* drm/vc4: Add support for drawing 3D frames.Eric Anholt2015-12-081-0/+634