summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-1/+12
|\
| * drm/vc4: Allocate the right amount of space for boot-time CRTC state.Eric Anholt2017-03-301-1/+12
* | drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-2/+3
* | drm/vc4: Extend and edit documentation for output from the RSTEric Anholt2017-02-281-3/+4
* | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-1/+1
|\ \ | |/
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-1/+1
| |\
| | * drm/vc4: Fix memory leak of the CRTC state.Eric Anholt2017-01-171-1/+1
* | | drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-4/+4
|/ /
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-1/+1
* | drm/vc4: Add support for feeding DSI encoders from the pixel valve.Eric Anholt2017-02-011-14/+19
* | drm: vc4: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-10/+7
|/
* drm/vc4: Fix ->clock_select setting for the VEC encoderBoris Brezillon2016-12-091-15/+23
* drm/vc4: Fix race between page flip completion event and clean-upDerek Foreman2016-11-291-0/+8
* drm/vc4: Add support for double-clocked modes.Eric Anholt2016-10-061-6/+11
* drm/vc4: Fix support for interlaced modes on HDMI.Eric Anholt2016-10-061-23/+26
* drm/vc4: Enable/Disable vblanks properly in crtc en/disable.Mario Kleiner2016-08-191-0/+6
* drm/vc4: Enable precise vblank timestamping for interlaced modes.Mario Kleiner2016-08-191-13/+8
* drm/vc4: Reject doublescan modes.Mario Kleiner2016-08-191-0/+7
* drm/vc4: Fix handling of interlaced video modes.Mario Kleiner2016-08-191-0/+18
* Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-151-0/+162
|\
| * drm/vc4: Implement precise vblank timestamping.Mario Kleiner2016-07-111-0/+162
* | Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2016-07-021-10/+22
|\ \ | |/
| * drm/vc4: Make pageflip completion handling more robust.Mario Kleiner2016-06-061-10/+18
| * drm/vc4: Fix drm_vblank_put/get imbalance in page flip path.Mario Kleiner2016-05-311-0/+4
* | drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
* | drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-11/+2
|/
* drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter2016-05-171-1/+1
* drm/vc4: Add support for gamma ramps.Eric Anholt2016-05-021-0/+58
* Merge tag 'drm-vc4-fixes-2016-03-03' of github.com:anholt/linux into drm-nextDave Airlie2016-03-141-1/+18
|\
| * drm/vc4: Initialize scaler DISPBKGND on modeset.Eric Anholt2016-02-261-0/+6
| * drm/vc4: Fix setting of vertical timings in the CRTC.Eric Anholt2016-02-261-0/+10
| * drm/vc4: Fix the name of the VSYNCD_EVEN register.Eric Anholt2016-02-261-1/+1
| * drm/vc4: Fix a framebuffer reference leak on async flip interrupt.Eric Anholt2016-02-261-0/+1
* | drm/vc4: Add more display planes to each CRTC.Eric Anholt2016-02-161-16/+40
* | drm/vc4: Make the CRTCs cooperate on allocating display lists.Eric Anholt2016-02-161-51/+64
* | drm/vc4: Nuke preclose hookDaniel Vetter2016-02-081-20/+0
|/
* drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst2016-01-061-1/+1
* Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into dr...Dave Airlie2015-12-151-1/+98
|\
| * drm/vc4: Add support for async pageflips.Eric Anholt2015-12-071-1/+98
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* | drm/vc4: Fix some failure to track __iomem decorations on pointers.Eric Anholt2015-11-171-1/+2
* | drm/vc4: checking for NULL instead of IS_ERRDan Carpenter2015-11-171-2/+2
* | drm/vc4: fix itnull.cocci warningsJulia Lawall2015-11-171-1/+1
|/
* Merge tag 'drm-vc4-next-2015-10-21' of http://github.com/anholt/linux into dr...Dave Airlie2015-10-221-2/+2
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-211-0/+672
OpenPOWER on IntegriCloud