summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_kms.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+1
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski1-0/+9
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon1-1/+102
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon1-0/+10
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-2/+2
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark1-1/+2
2018-11-15drm/vc4: Set ->legacy_cursor_update to false when doing non-async updatesBoris Brezillon1-0/+6
2018-09-25drm/vc4: Use drm_fbdev_generic_setup()Noralf Trønnes1-6/+0
2018-07-07drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit pathBoris Brezillon1-0/+2
2018-07-07drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()Boris Brezillon1-10/+1
2018-04-23drm/vc4: Add CTM supportStefan Schake1-1/+203
2018-04-17drm/vc4: update cursors asynchronously through atomicGustavo Padovan1-0/+20
2018-03-05drm/vc4: Advertise supported modifiers for planesDaniel Stone1-0/+1
2017-12-08drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes1-14/+4
2017-08-16drm/vc4: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt1-1/+1
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk1-1/+1
2017-07-26drm/vc4: Handle drm_atomic_helper_swap_state failureMaarten Lankhorst1-1/+1
2017-06-22drm/vc4: Use the atomic state's commit workqueue.Eric Anholt1-58/+13
2017-06-22drm/vc4: Wait for fences interruptibly in blocking mode.Eric Anholt1-0/+10
2017-06-22drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)Mario Kleiner1-0/+3
2017-06-15drm/vc4: Mimic drm_atomic_helper_commit() behaviorBoris Brezillon1-26/+12
2017-06-15drm/vc4: Add get/set tiling ioctls.Eric Anholt1-1/+40
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-6/+6
2017-05-08drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D.Eric Anholt1-4/+6
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+0
2016-12-13Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...Dave Airlie1-8/+25
2016-11-29drm/vc4: Fix race between page flip completion event and clean-upDerek Foreman1-8/+25
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+1
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-4/+12
2016-07-18drm/vc4: Delete unnecessary checks before two function callsMarkus Elfring1-2/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie1-4/+12
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-02drm/vc4: Use for_each_plane_in_stateDaniel Vetter1-7/+3
2016-05-31drm/vc4: Return -EBUSY if there's already a pending flip event.Robert Foss1-4/+12
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-2/+0
2016-05-02drm/vc4: Rename async to nonblock.Maarten Lankhorst1-3/+3
2016-02-16drm/vc4: Add a proper short-circut path for legacy cursor updates.Eric Anholt1-0/+9
2015-12-07drm/vc4: Add support for async pageflips.Eric Anholt1-1/+148
2015-10-21drm/vc4: Allow vblank to be disabledDerek Foreman1-0/+1
2015-10-21drm/vc4: Use the fbdev_cma helpersDerek Foreman1-3/+15
2015-10-21drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt1-0/+54