summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+1
* drm/vc4: Annotate struct vc4_perfmon with __counted_byKees Cook2023-10-051-1/+1
* drm/vc4: Switch to container_of_constMaxime Ripard2023-04-251-46/+19
* drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal2023-02-281-1/+1
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-221-25/+7
* drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-081-4/+25
* drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-081-0/+16
* drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2022-12-081-0/+1
* drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2022-12-081-0/+16
* drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2022-12-081-0/+6
* drm/vc4: Move HVS state to main headerMaxime Ripard2022-12-081-0/+23
* drm/vc4: crtc: Provide a CRTC nameMaxime Ripard2022-11-281-0/+2
* drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard2022-11-281-2/+4
* drm/vc4: Add TXP encoder typeMaxime Ripard2022-11-281-0/+1
* drm/vc4: Constify container_of wrappersMaxime Ripard2022-11-281-8/+8
* drm/vc4: hdmi: Add more checks for 4k resolutionsDom Cobley2022-10-281-0/+6
* drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection codeMaxime Ripard2022-10-281-0/+10
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-9/+9
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-4/+8
* drm/vc4: debugfs: Return an error on failureMaxime Ripard2022-07-131-14/+16
* drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard2022-07-131-1/+0
* drm/vc4: txp: Remove vc4_dev txp pointerMaxime Ripard2022-07-131-1/+0
* drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard2022-07-131-1/+0
* drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard2022-07-131-1/+0
* drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard2022-07-131-2/+2
* drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard2022-07-131-1/+2
* drm/vc4: crtc: Create vblank reporting functionMaxime Ripard2022-07-131-0/+1
* drm/vc4: drv: Call component_unbind_all()Maxime Ripard2022-07-131-0/+1
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-6/+13
|\
| * drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard2022-06-161-0/+6
| * drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard2022-06-161-0/+1
| * drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard2022-06-161-3/+3
| * drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-161-3/+3
* | drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
|/
* drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard2022-04-061-8/+8
* drm/vc4: hvs: Fix frame count register readoutMaxime Ripard2022-04-061-0/+1
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-051-0/+9
* drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-051-0/+14
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-051-1/+5
* drm/vc4: Increase the core clock based on HVS loadMaxime Ripard2021-11-041-0/+2
* drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard2021-11-041-3/+0
* drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2021-11-041-3/+1
* drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard2021-11-041-0/+5
* drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-3/+5
* drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter2021-04-291-1/+1
* drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann2021-01-151-3/+0
* drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann2021-01-131-2/+0
* drm/vc4: Make several BO functions staticThomas Zimmermann2021-01-131-2/+0
* drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann2021-01-131-1/+0
* drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard2020-12-161-5/+5