aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+11
2023-12-18drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPERGravatar David Gow 1-6/+3
2023-12-13drm/vc4: hdmi: Create destroy state implementationGravatar Maxime Ripard 1-1/+11
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Gravatar Daniel Vetter 2-2/+2
2023-10-26drm/vc4: tests: Fix UAF in the mock helpersGravatar Maxime Ripard 2-2/+2
2023-10-23drm/vc4: fix typoGravatar Dario Binacchi 1-1/+1
2023-10-11Merge drm/drm-next into drm-misc-nextGravatar Thomas Zimmermann 1-1/+5
2023-10-05drm/vc4: Annotate struct vc4_perfmon with __counted_byGravatar Kees Cook 1-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-13/+23
2023-09-21drm/vc4: Call drm_atomic_helper_shutdown() at shutdown timeGravatar Douglas Anderson 1-13/+23
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+5
2023-08-14ASoC: drm/vc4: merge DAI call back functions into opsGravatar Kuninori Morimoto 1-1/+5
2023-07-31drm/vc4: tests: pv-muxing: Document test scenarioGravatar Maxime Ripard 1-0/+22
2023-07-31drm/vc4: tests: Switch to atomic state allocation helperGravatar Maxime Ripard 1-47/+8
2023-07-31drm/vc4: tests: pv-muxing: Switch to managed locking initGravatar Maxime Ripard 1-23/+19
2023-07-31drm/vc4: tests: mock: Use a kunit action to unregister DRM deviceGravatar Maxime Ripard 2-6/+12
2023-07-31drm/vc4: tests: pv-muxing: Remove call to drm_kunit_helper_free_device()Gravatar Maxime Ripard 1-4/+0
2023-07-21drm: Explicitly include correct DT includesGravatar Rob Herring 7-10/+12
2023-06-19Merge drm/drm-next into drm-misc-nextGravatar Thomas Zimmermann 1-1/+1
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Gravatar Dave Airlie 1-1/+1
2023-06-09drm/connector: Allow drivers to pass list of supported colorspacesGravatar Harry Wentland 1-1/+1
2023-06-08drm/vc4: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 9-29/+18
2023-04-25drm/vc4: hdmi: Add BT.2020 SupportGravatar Dave Stevenson 1-0/+38
2023-04-25drm/vc4: hdmi: Add BT.601 SupportGravatar Dave Stevenson 1-0/+38
2023-04-25drm/vc4: hdmi: Add a function to retrieve the CSC matrixGravatar Dave Stevenson 1-3/+21
2023-04-25drm/vc4: hdmi: Rework the CSC matrices organizationGravatar Dave Stevenson 1-45/+63
2023-04-25drm/vc4: hdmi: Swap CSC matrix channels for YUV444Gravatar Dave Stevenson 1-20/+19
2023-04-25drm/vc4: hdmi: Rename full range helperGravatar Dave Stevenson 1-5/+5
2023-04-25drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB rangeGravatar Dave Stevenson 2-4/+102
2023-04-25drm/vc4: hdmi: Update all the planes if the TV margins are changedGravatar Maxime Ripard 1-0/+26
2023-04-25drm/vc4: Switch to container_of_constGravatar Maxime Ripard 10-106/+51
2023-04-16drm/aperture: Remove primary argumentGravatar Daniel Vetter 1-1/+1
2023-04-11drm/vc4: remove unused render_wait variableGravatar Tom Rix 1-2/+0
2023-04-06drm/scdc-helper: Pimp SCDC debugsGravatar Ville Syrjälä 1-9/+12
2023-03-28drm: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2023-03-14drm/vc4: Use GEM DMA fbdev emulationGravatar Thomas Zimmermann 1-2/+2
2023-03-13Merge drm/drm-next into drm-misc-nextGravatar Thomas Zimmermann 4-14/+17
2023-02-28drm/vc4: replace obj lookup steps with drm_gem_objects_lookupGravatar Maíra Canal 1-41/+2
2023-02-28drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_infoGravatar Maíra Canal 3-23/+20
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 25-505/+2739
2023-02-16Revert "drm/vc4: hdmi: Enforce the minimum rate at runtime_resume"Gravatar Maxime Ripard 1-9/+0
2023-02-16Revert "drm/vc4: hdmi: Fix HSM clock too low on Pi4"Gravatar Maxime Ripard 2-18/+4
2023-02-16drm/vc4: hdmi: Enable power domain before setting minimumGravatar Maxime Ripard 1-7/+7
2023-02-16drm/vc4: hdmi: Replace hardcoded value by defineGravatar Maxime Ripard 1-1/+3
2023-02-09drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Gravatar Dom Cobley 1-1/+1
2023-02-09drm/vc4: hdmi: Always enable GCP with AVMUTE clearedGravatar Dom Cobley 1-9/+9
2023-02-09drm/vc4: Fix YUV plane handling when planes are in different buffersGravatar Dave Stevenson 1-2/+4
2023-02-02drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleGravatar Arnd Bergmann 1-1/+1
2023-01-31Merge v6.2-rc6 into drm-nextGravatar Daniel Vetter 1-4/+2
2023-01-26drm/vc4: hdmi: make CEC adapter name uniqueGravatar Hans Verkuil 1-1/+2