summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-0/+6
|\
| * drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-0/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-031-0/+10
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-0/+1
* drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes2019-04-031-2/+4
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-011-12/+9Star
* drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard2019-03-071-1/+1
* drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-061-0/+1
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-1/+0Star
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+0Star
* drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-0/+3
* drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-3/+2Star
* drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1Star
* drm/vc4: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-4/+4
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-0/+1
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-061-3/+6
|\
| * drm/vc4: Enable syncobj supportStefan Schake2018-05-011-1/+2
| * drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+3
| * gpu: drm: vc4: simplify getting .drvdataWolfram Sang2018-04-231-2/+1Star
* | drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt2018-05-151-0/+1
|/
* drm/vc4: Expose performance counters to userspaceBoris Brezillon2018-02-101-0/+26
* drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-11/+2Star
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-191-1/+9
* drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt2017-08-081-0/+1
* drm/vc4: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0Star
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-291-2/+6
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-161-0/+2
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-1/+1
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-1/+1
* drm/vc4: Add specific compatible strings for Cygnus.Eric Anholt2017-05-081-0/+1
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-131-1/+2
* drm/vc4: use platform_register_driversPhilipp Zabel2017-03-181-14/+8Star
* drm/vc4: Add a paragraph at the top of vc4 docs introducing what it is.Eric Anholt2017-02-281-0/+16
* drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-2/+0Star
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0Star
* drm/vc4: Add DSI driverEric Anholt2017-02-011-0/+1
* drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes2017-01-301-1/+0Star
* Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...Dave Airlie2016-12-131-1/+4
|\
| * drm/vc4: Don't use drm_put_devDaniel Vetter2016-12-101-1/+3
| * drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon2016-12-101-0/+1
* | Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into d...Dave Airlie2016-11-171-3/+8
|\|
| * drm/vc4: Add fragment shader threading supportJonas Pfeil2016-11-161-0/+1
| * drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state.Eric Anholt2016-11-051-3/+6
| * drm/vc4: Add support for rendering with ETC1 textures.Eric Anholt2016-11-041-0/+1
* | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0Star
|/
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-3/+3
|\
| * drm/vc4: Fix handling of a pm_runtime_get_sync() success case.Eric Anholt2016-08-201-3/+3
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+2
|/