summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_kms.c
AgeCommit message (Expand)Author
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-06-29drm/vc4: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie
2021-06-08drm/vc4: fix vc4_atomic_commit_tail() logicMark Rutland
2021-04-15drm/vc4: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-01-21drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard
2020-12-15drm/vc4: kms: Convert to atomic helpersMaxime Ripard
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard
2020-12-15drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard
2020-12-15drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard
2020-12-15drm/vc4: Simplify a bit the global atomic_checkMaxime Ripard
2020-11-23drm/vc4: kms: Don't disable the muxing of an active CRTCMaxime Ripard
2020-11-23drm/vc4: kms: Store the unassigned channel list in the stateMaxime Ripard
2020-11-19drm/vc4: kms: Document the muxing corner casesMaxime Ripard
2020-11-19drm/vc4: kms: Split the HVS muxing check in a separate functionMaxime Ripard
2020-11-19drm/vc4: kms: Rename NUM_CHANNELSMaxime Ripard
2020-11-19drm/vc4: kms: Remove useless defineMaxime Ripard
2020-11-19drm/vc4: kms: Switch to drmm_add_action_or_resetMaxime Ripard
2020-11-02drm/vc4: kms: Add functions to create the state objectsMaxime Ripard
2020-11-02drm/vc4: Use the helper to retrieve vc4_dev when neededMaxime Ripard
2020-09-25drm/vc4: crtc: Keep the previously assigned HVS FIFOMaxime Ripard
2020-09-23drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of activeMaxime Ripard
2020-09-21drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard
2020-09-07drm/vc4: drv: Support BCM2711Maxime Ripard
2020-09-07drm/vc4: crtc: Assign output to channel automaticallyMaxime Ripard
2020-09-07drm/vc4: kms: Convert to for_each_new_crtc_stateMaxime Ripard
2020-09-07drm/vc4: hvs: Boost the core clock during modesetMaxime Ripard
2020-05-19drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark
2018-11-15drm/vc4: Set ->legacy_cursor_update to false when doing non-async updatesBoris Brezillon
2018-09-25drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-07-07drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit pathBoris Brezillon
2018-07-07drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()Boris Brezillon
2018-04-23drm/vc4: Add CTM supportStefan Schake
2018-04-17drm/vc4: update cursors asynchronously through atomicGustavo Padovan
2018-03-05drm/vc4: Advertise supported modifiers for planesDaniel Stone
2017-12-08drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes
2017-08-16drm/vc4: Use drm_gem_fb_create()Noralf Trønnes
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk
2017-07-26drm/vc4: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst
2017-06-22drm/vc4: Use the atomic state's commit workqueue.Eric Anholt