summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-2/+0
* drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-1/+0
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-3/+6
|\
| * Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
| |\
| * | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-1/+6
| * | drm/vc3: Drop drm_gem_prime_importDaniel Vetter2019-06-211-1/+0
| * | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+0
* | | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-301-2/+1
| |/ |/|
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-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/+1
|/
* 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/+9
* 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/+0
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+0
* 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/+2
* drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1
* 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-04-301-1/+2
| * drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+3
| * gpu: drm: vc4: simplify getting .drvdataWolfram Sang2018-04-231-2/+1
* | 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/+2
* 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/+0
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-281-2/+6
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-151-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-171-14/+8
* 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/+0
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* drm/vc4: Add DSI driverEric Anholt2017-02-011-0/+1
* drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes2017-01-301-1/+0
* 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-091-1/+3
| * drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon2016-12-091-0/+1
* | Merge tag 'drm-vc4-next-2016-11-16' of https://github.com/anholt/linux into d...Dave Airlie2016-11-171-3/+8
|\|