summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)Author
2021-02-02drm/vc4: remove unneeded variable: "ret"Bernard Zhao
2021-01-28drm/vc4: hdmi: Don't register the CEC adapter if there's no interruptsMaxime Ripard
2021-01-28drm/vc4: hdmi: Remove cec_available flagDom Cobley
2021-01-28drm/vc4: hdmi: Support BCM2711 CEC interrupt setupMaxime Ripard
2021-01-28drm/vc4: hdmi: Split the interrupt handlersMaxime Ripard
2021-01-28drm/vc4: hdmi: Introduce a CEC clockMaxime Ripard
2021-01-28drm/vc4: hdmi: Update the CEC clock divider on HSM rate changeMaxime Ripard
2021-01-28drm/vc4: hdmi: Compute the CEC clock divider from the clock rateMaxime Ripard
2021-01-28drm/vc4: hdmi: Restore cec physical address on reconnectDom Cobley
2021-01-28drm/vc4: hdmi: Fix up CEC registersDom Cobley
2021-01-28drm/vc4: hdmi: Fix register offset with longer CEC messagesDom Cobley
2021-01-28drm/vc4: hdmi: Move hdmi reset to bindDom Cobley
2021-01-21drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter
2021-01-05drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard
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: Convert to atomic helpersMaxime Ripard
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard
2020-12-15drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard
2020-12-15drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard
2020-12-15drm/vc4: Simplify a bit the global atomic_checkMaxime Ripard
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-07drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson
2020-12-07drm/vc4: dsi: Add support for DSI0Dave Stevenson
2020-12-07drm/vc4: dsi: Introduce a variant structureMaxime Ripard
2020-12-07drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard
2020-12-07drm/vc4: dsi: Correct DSI register definitionDave Stevenson
2020-12-07drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard
2020-12-07drm/vc4: hdmi: Don't poll for the infoframes status on setupMaxime Ripard
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard