summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_gem.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal1-41/+2
2023-02-28drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal1-20/+17
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-4/+4
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-2/+2
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard1-2/+8
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-0/+40
2022-04-07drm/vc4: Use newer fence API properly to fix build errorsJavier Martinez Canillas1-2/+4
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+1
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-1/+1
2022-03-17drm/vc4: add tracepoints for CL submissionsMelissa Wen1-0/+7
2021-02-09drm/vc4: remove unneeded variable: "ret"Bernard Zhao1-2/+1
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard1-5/+5
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard1-4/+5
2020-05-20drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-7/+7
2019-12-17drm/vc4: Use dma_resv locking wrappersDaniel Vetter1-6/+5
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-0/+2
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski1-0/+11
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+10
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt1-16/+5
2019-02-19drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring1-9/+9
2018-12-05drm: revert "expand replace_fence to support timeline point v2"Christian König1-1/+1
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+1
2018-10-16drm: add flags to drm_syncobj_find_fenceChunming Zhou1-1/+1
2018-09-06drm: expand replace_fence to support timeline point v2Chunming Zhou1-1/+1
2018-09-06drm: expand drm_syncobj_find_fence to support timeline point v2Chunming Zhou1-1/+1
2018-05-04drm/vc4: Add a pad field to align drm_vc4_submit_cl to 64 bits.Eric Anholt1-0/+5
2018-05-01drm/vc4: Export fence through syncobjStefan Schake1-2/+28
2018-05-01drm/vc4: Syncobj import supportStefan Schake1-5/+25
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-5/+43
2018-02-11drm/vc4: Expose performance counters to userspaceBoris Brezillon1-5/+43
2018-01-18drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()Boris Brezillon1-6/+6
2018-01-18drm/vc4: Flush the caches before the bin jobs, as well.Eric Anholt1-0/+21
2017-12-09drm/vc4: Release fence after signallingStefan Schake1-1/+3
2017-11-22drm/vc4: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon1-6/+150
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt1-1/+4
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt1-5/+5
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk1-7/+7
2017-08-08drm/vc4: Fix double destroy of the BO cache on teardown.Eric Anholt1-2/+0
2017-07-29drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt1-1/+1
2017-07-29drm/vc4: Start using u64_to_user_ptr.Eric Anholt1-6/+5
2017-06-13drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET1-5/+8
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-7/+8
2017-04-19drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt1-3/+9
2017-04-18drm/vc4: Fix refcounting of runtime PM get if it errors out.Eric Anholt1-5/+8
2017-04-13drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt1-3/+133
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-28drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt1-5/+21