summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_drv.c
AgeCommit message (Expand)Author
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-11-07drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-10-21Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2022-10-13drm/vc4: Add module dependency on hdmi-codecMaxime Ripard
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard
2022-07-13drm/vc4: drv: Use drm_dev_unplugMaxime Ripard
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-06-30drm/vc4: change vc4_dma_range_matches from a global to staticTom Rix
2022-06-28drm/vc4: drv: Adopt the dma configuration from the HVS or V3D componentDave Stevenson
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard
2022-06-16drm/vc4: drv: Skip BO Backend Initialization on BCM2711Maxime Ripard
2022-06-16drm/vc4: drv: Register a different driver on BCM2711Maxime Ripard
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-25drm/vc4: Make use of the helper component_compare_devYong Wu
2022-01-11drm/vc4: Notify the firmware when DRM is in chargeMaxime Ripard
2022-01-11drm/vc4: Remove conflicting framebuffers before callind bind_allMaxime Ripard
2022-01-11drm/vc4: Support nomodesetMaxime Ripard
2021-09-01drm/vc4: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-05-24drm/vc4: hvs: Make the HVS bind firstMaxime Ripard
2021-05-11drm/vc4: Remove redundant error printing in vc4_ioremap_regs()Zhen Lei
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann
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