summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1911-44/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-195-60/+5
* drm/vc4: fix fb references in async updateHelen Koike2019-06-041-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-0819-709/+934
|\ \ | |/ |/|
| * Merge tag 'drm-misc-next-2019-04-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-121-1/+1
| |\
| | * drm/vc4: vc4_debugfs_regset32() can be statickbuild test robot2019-04-041-1/+1
| * | Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-0517-648/+600
| |\|
| | * drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-037-1/+50
| | * drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-0312-165/+125
| | * drm/vc4: Call drm_dev_register() after all setup is doneNoralf Trønnes2019-04-031-2/+4
| | * drm/vc4: Make sure that the v3d ident debugfs has vc4's power on.Eric Anholt2019-04-011-12/+17
| | * drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-014-28/+49
| | * drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt2019-04-011-34/+14
| | * drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-019-414/+350
| | * drm/vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt2019-04-011-12/+11
| * | Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-2511-71/+344
| |\|
| | * drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard2019-03-071-1/+1
| | * drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski2019-03-063-0/+21
| | * drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-064-1/+171
| | * drm/vc4: Report HVS underrun errorsBoris Brezillon2019-03-066-35/+140
| | * drm: Remove set but not used variable 'gem'YueHaibing2019-02-191-3/+0
| | * drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-195-31/+11
| * | drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart2019-03-181-1/+1
| |/
* | drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst2019-04-241-1/+1
* | drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst2019-04-241-1/+1
|/
* drm/vc4: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-061-1/+1
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+0
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-247-8/+8
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
* drm/vc4: Limit SAND tiling support to semiplanar YUV420 formatsPaul Kocialkowski2019-01-111-16/+1
* drm/edid: Add display_info.rgb_quant_range_selectableVille Syrjälä2019-01-101-8/+1
* drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä2019-01-101-4/+5
* drm/vc4: Attach margin props to the HDMI connectorBoris Brezillon2018-12-191-0/+16
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-193-0/+96
* drm/atomic: integrate modeset lock with private objectsRob Clark2018-12-111-1/+2
* drm/vc4: Add support for X/Y reflectionBoris Brezillon2018-12-081-12/+47
* drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon2018-12-081-0/+21
* drm: revert "expand replace_fence to support timeline point v2"Christian König2018-12-051-1/+1
* drm/vc4: Allow YUV formats on cursor planesBoris Brezillon2018-11-301-12/+4
* drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2
* drm/vc4: Rework the async update logicBoris Brezillon2018-11-301-21/+66
* drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-302-0/+16
* drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-302-28/+54
* drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon2018-11-301-3/+6
* Merge v4.20-rc4 into drm-nextDave Airlie2018-11-292-2/+19
|\
| * drm/vc4: Set ->legacy_cursor_update to false when doing non-async updatesBoris Brezillon2018-11-151-0/+6
| * drm/vc4: Fix NULL pointer dereference in the async update pathBoris Brezillon2018-11-151-2/+13