summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-63/+42
|\
| * drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-27/+6
| * drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-38/+30
| * drm/vc4: Report HVS underrun errorsBoris Brezillon2019-03-061-0/+8
* | 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: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-191-0/+43
* drm: extract drm_atomic_uapi.cDaniel Vetter2018-09-091-0/+1
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-24/+114
* drm/vc4: Use drm_crtc_mask()Ville Syrjälä2018-07-021-3/+3
* Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-1/+45
|\
| * 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: Stop updating plane->fb/crtcVille Syrjälä2018-06-111-3/+0
|/ /
* | 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