summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_drv.h
AgeCommit message (Expand)Author
2023-10-05drm/vc4: Annotate struct vc4_perfmon with __counted_byKees Cook
2023-04-25drm/vc4: Switch to container_of_constMaxime Ripard
2023-02-28drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard
2022-11-28drm/vc4: Constify container_of wrappersMaxime Ripard
2022-10-28drm/vc4: hdmi: Add more checks for 4k resolutionsDom Cobley
2022-10-28drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection codeMaxime Ripard
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard
2022-07-13drm/vc4: debugfs: Return an error on failureMaxime Ripard
2022-07-13drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard
2022-07-13drm/vc4: txp: Remove vc4_dev txp pointerMaxime Ripard
2022-07-13drm/vc4: dpi: Remove vc4_dev dpi pointerMaxime Ripard
2022-07-13drm/vc4: crtc: Switch to DRM-managed CRTC initializationMaxime Ripard
2022-07-13drm/vc4: crtc: Move debugfs_name to crtc_dataMaxime Ripard
2022-07-13drm/vc4: plane: Take possible_crtcs as an argumentMaxime Ripard
2022-07-13drm/vc4: crtc: Create vblank reporting functionMaxime Ripard
2022-07-13drm/vc4: drv: Call component_unbind_all()Maxime Ripard
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard
2022-04-06drm/vc4: hvs: Fix frame count register readoutMaxime Ripard
2021-11-05drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard
2021-11-05drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard
2021-11-05drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard
2021-11-04drm/vc4: Increase the core clock based on HVS loadMaxime Ripard
2021-11-04drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard
2021-11-04drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard
2021-11-04drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann
2021-04-29drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard