summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-082-3/+4
* drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz2019-08-271-4/+9
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-3/+3
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-2216-108/+31
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-1510-42/+150
| |\
| * | ASoC: vc4: vc4_htmi: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-0/+4
| * | Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-2617-105/+18
| |\ \
| | * | 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
| * | | ASoC: vc4: vc4_hdmi: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+0
| * | | ASoC: vc4: vc4_htmi: use modern dai_link styleKuninori Morimoto2019-06-061-4/+15
* | | | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-1711-28/+60
* | | | drm/vc4: Use drm_gem_fb_prepare_fbDaniel Vetter2019-06-281-3/+2
* | | | drm/vc4: Don set gem_obj->resv in prime import anymoreDaniel Vetter2019-06-251-2/+0
* | | | drm/vc3: Drop drm_gem_prime_importDaniel Vetter2019-06-211-1/+0
* | | | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-212-5/+3
* | | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+0
| |_|/ |/| |
* | | 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
OpenPOWER on IntegriCloud