summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-29drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter1-1/+1
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann1-3/+0
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann1-2/+0
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann1-2/+0
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann1-1/+0
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard1-5/+5
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard1-5/+4
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard1-2/+0
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-0/+4
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2020-12-07drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard1-1/+0
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard1-0/+3
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard1-0/+1
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+4
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter1-5/+4
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+2
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-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+8
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-25drm/vc4: Introduce GEM object functionsThomas Zimmermann1-1/+0
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