summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-11-102-2/+2
|\
| * drm/vc4: tests: Fix UAF in the mock helpersMaxime Ripard2023-10-262-2/+2
* | drm/vc4: fix typoDario Binacchi2023-10-231-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-111-1/+5
|\ \
| * \ Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-13/+23
| |\ \ | | |/ | |/|
| * | Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-301-1/+5
| |\ \
| | * | ASoC: drm/vc4: merge DAI call back functions into opsKuninori Morimoto2023-08-141-1/+5
* | | | drm/vc4: Annotate struct vc4_perfmon with __counted_byKees Cook2023-10-051-1/+1
| |_|/ |/| |
* | | drm/vc4: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson2023-09-211-13/+23
|/ /
* | drm/vc4: tests: pv-muxing: Document test scenarioMaxime Ripard2023-07-311-0/+22
* | drm/vc4: tests: Switch to atomic state allocation helperMaxime Ripard2023-07-311-47/+8
* | drm/vc4: tests: pv-muxing: Switch to managed locking initMaxime Ripard2023-07-311-23/+19
* | drm/vc4: tests: mock: Use a kunit action to unregister DRM deviceMaxime Ripard2023-07-312-6/+12
* | drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()Maxime Ripard2023-07-311-4/+0
* | drm: Explicitly include correct DT includesRob Herring2023-07-217-10/+12
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-06-191-1/+1
|\|
| * Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-151-1/+1
| |\
| | * drm/connector: Allow drivers to pass list of supported colorspacesHarry Wentland2023-06-091-1/+1
* | | drm/vc4: Convert to platform remove callback returning voidUwe Kleine-König2023-06-089-29/+18
|/ /
* | drm/vc4: hdmi: Add BT.2020 SupportDave Stevenson2023-04-251-0/+38
* | drm/vc4: hdmi: Add BT.601 SupportDave Stevenson2023-04-251-0/+38
* | drm/vc4: hdmi: Add a function to retrieve the CSC matrixDave Stevenson2023-04-251-3/+21
* | drm/vc4: hdmi: Rework the CSC matrices organizationDave Stevenson2023-04-251-45/+63
* | drm/vc4: hdmi: Swap CSC matrix channels for YUV444Dave Stevenson2023-04-251-20/+19
* | drm/vc4: hdmi: Rename full range helperDave Stevenson2023-04-251-5/+5
* | drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB rangeDave Stevenson2023-04-252-4/+102
* | drm/vc4: hdmi: Update all the planes if the TV margins are changedMaxime Ripard2023-04-251-0/+26
* | drm/vc4: Switch to container_of_constMaxime Ripard2023-04-2510-106/+51
* | drm/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+1
|/
* drm/vc4: remove unused render_wait variableTom Rix2023-04-111-2/+0
* drm/scdc-helper: Pimp SCDC debugsVille Syrjälä2023-04-061-9/+12
* drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
* drm/vc4: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-134-14/+17
|\
| * Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-2225-505/+2739
| |\
| | * drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleArnd Bergmann2023-02-021-1/+1
| * | drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley2023-02-091-1/+1
| * | drm/vc4: hdmi: Always enable GCP with AVMUTE clearedDom Cobley2023-02-091-9/+9
| * | drm/vc4: Fix YUV plane handling when planes are in different buffersDave Stevenson2023-02-091-2/+4
| * | drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil2023-01-261-1/+2
* | | drm/vc4: replace obj lookup steps with drm_gem_objects_lookupMaíra Canal2023-02-281-41/+2
* | | drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoMaíra Canal2023-02-283-23/+20
* | | Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Maxime Ripard2023-02-161-9/+0
* | | Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Maxime Ripard2023-02-162-18/+4
* | | drm/vc4: hdmi: Enable power domain before setting minimumMaxime Ripard2023-02-161-7/+7
* | | drm/vc4: hdmi: Replace hardcoded value by defineMaxime Ripard2023-02-161-1/+3
| |/ |/|
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-4/+2
|\|
| * drm/vc4: bo: Fix unused variable warningMaxime Ripard2023-01-131-1/+0
| * drm/vc4: bo: Fix drmm_mutex_init memory hogMaxime Ripard2023-01-121-3/+2
* | vc4: fix build failure in vc4_dsi_dev_probe()Arnd Bergmann2023-01-191-0/+2