summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Add support for double-clocked modes.Eric Anholt2016-10-063-11/+24
* drm/vc4: Set up the AVI and SPD infoframes.Eric Anholt2016-10-062-5/+136
* drm/vc4: Fix support for interlaced modes on HDMI.Eric Anholt2016-10-063-56/+41Star
* drm/vc4: Increase timeout for HDMI_SCHEDULER_CONTROL changes.Eric Anholt2016-10-061-2/+2
* drm/vc4: Fall back to using an EDID probe in the absence of a GPIO.Eric Anholt2016-10-061-0/+3
* drm/vc4: Enable limited range RGB output on HDMI with CEA modes.Eric Anholt2016-10-062-3/+37
* drm/vc4: Fix races when the CS reads from render targets.Eric Anholt2016-10-064-8/+62
* drm/vc4: cleanup with list_first_entry_or_null()Masahiro Yamada2016-10-061-7/+4Star
* Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-286-16/+33
|\
| * drm/vc4: mark vc4_bo_cache_purge() staticBaoyou Xie2016-09-091-1/+1
| * drm/vc4: Allow some more signals to be packed with uniform resets.Eric Anholt2016-08-301-2/+8
| * drm/vc4: Fix oops when userspace hands in a bad BO.Eric Anholt2016-08-201-1/+1
| * drm/vc4: Fix overflow mem unreferencing when the binner runs dry.Eric Anholt2016-08-202-1/+12
| * drm/vc4: Free hang state before destroying BO cache.Eric Anholt2016-08-201-2/+2
| * drm/vc4: Fix handling of a pm_runtime_get_sync() success case.Eric Anholt2016-08-201-3/+3
| * drm/vc4: Use drm_malloc_ab to fix large rendering jobs.Eric Anholt2016-08-201-5/+5
| * drm/vc4: Use drm_free_large() on handles to match its allocation.Eric Anholt2016-08-201-1/+1
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* | Merge tag 'drm-vc4-next-2016-08-29' of https://github.com/anholt/linux into d...Dave Airlie2016-09-024-19/+77
|\ \
| * | drm/vc4: Don't force new binner overflow allocation per draw.Eric Anholt2016-08-201-4/+0Star
| * | drm/vc4: Enable/Disable vblanks properly in crtc en/disable.Mario Kleiner2016-08-201-0/+6
| * | drm/vc4: Enable precise vblank timestamping for interlaced modes.Mario Kleiner2016-08-201-13/+8Star
| * | drm/vc4: Reject doublescan modes.Mario Kleiner2016-08-201-0/+7
| * | drm/vc4: Fix handling of interlaced video modes.Mario Kleiner2016-08-202-2/+45
| * | drm/vc4: Disallow interlaced modes on DPI.Mario Kleiner2016-08-201-0/+11
| |/
* | drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+1
* | drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-191-2/+0Star
* | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+2
|/
* Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-1911-87/+739
|\
| * Merge tag 'drm-vc4-next-2016-07-15' of https://github.com/anholt/linux into d...Dave Airlie2016-07-165-44/+483
| |\
| | * drm/vc4: Fix a "the the" typo in a comment.Eric Anholt2016-07-161-1/+1
| | * drm/vc4: Fix definition of QPU_R_MS_REV_FLAGSEric Anholt2016-07-161-1/+1
| | * drm/vc4: Add a getparam to signal support for branches.Eric Anholt2016-07-161-0/+3
| | * drm/vc4: Add support for branching in shader validation.Eric Anholt2016-07-164-17/+283
| | * drm/vc4: Add a bitmap of branch targets during shader validation.Eric Anholt2016-07-162-2/+124
| | * drm/vc4: Move validation's current/max ip into the validation struct.Eric Anholt2016-07-141-24/+30
| | * drm/vc4: Add a getparam ioctl for getting the V3D identity regs.Eric Anholt2016-07-141-0/+42
| * | Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-157-22/+211
| |\|
| | * drm/vc4: remove redundant ret status checkColin Ian King2016-07-121-3/+0Star
| | * drm/vc4: Implement precise vblank timestamping.Mario Kleiner2016-07-124-1/+192
| | * drm/vc4: Bind the HVS before we bind the individual CRTCs.Eric Anholt2016-07-121-1/+1
| | * Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-nextEric Anholt2016-07-084-21/+45
| | |\
| | * | gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-081-6/+7
| | * | drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring2016-07-081-0/+8
| | * | drm/vc4: clean up error exit path on failed dpi_connector allocationColin Ian King2016-06-061-11/+3Star
| * | | Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-024-21/+45
| |\ \ \ | | | |/ | | |/|
| | * | drm/vc4: Make pageflip completion handling more robust.Mario Kleiner2016-06-062-10/+22
| | * | drm/vc4: Fix ioctl permissions for render nodes.Herve Jourdain2016-06-061-6/+6
| | * | drm/vc4: Return -EBUSY if there's already a pending flip event.Robert Foss2016-06-011-4/+12
| | * | drm/vc4: Fix drm_vblank_put/get imbalance in page flip path.Mario Kleiner2016-06-011-0/+4