summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann3-65/+6
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann2-19/+17
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann2-14/+1
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter1-6/+1
2021-01-05drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-6/+1
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard3-1/+79
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard1-2/+4
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard3-10/+11
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2-1/+26
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2-3/+40
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard1-1/+3
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard1-0/+3
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard3-18/+25
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard4-24/+19
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen2-2/+0
2020-12-15drm/vc4: kms: Convert to atomic helpersMaxime Ripard1-107/+3
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard3-37/+2
2020-12-15drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard1-7/+7
2020-12-15drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard1-1/+122
2020-12-15drm/vc4: Simplify a bit the global atomic_checkMaxime Ripard1-7/+6
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst4-63/+244
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-1/+3
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-60/+72
2020-12-07drm/vc4: dsi: Add configuration for BCM2711 DSI1Dave Stevenson1-2/+10
2020-12-07drm/vc4: dsi: Add support for DSI0Dave Stevenson1-0/+8
2020-12-07drm/vc4: dsi: Introduce a variant structureMaxime Ripard1-26/+37
2020-12-07drm/vc4: dsi: Use snprintf for the PHY clocks instead of an arrayMaxime Ripard1-8/+9
2020-12-07drm/vc4: dsi: Correct DSI register definitionDave Stevenson1-2/+2
2020-12-07drm/vc4: drv: Remove the DSI pointer in vc4_drvMaxime Ripard2-10/+0
2020-12-07drm/vc4: hdmi: Don't poll for the infoframes status on setupMaxime Ripard1-3/+7
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann1-1/+1
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann1-2/+2
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard2-36/+48
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard2-25/+102
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard1-1/+3
2020-11-19drm/vc4: hdmi: Disable Wifi FrequenciesMaxime Ripard2-0/+29
2020-11-19drm/vc4: kms: Document the muxing corner casesMaxime Ripard1-0/+22
2020-11-19drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard1-3/+15
2020-11-19drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard1-3/+3
2020-11-19drm/vc4: kms: Remove useless defineMaxime Ripard1-1/+0
2020-11-19drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard1-2/+2
2020-11-19drm/vc4: hdmi: Block odd horizontal timingsMaxime Ripard2-0/+15
2020-11-19drm/vc4: hdmi: Make sure our clock rate is within limitsMaxime Ripard1-0/+15
2020-11-18drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-18drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-18drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'Lee Jones1-2/+1
2020-11-18drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unusedLee Jones1-3/+3
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann7-75/+99
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter7-75/+99