summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2021-07-19drm/vc4: hdmi: Prevent clock unbalanceMaxime Ripard1-0/+8
2021-07-19drm/vc4: crtc: Skip the TXPMaxime Ripard1-0/+3
2021-07-19drm/vc4: txp: Properly set the possible_crtcs maskMaxime Ripard1-1/+1
2021-07-19drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()Zou Wei1-1/+1
2021-07-19drm/vc4: Fix clock source for VEC PixelValve on BCM2711Mateusz Kwiatkowski1-1/+1
2021-07-19drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter1-1/+1
2021-07-14drm/vc4: hdmi: Fix error path of hpd-gpiosMaxime Ripard1-2/+2
2021-07-14drm/vc4: crtc: Lookup the encoder from the register at bootMaxime Ripard1-4/+34
2021-07-14drm/vc4: crtc: Fix vc4_get_crtc_encoder logicMaxime Ripard1-5/+16
2021-07-14drm/vc4: crtc: Pass the drm_atomic_state to config_pvMaxime Ripard1-4/+4
2021-06-16drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-06-16drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-10/+30
2021-06-08drm/vc4: fix vc4_atomic_commit_tail() logicMark Rutland1-1/+1
2021-05-11Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2-47/+44
2021-04-21drm/vc4: remove unused functionJiapeng Chong1-6/+0
2021-04-14Merge drm/drm-fixes into drm-nextDaniel Vetter2-1/+17
2021-04-08drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley1-0/+17
2021-04-08drm/vc4: plane: Remove redundant assignmentMaxime Ripard1-1/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-48/+45
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-5/+5
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-27/+31
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-02-22Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-431/+608
2021-02-09drm/vc4: remove unneeded variable: "ret"Bernard Zhao1-2/+1
2021-02-09drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard1-0/+6
2021-02-09drm/vc4: hdmi: Remove cec_available flagDom Cobley2-7/+0
2021-02-09drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard2-10/+39
2021-02-09drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard1-21/+65
2021-02-09drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard2-1/+9
2021-02-09drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard1-10/+29
2021-02-09drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard1-1/+3
2021-02-09drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley1-6/+18
2021-02-09drm/vc4: hdmi: Fix up CEC registersDom Cobley1-1/+3
2021-02-09drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley1-2/+15
2021-02-09drm/vc4: hdmi: Move hdmi reset to bindDom Cobley1-3/+3
2021-02-02drm/vc4: hvs: Fix buffer overflow with the dlist handlingMaxime Ripard1-4/+14
2021-02-02drm/vc4: remove unneeded variable: "ret"Bernard Zhao1-2/+1
2021-01-28drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard1-0/+6
2021-01-28drm/vc4: hdmi: Remove cec_available flagDom Cobley2-7/+0
2021-01-28drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard2-10/+39
2021-01-28drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard1-21/+65
2021-01-28drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard2-1/+9
2021-01-28drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard1-10/+29
2021-01-28drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard1-1/+3
2021-01-28drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley1-6/+18
2021-01-28drm/vc4: hdmi: Fix up CEC registersDom Cobley1-1/+3
2021-01-28drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley1-2/+15
2021-01-28drm/vc4: hdmi: Move hdmi reset to bindDom Cobley1-3/+3