summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-07drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard1-19/+0
2020-07-07drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard1-7/+0
2020-07-07drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard1-37/+50
2020-07-07drm/vc4: crtc: Only access the PixelValve registers if we have toMaxime Ripard1-4/+15
2020-07-07drm/vc4: crtc: Split CRTC data in twoMaxime Ripard1-11/+18
2020-07-07drm/vc4: crtc: Make state functions publicMaxime Ripard1-11/+10
2020-07-07drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard1-251/+6
2020-07-02drm/vc4: Use __drm_atomic_helper_crtc_resetDaniel Vetter1-2/+1
2020-06-10drm/vc4: crtc: Restrict HACT_ACT setup to DSIMaxime Ripard1-1/+2
2020-06-10drm/vc4: crtc: Turn static const variable into a defineMaxime Ripard1-3/+4
2020-06-10drm/vc4: crtc: Move crtc state to common headerMaxime Ripard1-21/+0
2020-06-10drm/vc4: crtc: Switch to of_device_get_match_dataMaxime Ripard1-5/+5
2020-06-10drm/vc4: crtc: Rename SoC data structuresMaxime Ripard1-6/+6
2020-06-10drm/vc4: plane: Move additional planes creation to driverMaxime Ripard1-4/+0
2020-06-10drm/vc4: plane: Move planes creation to its own functionMaxime Ripard1-29/+4
2020-02-13drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+1
2020-02-13drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-5/+7
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson1-1/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-4/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-09Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-63/+42
2019-04-24drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst1-1/+1
2019-04-24drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst1-1/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-27/+6