summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_validate.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaĆ­ra Canal2023-02-281-2/+2
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-6/+6
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-8/+8
* drm/vc4: fix error code in vc4_check_tex_size()Dan Carpenter2022-06-221-1/+1
* drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard2022-06-161-0/+16
* drm/vc4_validate: Remove VLA usageGustavo A. R. Silva2018-03-161-1/+1
* drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-081-39/+39
* drm/vc4: fix spelling mistake: "dimesions" -> "dimensions"Colin Ian King2017-05-161-1/+2
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-181-30/+24
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-10/+14
* drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-281-3/+7
* drm/vc4: Add fragment shader threading supportJonas Pfeil2016-11-161-5/+12
* drm/vc4: Add support for rendering with ETC1 textures.Eric Anholt2016-11-031-0/+7
* drm/vc4: Fix races when the CS reads from render targets.Eric Anholt2016-10-061-3/+14
* drm/vc4: Add support for branching in shader validation.Eric Anholt2016-07-151-1/+12
* drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-161-2/+2
* drm/vc4: fix warning in validate printf.Dave Airlie2016-01-171-1/+1
* drm/vc4: Add support for drawing 3D frames.Eric Anholt2015-12-071-0/+900