summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_validate.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-16drm/vc4_validate: Remove VLA usageGustavo A. R. Silva1-1/+1
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt1-39/+39
2017-05-16drm/vc4: fix spelling mistake: "dimesions" -> "dimensions"Colin Ian King1-1/+2
2017-04-18drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt1-30/+24
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-10/+14
2017-02-28drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt1-3/+7
2016-11-16drm/vc4: Add fragment shader threading supportJonas Pfeil1-5/+12
2016-11-03drm/vc4: Add support for rendering with ETC1 textures.Eric Anholt1-0/+7
2016-10-06drm/vc4: Fix races when the CS reads from render targets.Eric Anholt1-3/+14
2016-07-15drm/vc4: Add support for branching in shader validation.Eric Anholt1-1/+12
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt1-2/+2
2016-01-17drm/vc4: fix warning in validate printf.Dave Airlie1-1/+1
2015-12-07drm/vc4: Add support for drawing 3D frames.Eric Anholt1-0/+900