aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-06-191-1/+1
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-1/+1
| |\
| | * drm/vc4: fix fb references in async updateHelen Koike2019-06-041-1/+1
* | | drm/vc4: hdmi: Set default state margin at resetMaxime Ripard2019-06-191-1/+7
* | | drm/vc4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-141-6/+2
|/ /
* | drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul2019-06-131-3/+4
* | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-287-32/+137
|\ \ | |/ |/|
| * drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-236-20/+125
| * drm/vc4: Check for the binner bo before handling OOM interruptPaul Kocialkowski2019-05-231-0/+3
| * drm/vc4: Check for V3D before binner bo allocPaul Kocialkowski2019-05-231-0/+3
| * drm/vc4: Reformat and the binner bo allocation helperPaul Kocialkowski2019-05-231-6/+5
| * Merge drm/drm-next into drm-misc-nextSean Paul2019-05-222-1/+2
| |\
| * | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-9/+4
| * | drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+1
| * | Merge drm/drm-next into drm-misc-nextSean Paul2019-04-101-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