summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_hvs.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-9/+9
|\
| * drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-161-9/+9
* | drm/vc4: hvs: Add debugfs node that dumps the current display listsDave Stevenson2022-06-281-0/+42
|/
* drm/vc4: hvs: Reset muxes at probe timeMaxime Ripard2022-04-081-5/+21
* drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macrosMaxime Ripard2022-04-061-39/+38
* drm/vc4: hvs: Move the dlist setup to its own functionMaxime Ripard2022-04-061-5/+14
* drm/vc4: hvs: Remove dlist setup duplicationMaxime Ripard2022-04-061-6/+3
* drm/vc4: hvs: Store channel in variableMaxime Ripard2022-04-061-4/+5
* drm/vc4: hvs: Fix frame count register readoutMaxime Ripard2022-04-061-0/+23
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-051-0/+12
* drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-051-2/+5
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-051-4/+3
* Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-8/+10
|\
| * drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard2020-12-161-8/+10
* | drm/vc4: Correct lbm size and calculationDom Cobley2021-01-251-4/+4
|/
* Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-101-2/+2
|\
| * drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard2020-11-021-2/+2
* | drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+3
|/
* drm/vc4: hvs: Introduce a function to get the assigned FIFOMaxime Ripard2020-09-071-0/+54
* drm/vc4: hvs: Make the stop_channel function publicMaxime Ripard2020-09-071-1/+1
* drm/vc4: hvs: Make sure our channel is resetMaxime Ripard2020-09-071-0/+4
* drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard2020-09-071-43/+16
* drm/vc4: crtc: Move HVS init and close to a functionMaxime Ripard2020-09-071-46/+58
* drm/vc4: crtc: Disable color management for HVS5Maxime Ripard2020-09-071-1/+1
* drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard2020-09-071-15/+13
* drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard2020-09-071-1/+1
* drm/vc4: hvs: Boost the core clock during modesetMaxime Ripard2020-09-071-0/+18
* drm/vc4: Add support for the BCM2711 HVS5Dave Stevenson2020-09-071-7/+27
* drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard2020-07-071-0/+291
* drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-1/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-1/+4
|/
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-15/+5
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-47/+40
* drm/vc4: Report HVS underrun errorsBoris Brezillon2019-03-061-0/+95
* drm/vc4: Add CTM registers to debugfsStefan Schake2018-04-231-0/+4
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-1/+1
* drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-6/+6
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-2/+1
* drm/vc4: Set up SCALER_DISPCTRL at boot.Eric Anholt2017-02-011-0/+14
* drm/vc4: Add support for scaling of display planes.Eric Anholt2016-02-161-0/+84
* drm/vc4: Make the CRTCs cooperate on allocating display lists.Eric Anholt2016-02-161-0/+13
* drm/vc4: Fix some failure to track __iomem decorations on pointers.Eric Anholt2015-11-171-4/+4
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-211-0/+163