summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-28drm/vc4: hdmi: Add more checks for 4k resolutionsDom Cobley1-0/+6
2022-10-28drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection codeMaxime Ripard1-0/+10
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-9/+9
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-4/+8
2022-07-13drm/vc4: debugfs: Return an error on failureMaxime Ripard1-14/+16
2022-07-13drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard1-1/+0
2022-07-13drm/vc4: txp: Remove vc4_dev txp pointerMaxime Ripard1-1/+0
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard1-1/+0
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard1-1/+0
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard1-2/+2
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard1-1/+2
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard1-0/+1
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard1-0/+1
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-6/+13
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-0/+6
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard1-0/+1
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard1-3/+3
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard1-3/+3
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard1-8/+8
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard1-0/+1
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard1-0/+9
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard1-0/+14
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard1-1/+5
2021-11-04drm/vc4: Increase the core clock based on HVS loadMaxime Ripard1-0/+2
2021-11-04drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard1-3/+0
2021-11-04drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard1-3/+1
2021-11-04drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard1-0/+5
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann1-3/+5
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