summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-34/+17
2022-07-13drm/vc4: debugfs: Return an error on failureMaxime Ripard1-9/+11
2022-07-13drm/vc4: debugfs: Protect device resourcesMaxime Ripard1-0/+9
2021-11-04drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard1-2/+5
2020-11-18drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-3/+1
2020-03-18drm/vc4: remove check of return value of drm_debugfs functionsWambui Karuga1-5/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-1/+0
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14drm/vc4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-04-04drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot1-1/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-18/+64
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski1-0/+9
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon1-0/+1
2018-07-07drm/vc4: Add support for the transposer blockBoris Brezillon1-0/+1
2017-02-01drm/vc4: Add DSI driverEric Anholt1-0/+1
2017-01-30drm/vc4: Remove vc4_debugfs_cleanup()Noralf Trønnes1-6/+0
2016-12-09drm/vc4: Add support for the VEC (Video Encoder) IPBoris Brezillon1-0/+1
2016-04-14drm/vc4: Add DPI driverEric Anholt1-0/+1
2015-12-07drm/vc4: Bind and initialize the V3D engine.Eric Anholt1-0/+2
2015-12-07drm/vc4: Add a BO cache.Eric Anholt1-0/+1
2015-10-21drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt1-0/+39