summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-051-2/+2
* drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-051-1/+4
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-051-2/+1
* drm/vc4: Increase the core clock based on HVS loadMaxime Ripard2021-11-041-0/+15
* drm/vc4: crtc: Add some loggingMaxime Ripard2021-11-041-0/+6
* drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2021-11-041-21/+9
* drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototypeMaxime Ripard2021-11-041-4/+3
* drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard2021-11-041-4/+4
* drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard2021-10-251-1/+18
* drm/vc4: crtc: Lookup the encoder from the register at bootMaxime Ripard2021-05-241-4/+34
* drm/vc4: crtc: Fix vc4_get_crtc_encoder logicMaxime Ripard2021-05-241-5/+16
* drm/vc4: crtc: Pass the drm_atomic_state to config_pvMaxime Ripard2021-05-241-4/+4
* drm/vc4: crtc: Skip the TXPMaxime Ripard2021-05-241-0/+3
* drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski2021-05-241-1/+1
* drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley2021-04-081-0/+17
* drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard2020-12-161-8/+10
* drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard2020-12-161-4/+2
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard2020-12-151-13/+0
* drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-1/+1
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+7
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-3/+11
|\
| * drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard2020-09-251-0/+1
| * drm/vc4: crtc: Rework a bit the CRTC state codeMaxime Ripard2020-09-251-3/+10
* | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+6
|/
* drm/vc4: crtc: Add BCM2711 pixelvalvesMaxime Ripard2020-09-071-2/+93
* drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard2020-09-071-0/+25
* drm/vc4: crtc: Move the CRTC disable outMaxime Ripard2020-09-071-12/+22
* drm/vc4: crtc: Clear the PixelValve FIFO during configurationMaxime Ripard2020-09-071-1/+1
* drm/vc4: crtc: Clear the PixelValve FIFO on disableMaxime Ripard2020-09-071-2/+1
* drm/vc4: crtc: Add a delay after disabling the PixelValve outputMaxime Ripard2020-09-071-0/+18
* drm/vc4: encoder: Add finer-grained encoder callbacksMaxime Ripard2020-09-071-0/+19
* drm/vc4: crtc: Move HVS channel init before the PV initialisationMaxime Ripard2020-09-071-4/+4
* drm/vc4: crtc: Remove redundant pixelvalve resetMaxime Ripard2020-09-071-1/+0
* drm/vc4: crtc: Remove mode_set_nofbMaxime Ripard2020-09-071-6/+1
* drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard2020-09-071-2/+0
* drm/vc4: crtc: Move PV dump to config_pvMaxime Ripard2020-09-071-14/+12
* drm/vc4: crtc: Turn pixelvalve reset into a functionMaxime Ripard2020-09-071-7/+13
* drm/vc4: crtc: Disable color management for HVS5Maxime Ripard2020-09-071-6/+11
* drm/vc4: crtc: Rename HDMI encoder type to HDMI0Maxime Ripard2020-09-071-1/+1
* drm/vc4: crtc: Add function to compute FIFO level bitsMaxime Ripard2020-09-071-2/+10
* drm/vc4: crtc: Add FIFO depth to vc4_crtc_dataMaxime Ripard2020-09-071-3/+17
* drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard2020-09-071-4/+8
* drm/vc4: crtc: Enable and disable the PV in atomic_enable / disableMaxime Ripard2020-09-071-3/+7
* drm/vc4: crtc: Use local chan variableMaxime Ripard2020-09-071-1/+1
* drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard2020-09-071-4/+4
* drm/vc4: crtc: Move the cob allocation outside of bindMaxime Ripard2020-09-071-18/+17
* drm/vc4: crtc: Use a shared interruptMaxime Ripard2020-09-071-1/+3
* drm/vc4: crtc: Deal with different number of pixel per clockMaxime Ripard2020-09-071-7/+11
* drm/vc4: crtc: Remove the feed_txp testsMaxime Ripard2020-07-071-22/+7