summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_hvs.c
AgeCommit message (Expand)Author
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-10-09drm/vc4: Correct generation check in vc4_hvs_lut_loadDave Stevenson
2024-10-09drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_atomic_flushDave Stevenson
2024-10-09drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_loadDave Stevenson
2024-09-09drm/vc4: hvs: Correct logic on stopping an HVS channelDave Stevenson
2024-09-09drm/vc4: hvs: Enable SCALER_CONTROL early in HVS initTim Gover
2024-09-09drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registersMaxime Ripard
2024-09-09drm/vc4: hvs: Rename hvs_regs listMaxime Ripard
2024-09-09drm/vc4: hvs: Create cob_init functionMaxime Ripard
2024-09-09drm/vc4: hvs: Create hw_init functionMaxime Ripard
2024-09-09drm/vc4: hvs: Use switch statement to simplify vc4_hvs_get_fifo_from_outputMaxime Ripard
2024-09-09drm/vc4: Introduce generation number enumMaxime Ripard
2024-09-09drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs functionDave Stevenson
2024-09-09drm/vc4: hvs: Fix dlist debug not resetting the next entry pointerDave Stevenson
2024-09-09drm/vc4: hvs: Don't write gamma luts on 2711Dave Stevenson
2024-09-09drm/vc4: hvs: Print error if we fail an allocationMaxime Ripard
2024-09-09drm/vc4: hvs: More logging for dlist generationMaxime Ripard
2024-09-09drm/vc4: hvs: Set AXI panic modes for the HVSDave Stevenson
2024-08-22drm/vc4: Get the rid of DRM_ERROR()Stefan Wahren
2023-06-08drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-09drm/vc4: hvs: Ignore atomic_flush if we're disabledMaxime Ripard
2023-01-09drm/vc4: hvs: Support zpos on all planesDave Stevenson
2023-01-09drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5Dave Stevenson
2023-01-09drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4Dave Stevenson
2023-01-09drm/vc4: hvs: Set AXI panic modesDave Stevenson
2023-01-09drm/vc4: hvs: Configure the HVS COB allocationsDave Stevenson
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime 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-25drm/vc4: hvs: protect drm_print_regset32()Danilo Krummrich
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard
2022-07-13drm/vc4: hvs: Remove planes currently allocated before taking downMaxime Ripard
2022-07-13drm/vc4: hvs: Protect device resources after removalMaxime Ripard
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-06-28drm/vc4: hvs: Add debugfs node that dumps the current display listsDave Stevenson
2022-06-16drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard
2022-04-08drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard
2022-04-06drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard
2022-04-06drm/vc4: hvs: Move the dlist setup to its own functionMaxime Ripard
2022-04-06drm/vc4: hvs: Remove dlist setup duplicationMaxime Ripard
2022-04-06drm/vc4: hvs: Store channel in variableMaxime 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-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-01-25drm/vc4: Correct lbm size and calculationDom Cobley
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter