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