summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2018-05-151-1/+45
|\
| * drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balancedBoris Brezillon2018-04-301-1/+45
* | drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+5
* | drm/vc4: Move CRTC state to headerStefan Schake2018-04-171-33/+0
* | drm/vc4: Expose gamma as atomic propertyStefan Schake2018-04-171-11/+26
|/
* drm/vc4: Enable background color fill when necessaryStefan Schake2018-03-091-0/+25
* drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk2017-08-081-3/+3
* Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-271-23/+43
|\
| * drm/vc4: Fix VBLANK handling in crtc->enable() pathBoris Brezillon2017-07-141-23/+43
* | drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* | drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* | drm/vc4: Remove dead vc4_event_pending().Eric Anholt2017-06-221-8/+0
* | drm/vc4: Send a VBLANK event when disabling a CRTCBoris Brezillon2017-06-211-0/+13
* | drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu2017-06-201-7/+6
|/
* drm/vc4: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+5
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-7/+7
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-24/+10
* drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-2/+2
* drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-1/+1
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul2017-04-041-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
OpenPOWER on IntegriCloud