summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-0/+1
|\
| * drm/vc4: Unify PCM card's driver_nameNicolas Saenz Julienne2021-01-181-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
* | drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard2020-12-153-37/+2
* | drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard2020-12-151-7/+7
* | drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard2020-12-151-1/+122
* | drm/vc4: Simplify a bit the global atomic_checkMaxime Ripard2020-12-151-7/+6
* | Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-154-63/+244
|\|
| * Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-151-1/+3
| |\
| * \ Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-1412-60/+72
| |\ \
| * | | drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2020-11-232-36/+48
| * | | drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2020-11-232-25/+102
| * | | drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard2020-11-192-0/+29
| * | | drm/vc4: kms: Document the muxing corner casesMaxime Ripard2020-11-191-0/+22
| * | | drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard2020-11-191-3/+15
| * | | drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard2020-11-191-3/+3
| * | | drm/vc4: kms: Remove useless defineMaxime Ripard2020-11-191-1/+0
| * | | drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard2020-11-191-2/+2
| * | | drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard2020-11-192-0/+15
| * | | drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard2020-11-191-0/+15
* | | | drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson2020-12-071-2/+10
* | | | drm/vc4: dsi: Add support for DSI0Dave Stevenson2020-12-071-0/+8
* | | | drm/vc4: dsi: Introduce a variant structureMaxime Ripard2020-12-071-26/+37
* | | | drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard2020-12-071-8/+9
* | | | drm/vc4: dsi: Correct DSI register definitionDave Stevenson2020-12-071-2/+2
* | | | drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard2020-12-072-10/+0
* | | | drm/vc4: hdmi: Don't poll for the infoframes status on setupMaxime Ripard2020-12-071-3/+7
* | | | drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann2020-11-301-1/+1
* | | | drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann2020-11-301-2/+2
| |_|/ |/| |
* | | drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-1/+3
| |/ |/|
* | drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headersLee Jones2020-11-181-2/+2
* | drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headersLee Jones2020-11-181-2/+2
* | drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'Lee Jones2020-11-181-2/+1
* | drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unusedLee Jones2020-11-181-3/+3