summary refs log tree commit diff
path: root/drivers/gpu/drm/vc4/vc4_drv.c
AgeCommit message (Expand)Author
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-11-03drm/vc4: drv: Remove unused variableMaxime Ripard
2020-11-02drm/vc4: kms: Add functions to create the state objectsMaxime Ripard
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard
2020-11-02drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard
2020-10-27drm/vc4: drv: Add error handding for bindHoegeun Kwon
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard
2020-09-07drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard
2020-07-07drm/vc4: Reorder the bind order of the devicesMaxime Ripard
2020-06-10drm/vc4: plane: Move additional planes creation to driverMaxime Ripard
2020-02-13drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann
2020-02-13drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-21drm/vc3: Drop drm_gem_prime_importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt
2019-04-03drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt
2019-03-07drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon
2019-02-19drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter
2018-10-05drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter
2018-09-25drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-09-03drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław
2018-07-17drm/vc4: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-07-07drm/vc4: Add support for the transposer blockBoris Brezillon
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-05-15drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt
2018-04-30drm/vc4: Enable syncobj supportStefan Schake
2018-04-23drm/vc4: Add CTM supportStefan Schake
2018-04-23gpu: drm: vc4: simplify getting .drvdataWolfram Sang
2018-02-10drm/vc4: Expose performance counters to userspaceBoris Brezillon
2017-12-08drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt
2017-07-29drm/vc4: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-28drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt
2017-06-15drm/vc4: Add get/set tiling ioctls.Eric Anholt