aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2-4/+4
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann1-1/+0
2020-11-06drm/vc4: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-11-03drm: Use the state pointer directly in atomic_checkMaxime Ripard1-1/+1
2020-11-03drm/vc4: drv: Remove unused variableMaxime Ripard1-1/+0
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2-2/+5
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2-8/+13
2020-11-02drm/vc4: kms: Add functions to create the state objectsMaxime Ripard2-24/+57
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard5-32/+25
2020-11-02drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard2-3/+3
2020-11-02drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard3-10/+10
2020-11-02drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard1-4/+3
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard3-4/+4
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard5-17/+41
2020-10-29drm/vc4: Rework the structure conversion functionsMaxime Ripard1-6/+6
2020-10-29drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard1-0/+1
2020-10-27drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard1-2/+3
2020-10-27drm/vc4: drv: Add error handding for bindHoegeun Kwon1-0/+1
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard1-17/+8
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-999/+3133
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2-4/+13
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard3-6/+19