summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard1-2/+2
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard1-2/+1
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard1-1/+1
2020-10-29drm/vc4: Rework the structure conversion functionsMaxime Ripard1-6/+6
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard1-0/+2
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard1-0/+3
2020-09-07drm/vc4: hdmi: Remove vc4_dev hdmi pointerMaxime Ripard1-1/+0
2020-09-07drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard1-0/+1
2020-09-07drm/vc4: hvs: Introduce a function to get the assigned FIFOMaxime Ripard1-0/+1
2020-09-07drm/vc4: hvs: Make the stop_channel function publicMaxime Ripard1-0/+1
2020-09-07drm/vc4: encoder: Add finer-grained encoder callbacksMaxime Ripard1-0/+7
2020-09-07drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard1-1/+0
2020-09-07drm/vc4: crtc: Add HDMI1 encoder typeMaxime Ripard1-0/+1
2020-09-07drm/vc4: crtc: Rename HDMI encoder type to HDMI0Maxime Ripard1-1/+1
2020-09-07drm/vc4: crtc: Add FIFO depth to vc4_crtc_dataMaxime Ripard1-0/+3
2020-09-07drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard1-3/+4
2020-09-07drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard1-2/+2
2020-09-07drm/vc4: crtc: Move the cob allocation outside of bindMaxime Ripard1-2/+0
2020-09-07drm/vc4: crtc: Deal with different number of pixel per clockMaxime Ripard1-0/+3
2020-09-07drm/vc4: hvs: Boost the core clock during modesetMaxime Ripard1-0/+2
2020-09-07drm/vc4: Add support for the BCM2711 HVS5Dave Stevenson1-0/+4
2020-07-07drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard1-1/+0
2020-07-07drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard1-0/+3
2020-07-07drm/vc4: crtc: Split CRTC data in twoMaxime Ripard1-0/+19
2020-07-07drm/vc4: crtc: Make state functions publicMaxime Ripard1-0/+10
2020-07-07drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard1-0/+5
2020-06-10drm/vc4: crtc: Move crtc state to common headerMaxime Ripard1-0/+21
2020-06-10drm/vc4: plane: Move additional planes creation to driverMaxime Ripard1-2/+1
2020-06-10drm/vc4: plane: Move planes creation to its own functionMaxime Ripard1-0/+2
2020-06-10drm/vc4: drv: Add include guardsMaxime Ripard1-0/+4
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-1/+1
2020-03-06drm/vc4/vc4_drv.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-04drm/vc4: Replace wait_for macros to remove use of msleepJames Hughes1-17/+26
2020-02-13drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-4/+0
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-5/+12
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+14
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski1-0/+14
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-11/+28
2019-04-01drm/vc4: Add helpers for pm get/put.Eric Anholt1-0/+2
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-0/+7
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski1-0/+3
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon1-0/+11
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon1-0/+10
2019-02-19drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring1-6/+0
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+1
2018-12-19drm/vc4: Take margin setup into account when updating planesBoris Brezillon1-0/+3