summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2022-10-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-10-212-0/+30
|\
| * drm/vc4: hdmi: Check the HSM rate at runtime_resumeMaxime Ripard2022-10-131-0/+20
| * drm/vc4: hdmi: Enforce the minimum rate at runtime_resumeMaxime Ripard2022-10-131-0/+9
| * drm/vc4: Add module dependency on hdmi-codecMaxime Ripard2022-10-131-0/+1
| * drm/vc4: hdmi: Rework power upMaxime Ripard2022-08-181-8/+7
| * drm/vc4: hdmi: Depends on CONFIG_PMMaxime Ripard2022-08-182-1/+2
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-09-141-0/+1
|\ \
| * \ Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-115-98/+101
| |\ \
| * \ \ Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-0622-690/+1260
| |\ \ \ | | |_|/ | |/| |
| * | | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-061-0/+1
| |\ \ \
| | * | | drm/vc4: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-0/+1
* | | | | drm/vc4: hdmi: Reset link on hotplugMaxime Ripard2022-09-131-3/+101
* | | | | drm/vc4: hdmi: Move vc4_hdmi_supports_scrambling() aroundMaxime Ripard2022-09-131-17/+17
* | | | | drm/vc4: hdmi: Switch to detect_ctxMaxime Ripard2022-09-131-3/+4
* | | | | drm/vc4: hdmi: Simplify the hotplug handlingMaxime Ripard2022-09-131-22/+41
* | | | | drm/vc4: hdmi: Remove mutex in detectMaxime Ripard2022-09-132-64/+34
* | | | | drm/vc4: hdmi: Remove unused argument in vc4_hdmi_supports_scramblingMaxime Ripard2022-09-131-3/+2
* | | | | drm/vc4: hdmi: Constify drm_display_modeMaxime Ripard2022-09-132-9/+9
| |_|_|/ |/| | |
* | | | drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski2022-09-071-2/+2
* | | | drm/vc4: vec: Remove redundant atomic_mode_setMateusz Kwiatkowski2022-09-071-14/+4
* | | | drm/vc4: vec: Refactor VEC TV mode settingMateusz Kwiatkowski2022-09-071-65/+23
* | | | drm/vc4: vec: Convert to atomic helpersMaxime Ripard2022-09-071-4/+6
* | | | drm/vc4: vec: Remove empty mode_fixupMaxime Ripard2022-09-071-9/+0
* | | | drm/vc4: hvs: protect drm_print_regset32()Danilo Krummrich2022-08-251-2/+2
* | | | drm/vc4: crtc: protect device resources after removalDanilo Krummrich2022-08-251-1/+40
* | | | drm/vc4: plane: protect device resources after removalDanilo Krummrich2022-08-251-0/+20
* | | | drm/vc4: hdmi: unlock mutex when device is unpluggedDanilo Krummrich2022-08-251-2/+5
| |_|/ |/| |
* | | drm/vc4: Drop of_gpio headerMaĆ­ra Canal2022-08-151-1/+0
* | | drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-038-24/+24
* | | drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-0312-71/+71
* | | drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-033-11/+11
* | | drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* | | drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-262-2/+0
* | | drm/vc4: v3d: Switch to devm_pm_runtime_enableMaxime Ripard2022-07-131-7/+4
* | | drm/vc4: v3d: Rework the runtime_pm setupMaxime Ripard2022-07-131-15/+22
* | | drm/vc4: v3d: Stop disabling interruptsMaxime Ripard2022-07-132-3/+1
* | | drm/vc4: perfmon: Add missing mutex_destroyMaxime Ripard2022-07-131-0/+1
* | | drm/vc4: Switch to drmm_mutex_initMaxime Ripard2022-07-134-6/+28
* | | drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-1311-69/+191
* | | drm/vc4: debugfs: Return an error on failureMaxime Ripard2022-07-132-23/+27
* | | drm/vc4: debugfs: Protect device resourcesMaxime Ripard2022-07-131-0/+9
* | | drm/vc4: vec: Switch to devm_pm_runtime_enableMaxime Ripard2022-07-131-15/+5
* | | drm/vc4: vec: Protect device resources after removalMaxime Ripard2022-07-131-6/+61
* | | drm/vc4: vec: Switch to DRM-managed connector initializationMaxime Ripard2022-07-131-6/+5
* | | drm/vc4: vec: Switch to DRM-managed encoder initializationMaxime Ripard2022-07-131-5/+9
* | | drm/vc4: vec: Remove call to drm_connector_unregister()Maxime Ripard2022-07-131-8/+2
* | | drm/vc4: vec: Switch to drmm_kzallocMaxime Ripard2022-07-131-1/+1
* | | drm/vc4: vec: Embed DRM structures into the private structureMaxime Ripard2022-07-131-62/+21
* | | drm/vc4: vec: Remove vc4_dev vec pointerMaxime Ripard2022-07-132-8/+0
* | | drm/vc4: txp: Protect device resourcesMaxime Ripard2022-07-131-0/+25