summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-48/+45
|\
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-5/+5
| * drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-27/+31
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
| * drm/vc4: remove unneeded variable: "ret"Bernard Zhao2021-02-021-2/+1
| * drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard2021-01-281-0/+6
| * drm/vc4: hdmi: Remove cec_available flagDom Cobley2021-01-282-7/+0
| * drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard2021-01-282-10/+39
| * drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard2021-01-281-21/+65
| * drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard2021-01-282-1/+9
| * drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard2021-01-281-10/+29
| * drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard2021-01-281-1/+3
| * drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley2021-01-281-6/+18
| * drm/vc4: hdmi: Fix up CEC registersDom Cobley2021-01-281-1/+3
| * drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley2021-01-281-2/+15
| * drm/vc4: hdmi: Move hdmi reset to bindDom Cobley2021-01-281-3/+3
| * drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard2021-01-211-13/+4
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2114-431/+608
|\ \
| * | drm/vc4: remove unneeded variable: "ret"Bernard Zhao2021-02-091-2/+1
| * | drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard2021-02-091-0/+6
| * | drm/vc4: hdmi: Remove cec_available flagDom Cobley2021-02-092-7/+0
| * | drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard2021-02-092-10/+39
| * | drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard2021-02-091-21/+65
| * | drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard2021-02-092-1/+9
| * | drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard2021-02-091-10/+29
| * | drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard2021-02-091-1/+3
| * | drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley2021-02-091-6/+18
| * | drm/vc4: hdmi: Fix up CEC registersDom Cobley2021-02-091-1/+3
| * | drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley2021-02-091-2/+15
| * | drm/vc4: hdmi: Move hdmi reset to bindDom Cobley2021-02-091-3/+3
| * | Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-0/+1
| |\ \ | | |/ | |/|
| * | drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann2021-01-153-23/+1
| * | drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann2021-01-133-65/+6
| * | drm/vc4: Make several BO functions staticThomas Zimmermann2021-01-132-19/+17
| * | drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann2021-01-132-14/+1
| * | Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter2021-01-071-6/+1
| |\ \
| | * | drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-6/+1
| * | | drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard2020-12-163-1/+79
| * | | drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard2020-12-161-2/+4
| * | | drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard2020-12-163-10/+11
| * | | drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2020-12-162-1/+26
| * | | drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2020-12-162-3/+40
| * | | drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard2020-12-161-1/+3
| * | | drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard2020-12-161-0/+3
| * | | drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard2020-12-163-18/+25
| * | | drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard2020-12-164-24/+19
| * | | drm: automatic legacy gamma supportTomi Valkeinen2020-12-152-2/+0
| * | | drm/vc4: kms: Convert to atomic helpersMaxime Ripard2020-12-151-107/+3