summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-11-107-75/+99
|\
| * Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-107-75/+99
| |\
| | * drm/vc4: drv: Remove unused variableMaxime Ripard2020-11-031-1/+0
| | * drm/vc4: kms: Add functions to create the state objectsMaxime Ripard2020-11-022-24/+57
| | * drm/vc4: Use devm_drm_dev_allocMaxime Ripard2020-11-025-32/+25
| | * drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard2020-11-022-3/+3
| | * drm/vc4: gem: Add a managed action to cleanup the job queueMaxime Ripard2020-11-023-10/+10
| | * drm/vc4: drv: Use managed drm_mode_config_initMaxime Ripard2020-11-021-4/+3
| | * drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard2020-11-023-4/+4
* | | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-4/+4
* | | drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann2020-11-091-1/+0
* | | drm/vc4: replace idr_init() by idr_init_base()Deepak R Varma2020-11-061-1/+1
|/ /
* | drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-1/+1
* | drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-022-2/+5
* | drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-022-8/+13
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-025-17/+41
|\|
| * drm/vc4: Rework the structure conversion functionsMaxime Ripard2020-10-291-6/+6
| * drm/vc4: hdmi: Add a name to the codec DAI componentMaxime Ripard2020-10-291-0/+1
| * drm/vc4: hdmi: Avoid sleeping in atomic contextMaxime Ripard2020-10-271-2/+3
| * drm/vc4: drv: Add error handding for bindHoegeun Kwon2020-10-271-0/+1
| * Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-1513-1006/+3140
| |\
| | * drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard2020-09-253-6/+19
| | * drm/vc4: crtc: Rework a bit the CRTC state codeMaxime Ripard2020-09-251-3/+10
| | * drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of activeMaxime Ripard2020-09-231-1/+1
| * | drm/vc4/vc4_hdmi: fill ASoC card ownerMarek Szyprowski2020-09-091-0/+1
* | | drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard2020-10-221-17/+8
* | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-092-4/+13
* | | drm/vc4: Introduce GEM object functionsThomas Zimmermann2020-09-253-14/+20
| |/ |/|
* | drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard2020-09-211-0/+17
* | drm/vc4: Handing the return value of drm_universal_plane_initTian Tao2020-09-161-0/+2
* | drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor2020-09-111-2/+2
* | drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor2020-09-111-2/+2
* | drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter2020-09-101-16/+16
* | drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter2020-09-101-2/+2
* | drm/vc4: drv: Support BCM2711Maxime Ripard2020-09-074-13/+40
* | drm/vc4: hdmi: Support the BCM2711 HDMI controllersMaxime Ripard2020-09-075-0/+1004
* | drm/vc4: hdmi: Add pixel BVB clock controlHoegeun Kwon2020-09-072-0/+24
* | drm/vc4: hdmi: Switch to blank pixels when disabledMaxime Ripard2020-09-072-0/+12
* | drm/vc4: hdmi: Do the VID_CTL configuration at onceMaxime Ripard2020-09-071-8/+6
* | drm/vc4: hdmi: Implement finer-grained hooksMaxime Ripard2020-09-071-4/+35
* | drm/vc4: hdmi: Always recenter the HDMI FIFOMaxime Ripard2020-09-071-20/+26
* | drm/vc4: hdmi: Remove register dumps in enableMaxime Ripard2020-09-071-17/+0
* | drm/vc4: hdmi: Deal with multiple ALSA cardsMaxime Ripard2020-09-072-1/+5
* | drm/vc4: hdmi: Add audio-related callbacksDave Stevenson2020-09-072-8/+21
* | drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default.Dave Stevenson2020-09-071-1/+2