summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
AgeCommit message (Expand)Author
2021-05-24drm/vc4: crtc: Skip the TXPMaxime Ripard
2021-05-24drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski
2021-04-08drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley
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
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard
2020-09-25drm/vc4: crtc: Rework a bit the CRTC state codeMaxime Ripard
2020-09-07drm/vc4: crtc: Add BCM2711 pixelvalvesMaxime Ripard
2020-09-07drm/vc4: drv: Disable the CRTC at boot timeMaxime Ripard
2020-09-07drm/vc4: crtc: Move the CRTC disable outMaxime Ripard
2020-09-07drm/vc4: crtc: Clear the PixelValve FIFO during configurationMaxime Ripard
2020-09-07drm/vc4: crtc: Clear the PixelValve FIFO on disableMaxime Ripard
2020-09-07drm/vc4: crtc: Add a delay after disabling the PixelValve outputMaxime Ripard
2020-09-07drm/vc4: encoder: Add finer-grained encoder callbacksMaxime Ripard
2020-09-07drm/vc4: crtc: Move HVS channel init before the PV initialisationMaxime Ripard
2020-09-07drm/vc4: crtc: Remove redundant pixelvalve resetMaxime Ripard
2020-09-07drm/vc4: crtc: Remove mode_set_nofbMaxime Ripard
2020-09-07drm/vc4: crtc: Move the HVS gamma LUT setup to our init functionMaxime Ripard
2020-09-07drm/vc4: crtc: Move PV dump to config_pvMaxime Ripard
2020-09-07drm/vc4: crtc: Turn pixelvalve reset into a functionMaxime Ripard
2020-09-07drm/vc4: crtc: Disable color management for HVS5Maxime Ripard
2020-09-07drm/vc4: crtc: Rename HDMI encoder type to HDMI0Maxime Ripard
2020-09-07drm/vc4: crtc: Add function to compute FIFO level bitsMaxime Ripard
2020-09-07drm/vc4: crtc: Add FIFO depth to vc4_crtc_dataMaxime Ripard
2020-09-07drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard
2020-09-07drm/vc4: crtc: Enable and disable the PV in atomic_enable / disableMaxime Ripard
2020-09-07drm/vc4: crtc: Use local chan variableMaxime Ripard
2020-09-07drm/vc4: crtc: Rename HVS channel to outputMaxime Ripard
2020-09-07drm/vc4: crtc: Move the cob allocation outside of bindMaxime Ripard
2020-09-07drm/vc4: crtc: Use a shared interruptMaxime Ripard
2020-09-07drm/vc4: crtc: Deal with different number of pixel per clockMaxime Ripard
2020-07-07drm/vc4: crtc: Remove the feed_txp testsMaxime Ripard
2020-07-07drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard
2020-07-07drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard
2020-07-07drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard
2020-07-07drm/vc4: crtc: Only access the PixelValve registers if we have toMaxime Ripard
2020-07-07drm/vc4: crtc: Split CRTC data in twoMaxime Ripard
2020-07-07drm/vc4: crtc: Make state functions publicMaxime Ripard
2020-07-07drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard
2020-07-02drm/vc4: Use __drm_atomic_helper_crtc_resetDaniel Vetter
2020-06-10drm/vc4: crtc: Restrict HACT_ACT setup to DSIMaxime Ripard
2020-06-10drm/vc4: crtc: Turn static const variable into a defineMaxime Ripard
2020-06-10drm/vc4: crtc: Move crtc state to common headerMaxime Ripard
2020-06-10drm/vc4: crtc: Switch to of_device_get_match_dataMaxime Ripard